diff --git a/package-lock.json b/package-lock.json index fbc228e..0f4fa25 100644 --- a/package-lock.json +++ b/package-lock.json @@ -41,7 +41,7 @@ "date-fns": "^3.6.0", "ioredis": "^5.4.1", "lottie-react": "^2.4.0", - "lucide-react": "^0.416.0", + "lucide-react": "^0.441.0", "next": "14.2.10", "next-auth": "^4.24.7", "next-themes": "^0.3.0", @@ -7317,12 +7317,12 @@ } }, "node_modules/lucide-react": { - "version": "0.416.0", - "resolved": "https://registry.npmjs.org/lucide-react/-/lucide-react-0.416.0.tgz", - "integrity": "sha512-wPWxTzdss1CTz2aqcNWNlbh4YSnH9neJWP3RaeXepxpLCTW+pmu7WcT/wxJe+Q7Y7DqGOxAqakJv0pIK3431Ag==", + "version": "0.441.0", + "resolved": "https://registry.npmjs.org/lucide-react/-/lucide-react-0.441.0.tgz", + "integrity": "sha512-0vfExYtvSDhkC2lqg0zYVW1Uu9GsI4knuV9GP9by5z0Xhc4Zi5RejTxfz9LsjRmCyWVzHCJvxGKZWcRyvQCWVg==", "license": "ISC", "peerDependencies": { - "react": "^16.5.1 || ^17.0.0 || ^18.0.0 || ^19.0.0" + "react": "^16.5.1 || ^17.0.0 || ^18.0.0 || ^19.0.0-rc" } }, "node_modules/magic-string": { diff --git a/package.json b/package.json index 037bb1f..dc6f3bb 100644 --- a/package.json +++ b/package.json @@ -42,7 +42,7 @@ "date-fns": "^3.6.0", "ioredis": "^5.4.1", "lottie-react": "^2.4.0", - "lucide-react": "^0.416.0", + "lucide-react": "^0.441.0", "next": "14.2.10", "next-auth": "^4.24.7", "next-themes": "^0.3.0",