diff --git a/web/package-lock.json b/web/package-lock.json index ea3738a6f..f20fcc8ec 100644 --- a/web/package-lock.json +++ b/web/package-lock.json @@ -40,7 +40,7 @@ "immer": "^10.1.1", "konva": "^9.3.9", "lodash": "^4.17.21", - "lucide-react": "^0.390.0", + "lucide-react": "^0.404.0", "monaco-yaml": "^5.1.1", "next-themes": "^0.3.0", "nosleep.js": "^0.12.0", @@ -5295,12 +5295,11 @@ } }, "node_modules/lucide-react": { - "version": "0.390.0", - "resolved": "https://registry.npmjs.org/lucide-react/-/lucide-react-0.390.0.tgz", - "integrity": "sha512-APqbfEcVuHnZbiy3E97gYWLeBdkE4e6NbY6AuVETZDZVn/bQCHYUoHyxcUHyvRopfPOHhFUEvDyyQzHwM+S9/w==", - "license": "ISC", + "version": "0.404.0", + "resolved": "https://registry.npmjs.org/lucide-react/-/lucide-react-0.404.0.tgz", + "integrity": "sha512-8iYTmAG5dQWqYUEznRip2M7+KBKr7966bj3dqz0LJ8LUh5/sCIsKaJTEGdNTguLMRHTZy46sdqjrT3CupYqCeQ==", "peerDependencies": { - "react": "^16.5.1 || ^17.0.0 || ^18.0.0" + "react": "^16.5.1 || ^17.0.0 || ^18.0.0 || ^19.0.0" } }, "node_modules/magic-string": { diff --git a/web/package.json b/web/package.json index bbc2e1229..88d8154a0 100644 --- a/web/package.json +++ b/web/package.json @@ -46,7 +46,7 @@ "immer": "^10.1.1", "konva": "^9.3.9", "lodash": "^4.17.21", - "lucide-react": "^0.390.0", + "lucide-react": "^0.404.0", "monaco-yaml": "^5.1.1", "next-themes": "^0.3.0", "nosleep.js": "^0.12.0",