diff --git a/desktop/package-lock.json b/desktop/package-lock.json index 23b3b64..b9a3100 100644 --- a/desktop/package-lock.json +++ b/desktop/package-lock.json @@ -12,7 +12,7 @@ "@tauri-apps/api": "^2.11.1", "@tauri-apps/plugin-notification": "^2.3.3", "@vitejs/plugin-react": "^5.1.2", - "lucide-react": "^0.561.0", + "lucide-react": "^1.31.0", "react": "^19.2.3", "react-dom": "^19.2.8", "typescript": "^5.9.3", @@ -1687,9 +1687,9 @@ } }, "node_modules/lucide-react": { - "version": "0.561.0", - "resolved": "https://registry.npmjs.org/lucide-react/-/lucide-react-0.561.0.tgz", - "integrity": "sha512-Y59gMY38tl4/i0qewcqohPdEbieBy7SovpBL9IFebhc2mDd8x4PZSOsiFRkpPcOq6bj1r/mjH/Rk73gSlIJP2A==", + "version": "1.31.0", + "resolved": "https://registry.npmjs.org/lucide-react/-/lucide-react-1.31.0.tgz", + "integrity": "sha512-G8u2eEtoHUnUa9f8lbvqDhCiORMnYLdUEo06EEG9MQvHQrInKcX3Pa2TH39MM5qyzRcWETxB0+aOwAPI1g1kEg==", "license": "ISC", "peerDependencies": { "react": "^16.5.1 || ^17.0.0 || ^18.0.0 || ^19.0.0" diff --git a/desktop/package.json b/desktop/package.json index 29b59d2..f0e40fb 100644 --- a/desktop/package.json +++ b/desktop/package.json @@ -32,7 +32,7 @@ "@tauri-apps/api": "^2.11.1", "@tauri-apps/plugin-notification": "^2.3.3", "@vitejs/plugin-react": "^5.1.2", - "lucide-react": "^0.561.0", + "lucide-react": "^1.31.0", "react": "^19.2.3", "react-dom": "^19.2.8", "typescript": "^5.9.3",