diff --git a/package-lock.json b/package-lock.json index 6628b174..bb1d93b7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -53,7 +53,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", @@ -15543,12 +15543,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==", - "license": "ISC", + "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 052b302c..cf5a6930 100644 --- a/package.json +++ b/package.json @@ -77,7 +77,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",