diff --git a/package-lock.json b/package-lock.json index d21c3413..c7dd5846 100644 --- a/package-lock.json +++ b/package-lock.json @@ -39,7 +39,7 @@ "espree": "^11.2.0", "esquery": "^1.7.0", "graphviz-react": "^1.2.5", - "lucide-react": "^1.41.0", + "lucide-react": "^1.42.0", "react": "^19.2.8", "react-dom": "^19.2.8", "react-resizable-panels": "^4.12.3", @@ -6115,9 +6115,9 @@ } }, "node_modules/lucide-react": { - "version": "1.41.0", - "resolved": "https://registry.npmjs.org/lucide-react/-/lucide-react-1.41.0.tgz", - "integrity": "sha512-6lksP35l6KszDKUeRTi4LV7i6DEe0Yzl2ALJm9j4c5xEYN91GdW1xGsawGMOg2mgjF5GHBVX8pKX9kP+cWsP3Q==", + "version": "1.42.0", + "resolved": "https://registry.npmjs.org/lucide-react/-/lucide-react-1.42.0.tgz", + "integrity": "sha512-b3jprplnoLS8n5etw1z8xODe3hF/yjKATrTitsrKrnjUhCef5BdDct6Ppv3zVvzFwmtfWgLO6XNM3C9fAD93ug==", "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 38158b81..eb212b68 100644 --- a/package.json +++ b/package.json @@ -66,7 +66,7 @@ "espree": "^11.2.0", "esquery": "^1.7.0", "graphviz-react": "^1.2.5", - "lucide-react": "^1.41.0", + "lucide-react": "^1.42.0", "react": "^19.2.8", "react-dom": "^19.2.8", "react-resizable-panels": "^4.12.3",