diff --git a/bun.lock b/bun.lock index c2cb3aa..ec2a249 100644 --- a/bun.lock +++ b/bun.lock @@ -9,7 +9,7 @@ "@tauri-apps/api": "^2", "@tauri-apps/plugin-process": "^2", "@tauri-apps/plugin-updater": "^2", - "lucide-react": "^0.469", + "lucide-react": "^0.577.0", "react": "^19", "react-dom": "^19", "tailwindcss": "^4", @@ -620,7 +620,7 @@ "lru-cache": ["lru-cache@5.1.1", "", { "dependencies": { "yallist": "^3.0.2" } }, "sha512-KpNARQA3Iwv+jTA0utUVVbrh+Jlrr1Fv0e56GGzAFOXN7dk/FviaDW8LHmK52DlcH4WP2n6gI8vN1aesBFgo9w=="], - "lucide-react": ["lucide-react@0.469.0", "", { "peerDependencies": { "react": "^16.5.1 || ^17.0.0 || ^18.0.0 || ^19.0.0" } }, "sha512-28vvUnnKQ/dBwiCQtwJw7QauYnE7yd2Cyp4tTTJpvglX4EMpbflcdBgrgToX2j71B3YvugK/NH3BGUk+E/p/Fw=="], + "lucide-react": ["lucide-react@0.577.0", "", { "peerDependencies": { "react": "^16.5.1 || ^17.0.0 || ^18.0.0 || ^19.0.0" } }, "sha512-4LjoFv2eEPwYDPg/CUdBJQSDfPyzXCRrVW1X7jrx/trgxnxkHFjnVZINbzvzxjN70dxychOfg+FTYwBiS3pQ5A=="], "magic-string": ["magic-string@0.30.21", "", { "dependencies": { "@jridgewell/sourcemap-codec": "^1.5.5" } }, "sha512-vd2F4YUyEXKGcLHoq+TEyCjxueSeHnFxyyjNp80yg0XV4vUhnDer/lvvlqM/arB5bXQN5K2/3oinyCRyx8T2CQ=="], diff --git a/package.json b/package.json index c9dc601..9a256b1 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ "@tauri-apps/api": "^2", "@tauri-apps/plugin-process": "^2", "@tauri-apps/plugin-updater": "^2", - "lucide-react": "^0.469", + "lucide-react": "^0.577.0", "react": "^19", "react-dom": "^19", "tailwindcss": "^4"