diff --git a/package-lock.json b/package-lock.json index ab72a94..118dd24 100644 --- a/package-lock.json +++ b/package-lock.json @@ -22,7 +22,7 @@ "eslint": "9.39.5", "eslint-config-next": "15.5.23", "framer-motion": "12.43.0", - "lucide-react": "0.577.0", + "lucide-react": "1.41.0", "next": "15.5.23", "next-sanity": "10.1.4", "postcss": "8.5.26", @@ -14671,9 +14671,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.41.0", + "resolved": "https://registry.npmjs.org/lucide-react/-/lucide-react-1.41.0.tgz", + "integrity": "sha512-6lksP35l6KszDKUeRTi4LV7i6DEe0Yzl2ALJm9j4c5xEYN91GdW1xGsawGMOg2mgjF5GHBVX8pKX9kP+cWsP3Q==", "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 3546af1..11bcf8a 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ "eslint": "9.39.5", "eslint-config-next": "15.5.23", "framer-motion": "12.43.0", - "lucide-react": "0.577.0", + "lucide-react": "1.41.0", "next": "15.5.23", "next-sanity": "10.1.4", "postcss": "8.5.26",