diff --git a/ui/package-lock.json b/ui/package-lock.json index 0200568..f978446 100644 --- a/ui/package-lock.json +++ b/ui/package-lock.json @@ -11,7 +11,7 @@ "@tailwindcss/vite": "^4.2.1", "@tauri-apps/api": "^2.11.0", "clsx": "^2.1.1", - "lucide-react": "^0.577.0", + "lucide-react": "^1.17.0", "react": "^19.2.4", "react-dom": "^19.2.4", "swr": "^2.4.1", @@ -3169,9 +3169,9 @@ } }, "node_modules/lucide-react": { - "version": "0.577.0", - "resolved": "https://registry.npmjs.org/lucide-react/-/lucide-react-0.577.0.tgz", - "integrity": "sha512-4LjoFv2eEPwYDPg/CUdBJQSDfPyzXCRrVW1X7jrx/trgxnxkHFjnVZINbzvzxjN70dxychOfg+FTYwBiS3pQ5A==", + "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 14e3a7a..e83a9dc 100644 --- a/ui/package.json +++ b/ui/package.json @@ -13,7 +13,7 @@ "@tailwindcss/vite": "^4.2.1", "@tauri-apps/api": "^2.11.0", "clsx": "^2.1.1", - "lucide-react": "^0.577.0", + "lucide-react": "^1.17.0", "react": "^19.2.4", "react-dom": "^19.2.4", "swr": "^2.4.1",