diff --git a/package-lock.json b/package-lock.json index ca4d838..8b1522f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13,7 +13,7 @@ "clsx": "^2.1.1", "firebase": "^12.12.0", "framer-motion": "^12.38.0", - "lucide-react": "^0.577.0", + "lucide-react": "^1.16.0", "react": "^19.2.5", "react-dom": "^19.2.5", "react-router-dom": "^7.15.1", @@ -4111,9 +4111,9 @@ } }, "node_modules/lucide-react": { - "version": "0.577.0", - "resolved": "https://registry.npmjs.org/lucide-react/-/lucide-react-0.577.0.tgz", - "integrity": "sha512-4LjoFv2eEPwYDPg/CUdBJQSDfPyzXCRrVW1X7jrx/trgxnxkHFjnVZINbzvzxjN70dxychOfg+FTYwBiS3pQ5A==", + "version": "1.16.0", + "resolved": "https://registry.npmjs.org/lucide-react/-/lucide-react-1.16.0.tgz", + "integrity": "sha512-dYwyPzb4MEKpGUmNYk3WKWPnMrHs3FKM+q94kAnJrcDIqqn1hq2xY8scaS2ovsOCM5D51ey2gaRG3PBb1vgoYQ==", "license": "ISC", "peerDependencies": { "react": "^16.5.1 || ^17.0.0 || ^18.0.0 || ^19.0.0" diff --git a/package.json b/package.json index 0edebc6..2738f9a 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ "clsx": "^2.1.1", "firebase": "^12.12.0", "framer-motion": "^12.38.0", - "lucide-react": "^0.577.0", + "lucide-react": "^1.16.0", "react": "^19.2.5", "react-dom": "^19.2.5", "react-router-dom": "^7.15.1",