diff --git a/package-lock.json b/package-lock.json index 6628b17..0dc3067 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.18.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.18.0", + "resolved": "https://registry.npmjs.org/lucide-react/-/lucide-react-1.18.0.tgz", + "integrity": "sha512-LZDb7H/0YfM+RJncD0hDQRCAu+vSGODqpe35TuVI8EuXaRjkczbsx7p8dY4J87F/MUSj6bpYqeI8nw8qXaAdmA==", "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 052b302..38ea9e3 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.18.0", "next": "16.2.6", "next-auth": "^4.24.14", "papaparse": "^5.5.3",