diff --git a/ui/package-lock.json b/ui/package-lock.json index 8e95095..23e4dff 100644 --- a/ui/package-lock.json +++ b/ui/package-lock.json @@ -9,7 +9,7 @@ "version": "0.1.0", "dependencies": { "@vitejs/plugin-react": "^4.3.4", - "lucide-react": "^1.16.0", + "lucide-react": "^1.17.0", "react": "^18.3.1", "react-dom": "^18.3.1", "typescript": "^5.6.3", @@ -1780,9 +1780,9 @@ } }, "node_modules/lucide-react": { - "version": "1.16.0", - "resolved": "https://registry.npmjs.org/lucide-react/-/lucide-react-1.16.0.tgz", - "integrity": "sha512-dYwyPzb4MEKpGUmNYk3WKWPnMrHs3FKM+q94kAnJrcDIqqn1hq2xY8scaS2ovsOCM5D51ey2gaRG3PBb1vgoYQ==", + "version": "1.17.0", + "resolved": "https://registry.npmjs.org/lucide-react/-/lucide-react-1.17.0.tgz", + "integrity": "sha512-9FA9evdox/JQL5PT57fdA1x/yg8T7knJ98+zjTL3UfKza6pflQUUh3XtaQIHKvnsJw1lmsEyHVlt5jchYxOQ5w==", "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 959032c..4adaeb6 100644 --- a/ui/package.json +++ b/ui/package.json @@ -14,7 +14,7 @@ "typescript": "^5.6.3", "react": "^18.3.1", "react-dom": "^18.3.1", - "lucide-react": "^1.16.0" + "lucide-react": "^1.17.0" }, "devDependencies": { "@types/react": "^18.3.18",