diff --git a/src/frontend/package-lock.json b/src/frontend/package-lock.json index 73c8ac1..5ad5e57 100644 --- a/src/frontend/package-lock.json +++ b/src/frontend/package-lock.json @@ -12,7 +12,7 @@ "@mysten/sui": "^2.2.0", "@tanstack/react-query": "^5.90.21", "@tanstack/react-router": "^1.158.0", - "lucide-react": "^0.563.0", + "lucide-react": "^0.564.0", "react": "^19.2.4", "react-dom": "^19.2.4", "react-markdown": "^10.1.0", @@ -4641,7 +4641,9 @@ "license": "MIT" }, "node_modules/lucide-react": { - "version": "0.563.0", + "version": "0.564.0", + "resolved": "https://registry.npmjs.org/lucide-react/-/lucide-react-0.564.0.tgz", + "integrity": "sha512-JJ8GVTQqFwuliifD48U6+h7DXEHdkhJ/E87kksGByII3qHxtPciVb8T8woQONHBQgHVOl7rSMrrip3SeVNy7Fg==", "license": "ISC", "peerDependencies": { "react": "^16.5.1 || ^17.0.0 || ^18.0.0 || ^19.0.0" diff --git a/src/frontend/package.json b/src/frontend/package.json index fa34a18..e36ee0a 100644 --- a/src/frontend/package.json +++ b/src/frontend/package.json @@ -16,7 +16,7 @@ "@mysten/sui": "^2.2.0", "@tanstack/react-query": "^5.90.21", "@tanstack/react-router": "^1.158.0", - "lucide-react": "^0.563.0", + "lucide-react": "^0.564.0", "react": "^19.2.4", "react-dom": "^19.2.4", "react-markdown": "^10.1.0",