diff --git a/frontend/package-lock.json b/frontend/package-lock.json index 8b67321..ebbdf63 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -12,7 +12,7 @@ "@tanstack/react-query-devtools": "^5.85.9", "class-variance-authority": "^0.7.1", "clsx": "^2.1.1", - "lucide-react": "^0.294.0", + "lucide-react": "^0.545.0", "next": "^14.2.32", "react": "^18.2.0", "react-dom": "^18.2.0", @@ -3848,12 +3848,12 @@ "license": "ISC" }, "node_modules/lucide-react": { - "version": "0.294.0", - "resolved": "https://registry.npmjs.org/lucide-react/-/lucide-react-0.294.0.tgz", - "integrity": "sha512-V7o0/VECSGbLHn3/1O67FUgBwWB+hmzshrgDVRJQhMh8uj5D3HBuIvhuAmQTtlupILSplwIZg5FTc4tTKMA2SA==", + "version": "0.545.0", + "resolved": "https://registry.npmjs.org/lucide-react/-/lucide-react-0.545.0.tgz", + "integrity": "sha512-7r1/yUuflQDSt4f1bpn5ZAocyIxcTyVyBBChSVtBKn5M+392cPmI5YJMWOJKk/HUWGm5wg83chlAZtCcGbEZtw==", "license": "ISC", "peerDependencies": { - "react": "^16.5.1 || ^17.0.0 || ^18.0.0" + "react": "^16.5.1 || ^17.0.0 || ^18.0.0 || ^19.0.0" } }, "node_modules/math-intrinsics": { diff --git a/frontend/package.json b/frontend/package.json index 1204537..b8e0123 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -13,7 +13,7 @@ "@tanstack/react-query-devtools": "^5.85.9", "class-variance-authority": "^0.7.1", "clsx": "^2.1.1", - "lucide-react": "^0.294.0", + "lucide-react": "^0.545.0", "next": "^14.2.32", "react": "^18.2.0", "react-dom": "^18.2.0",