diff --git a/frontend/package-lock.json b/frontend/package-lock.json index 454b927..a2c6a76 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -30,7 +30,7 @@ "axios": "^1.7.7", "clsx": "^2.1.1", "date-fns": "^3.6.0", - "lucide-react": "^0.441.0", + "lucide-react": "^0.577.0", "qrcode.react": "^4.2.0", "react": "^18.3.1", "react-dom": "^18.3.1", @@ -5095,12 +5095,12 @@ } }, "node_modules/lucide-react": { - "version": "0.441.0", - "resolved": "https://registry.npmjs.org/lucide-react/-/lucide-react-0.441.0.tgz", - "integrity": "sha512-0vfExYtvSDhkC2lqg0zYVW1Uu9GsI4knuV9GP9by5z0Xhc4Zi5RejTxfz9LsjRmCyWVzHCJvxGKZWcRyvQCWVg==", + "version": "0.577.0", + "resolved": "https://registry.npmjs.org/lucide-react/-/lucide-react-0.577.0.tgz", + "integrity": "sha512-4LjoFv2eEPwYDPg/CUdBJQSDfPyzXCRrVW1X7jrx/trgxnxkHFjnVZINbzvzxjN70dxychOfg+FTYwBiS3pQ5A==", "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/make-cancellable-promise": { diff --git a/frontend/package.json b/frontend/package.json index 09c1683..0ce249c 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -32,7 +32,7 @@ "axios": "^1.7.7", "clsx": "^2.1.1", "date-fns": "^3.6.0", - "lucide-react": "^0.441.0", + "lucide-react": "^0.577.0", "qrcode.react": "^4.2.0", "react": "^18.3.1", "react-dom": "^18.3.1",