diff --git a/ui/package-lock.json b/ui/package-lock.json index bc603d81a..383607044 100644 --- a/ui/package-lock.json +++ b/ui/package-lock.json @@ -32,7 +32,7 @@ "clsx": "^2.1.1", "cmdk": "^1.1.1", "date-fns": "^4.1.0", - "lucide-react": "^0.539.0", + "lucide-react": "^0.544.0", "next": "^15.4.7", "next-themes": "^0.4.6", "react": "^18.3.1", @@ -11575,9 +11575,9 @@ "license": "ISC" }, "node_modules/lucide-react": { - "version": "0.539.0", - "resolved": "https://registry.npmjs.org/lucide-react/-/lucide-react-0.539.0.tgz", - "integrity": "sha512-VVISr+VF2krO91FeuCrm1rSOLACQUYVy7NQkzrOty52Y8TlTPcXcMdQFj9bYzBgXbWCiywlwSZ3Z8u6a+6bMlg==", + "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/ui/package.json b/ui/package.json index 82a3d9b4c..b49875ad9 100644 --- a/ui/package.json +++ b/ui/package.json @@ -37,7 +37,7 @@ "clsx": "^2.1.1", "cmdk": "^1.1.1", "date-fns": "^4.1.0", - "lucide-react": "^0.539.0", + "lucide-react": "^0.544.0", "next": "^15.4.7", "next-themes": "^0.4.6", "react": "^18.3.1",