diff --git a/package-lock.json b/package-lock.json index 72a36cc..61a75fb 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,7 +11,7 @@ "dependencies": { "@radix-ui/themes": "^3.2.1", "framer-motion": "^11.18.2", - "lucide-react": "^0.544.0", + "lucide-react": "^0.545.0", "next": "^15.5.4", "next-themes": "^0.4.6", "react": "^19.0.0", @@ -5597,9 +5597,9 @@ "license": "ISC" }, "node_modules/lucide-react": { - "version": "0.544.0", - "resolved": "https://registry.npmjs.org/lucide-react/-/lucide-react-0.544.0.tgz", - "integrity": "sha512-t5tS44bqd825zAW45UQxpG2CvcC4urOwn2TrwSH8u+MjeE+1NnWl6QqeQ/6NdjMqdOygyiT9p3Ev0p1NJykxjw==", + "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 || ^19.0.0" diff --git a/package.json b/package.json index c39dc04..1a41d87 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ "@radix-ui/themes": "^3.2.1", "framer-motion": "^11.18.2", "next": "^15.5.4", - "lucide-react": "^0.544.0", + "lucide-react": "^0.545.0", "next-themes": "^0.4.6", "react": "^19.0.0", "react-dom": "^19.2.0"