diff --git a/package-lock.json b/package-lock.json index 09b32d1..b250599 100644 --- a/package-lock.json +++ b/package-lock.json @@ -24,7 +24,7 @@ "@codemirror/view": "6.43.0", "@tauri-apps/api": "2.11.0", "file-icons-js": "1.1.0", - "lucide-react": "1.17.0", + "lucide-react": "1.18.0", "react": "19.2.7", "react-dom": "19.2.7" }, @@ -2574,9 +2574,9 @@ } }, "node_modules/lucide-react": { - "version": "1.17.0", - "resolved": "https://registry.npmjs.org/lucide-react/-/lucide-react-1.17.0.tgz", - "integrity": "sha512-9FA9evdox/JQL5PT57fdA1x/yg8T7knJ98+zjTL3UfKza6pflQUUh3XtaQIHKvnsJw1lmsEyHVlt5jchYxOQ5w==", + "version": "1.18.0", + "resolved": "https://registry.npmjs.org/lucide-react/-/lucide-react-1.18.0.tgz", + "integrity": "sha512-LZDb7H/0YfM+RJncD0hDQRCAu+vSGODqpe35TuVI8EuXaRjkczbsx7p8dY4J87F/MUSj6bpYqeI8nw8qXaAdmA==", "license": "ISC", "peerDependencies": { "react": "^16.5.1 || ^17.0.0 || ^18.0.0 || ^19.0.0" diff --git a/package.json b/package.json index 3139768..c36a677 100644 --- a/package.json +++ b/package.json @@ -37,7 +37,7 @@ "@codemirror/view": "6.43.0", "@tauri-apps/api": "2.11.0", "file-icons-js": "1.1.0", - "lucide-react": "1.17.0", + "lucide-react": "1.18.0", "react": "19.2.7", "react-dom": "19.2.7" },