diff --git a/Frontend/Main/package-lock.json b/Frontend/Main/package-lock.json index 1cdeffe..5503cdc 100644 --- a/Frontend/Main/package-lock.json +++ b/Frontend/Main/package-lock.json @@ -44,7 +44,7 @@ "date-fns": "^3.6.0", "embla-carousel-react": "^8.6.0", "input-otp": "^1.4.2", - "lucide-react": "^0.462.0", + "lucide-react": "^0.554.0", "next-themes": "^0.3.0", "react": "^18.3.1", "react-chartjs-2": "^5.3.1", @@ -5177,11 +5177,12 @@ "license": "ISC" }, "node_modules/lucide-react": { - "version": "0.462.0", - "resolved": "https://registry.npmjs.org/lucide-react/-/lucide-react-0.462.0.tgz", - "integrity": "sha512-NTL7EbAao9IFtuSivSZgrAh4fZd09Lr+6MTkqIxuHaH2nnYiYIzXPo06cOxHg9wKLdj6LL8TByG4qpePqwgx/g==", + "version": "0.554.0", + "resolved": "https://registry.npmjs.org/lucide-react/-/lucide-react-0.554.0.tgz", + "integrity": "sha512-St+z29uthEJVx0Is7ellNkgTEhaeSoA42I7JjOCBCrc5X6LYMGSv0P/2uS5HDLTExP5tpiqRD2PyUEOS6s9UXA==", + "license": "ISC", "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/magic-string": { diff --git a/Frontend/Main/package.json b/Frontend/Main/package.json index ba48b24..0b36871 100644 --- a/Frontend/Main/package.json +++ b/Frontend/Main/package.json @@ -47,7 +47,7 @@ "date-fns": "^3.6.0", "embla-carousel-react": "^8.6.0", "input-otp": "^1.4.2", - "lucide-react": "^0.462.0", + "lucide-react": "^0.554.0", "next-themes": "^0.3.0", "react": "^18.3.1", "react-chartjs-2": "^5.3.1",