diff --git a/package-lock.json b/package-lock.json index 12b220b..7c58a43 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,7 +11,7 @@ "@radix-ui/react-switch": "^1.1.0", "class-variance-authority": "^0.7.0", "classnames": "^2.5.1", - "lucide-react": "^0.577.0", + "lucide-react": "^1.7.0", "next": "16.2.2", "next-themes": "^0.4.6", "react": "^19.2.1", @@ -4804,9 +4804,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.7.0", + "resolved": "https://registry.npmjs.org/lucide-react/-/lucide-react-1.7.0.tgz", + "integrity": "sha512-yI7BeItCLZJTXikmK4KNUGCKoGzSvbKlfCvw44bU4fXAL6v3gYS4uHD1jzsLkfwODYwI6Drw5Tu9Z5ulDe0TSg==", "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 ef23c8c..9c1c4eb 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ "@radix-ui/react-switch": "^1.1.0", "class-variance-authority": "^0.7.0", "classnames": "^2.5.1", - "lucide-react": "^0.577.0", + "lucide-react": "^1.7.0", "next": "16.2.2", "next-themes": "^0.4.6", "react": "^19.2.1",