diff --git a/llama_stack/ui/package-lock.json b/llama_stack/ui/package-lock.json index 6412741aa1..6dc6187211 100644 --- a/llama_stack/ui/package-lock.json +++ b/llama_stack/ui/package-lock.json @@ -16,7 +16,7 @@ "class-variance-authority": "^0.7.1", "clsx": "^2.1.1", "llama-stack-client": "^0.2.15", - "lucide-react": "^0.510.0", + "lucide-react": "^0.562.0", "next": "15.3.3", "next-auth": "^4.24.11", "next-themes": "^0.4.6", @@ -9190,9 +9190,9 @@ "license": "ISC" }, "node_modules/lucide-react": { - "version": "0.510.0", - "resolved": "https://registry.npmjs.org/lucide-react/-/lucide-react-0.510.0.tgz", - "integrity": "sha512-p8SQRAMVh7NhsAIETokSqDrc5CHnDLbV29mMnzaXx+Vc/hnqQzwI2r0FMWCcoTXnbw2KEjy48xwpGdEL+ck06Q==", + "version": "0.562.0", + "resolved": "https://registry.npmjs.org/lucide-react/-/lucide-react-0.562.0.tgz", + "integrity": "sha512-82hOAu7y0dbVuFfmO4bYF1XEwYk/mEbM5E+b1jgci/udUBEE/R7LF5Ip0CCEmXe8AybRM8L+04eP+LGZeDvkiw==", "license": "ISC", "peerDependencies": { "react": "^16.5.1 || ^17.0.0 || ^18.0.0 || ^19.0.0" diff --git a/llama_stack/ui/package.json b/llama_stack/ui/package.json index 9d448998c7..6a1b8a1206 100644 --- a/llama_stack/ui/package.json +++ b/llama_stack/ui/package.json @@ -21,7 +21,7 @@ "class-variance-authority": "^0.7.1", "clsx": "^2.1.1", "llama-stack-client": "^0.2.15", - "lucide-react": "^0.510.0", + "lucide-react": "^0.562.0", "next": "15.3.3", "next-auth": "^4.24.11", "next-themes": "^0.4.6",