diff --git a/package-lock.json b/package-lock.json index 5f5b7bb..1c0a8a6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,7 +11,7 @@ "@google/generative-ai": "^0.24.1", "@radix-ui/react-slot": "^1.3.0", "@vercel/analytics": "^2.0.1", - "lucide-react": "^0.577.0", + "lucide-react": "^1.24.0", "next": "^16.2.10", "next-auth": "^4.24.14", "octokit": "^5.0.5", @@ -6550,9 +6550,9 @@ } }, "node_modules/lucide-react": { - "version": "0.577.0", - "resolved": "https://registry.npmjs.org/lucide-react/-/lucide-react-0.577.0.tgz", - "integrity": "sha512-4LjoFv2eEPwYDPg/CUdBJQSDfPyzXCRrVW1X7jrx/trgxnxkHFjnVZINbzvzxjN70dxychOfg+FTYwBiS3pQ5A==", + "version": "1.24.0", + "resolved": "https://registry.npmjs.org/lucide-react/-/lucide-react-1.24.0.tgz", + "integrity": "sha512-YT6mBD8lGKkg4nM39enlm94/sfJIiW0YKUT60fBy4YK8tai31ylg1VhGNWxkpSKHo9UagfnZqwIff3HTDQwXeA==", "license": "ISC", "peerDependencies": { "react": "^16.5.1 || ^17.0.0 || ^18.0.0 || ^19.0.0" diff --git a/package.json b/package.json index fd0a6c5..6f0d0a8 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "@google/generative-ai": "^0.24.1", "@radix-ui/react-slot": "^1.3.0", "@vercel/analytics": "^2.0.1", - "lucide-react": "^0.577.0", + "lucide-react": "^1.24.0", "next": "^16.2.10", "next-auth": "^4.24.14", "octokit": "^5.0.5",