diff --git a/package-lock.json b/package-lock.json index 7070c09..0b1dee7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -18,7 +18,7 @@ "clsx": "^2.1.1", "icons-react": "^3.7.1", "jsonwebtoken": "^9.0.2", - "lucide-react": "^0.475.0", + "lucide-react": "^0.544.0", "motion": "^12.4.7", "next": "^15.2.2", "next-auth": "^4.24.11", @@ -4868,9 +4868,9 @@ } }, "node_modules/lucide-react": { - "version": "0.475.0", - "resolved": "https://registry.npmjs.org/lucide-react/-/lucide-react-0.475.0.tgz", - "integrity": "sha512-NJzvVu1HwFVeZ+Gwq2q00KygM1aBhy/ZrhY9FsAgJtpB+E4R7uxRk9M2iKvHa6/vNxZydIB59htha4c2vvwvVg==", + "version": "0.544.0", + "resolved": "https://registry.npmjs.org/lucide-react/-/lucide-react-0.544.0.tgz", + "integrity": "sha512-t5tS44bqd825zAW45UQxpG2CvcC4urOwn2TrwSH8u+MjeE+1NnWl6QqeQ/6NdjMqdOygyiT9p3Ev0p1NJykxjw==", "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 6df8cef..755b398 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ "clsx": "^2.1.1", "icons-react": "^3.7.1", "jsonwebtoken": "^9.0.2", - "lucide-react": "^0.475.0", + "lucide-react": "^0.544.0", "motion": "^12.4.7", "next": "^15.2.2", "next-auth": "^4.24.11",