diff --git a/frontend/package-lock.json b/frontend/package-lock.json index f3b0549..10cc3e7 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -14,7 +14,7 @@ "caniuse-lite": "^1.0.30001776", "clsx": "^2.1.1", "framer-motion": "^12.34.3", - "lucide-react": "^0.462.0", + "lucide-react": "^1.20.0", "next-themes": "^0.3.0", "react": "^18.3.1", "react-dom": "^18.3.1", @@ -4727,11 +4727,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": "1.20.0", + "resolved": "https://registry.npmjs.org/lucide-react/-/lucide-react-1.20.0.tgz", + "integrity": "sha512-jhXLeC/7m0/tjL1nzMdKk6x256zWA6AtbhTVreHOiKPoeX2d6MK4FbyIQPpVq0E6iPWBisyy1TW+pEge/uMEuQ==", + "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/lz-string": { diff --git a/frontend/package.json b/frontend/package.json index f919073..3b2ba50 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -26,7 +26,7 @@ "caniuse-lite": "^1.0.30001776", "clsx": "^2.1.1", "framer-motion": "^12.34.3", - "lucide-react": "^0.462.0", + "lucide-react": "^1.20.0", "next-themes": "^0.3.0", "react": "^18.3.1", "react-dom": "^18.3.1",