diff --git a/package-lock.json b/package-lock.json index 57dfd22..7e49468 100644 --- a/package-lock.json +++ b/package-lock.json @@ -52,7 +52,7 @@ "idb-keyval": "^6.2.1", "jsonld": "^9.0.0", "jsonwebtoken": "^9.0.2", - "lucide-react": "^0.439.0", + "lucide-react": "^1.17.0", "next": "16.2.6", "next-auth": "^4.24.14", "papaparse": "^5.5.3", @@ -14238,11 +14238,11 @@ } }, "node_modules/lucide-react": { - "version": "0.439.0", - "resolved": "https://registry.npmjs.org/lucide-react/-/lucide-react-0.439.0.tgz", - "integrity": "sha512-PafSWvDTpxdtNEndS2HIHxcNAbd54OaqSYJO90/b63rab2HWYqDbH194j0i82ZFdWOAcf0AHinRykXRRK2PJbw==", + "version": "1.17.0", + "resolved": "https://registry.npmjs.org/lucide-react/-/lucide-react-1.17.0.tgz", + "integrity": "sha512-9FA9evdox/JQL5PT57fdA1x/yg8T7knJ98+zjTL3UfKza6pflQUUh3XtaQIHKvnsJw1lmsEyHVlt5jchYxOQ5w==", "peerDependencies": { - "react": "^16.5.1 || ^17.0.0 || ^18.0.0 || ^19.0.0-rc" + "react": "^16.5.1 || ^17.0.0 || ^18.0.0 || ^19.0.0" } }, "node_modules/maath": { diff --git a/package.json b/package.json index a378f71..da575f1 100644 --- a/package.json +++ b/package.json @@ -70,7 +70,7 @@ "idb-keyval": "^6.2.1", "jsonld": "^9.0.0", "jsonwebtoken": "^9.0.2", - "lucide-react": "^0.439.0", + "lucide-react": "^1.17.0", "next": "16.2.6", "next-auth": "^4.24.14", "papaparse": "^5.5.3",