diff --git a/web/package-lock.json b/web/package-lock.json index 96913785b..b39fb9693 100644 --- a/web/package-lock.json +++ b/web/package-lock.json @@ -48,7 +48,7 @@ "immer": "^10.1.1", "konva": "^9.3.18", "lodash": "^4.17.21", - "lucide-react": "^0.477.0", + "lucide-react": "^0.510.0", "monaco-yaml": "^5.3.1", "next-themes": "^0.3.0", "nosleep.js": "^0.12.0", @@ -6102,9 +6102,9 @@ "license": "ISC" }, "node_modules/lucide-react": { - "version": "0.477.0", - "resolved": "https://registry.npmjs.org/lucide-react/-/lucide-react-0.477.0.tgz", - "integrity": "sha512-yCf7aYxerFZAbd8jHJxjwe1j7jEMPptjnaOqdYeirFnEy85cNR3/L+o0I875CYFYya+eEVzZSbNuRk8BZPDpVw==", + "version": "0.510.0", + "resolved": "https://registry.npmjs.org/lucide-react/-/lucide-react-0.510.0.tgz", + "integrity": "sha512-p8SQRAMVh7NhsAIETokSqDrc5CHnDLbV29mMnzaXx+Vc/hnqQzwI2r0FMWCcoTXnbw2KEjy48xwpGdEL+ck06Q==", "license": "ISC", "peerDependencies": { "react": "^16.5.1 || ^17.0.0 || ^18.0.0 || ^19.0.0" diff --git a/web/package.json b/web/package.json index b23bcdba8..0e95462d4 100644 --- a/web/package.json +++ b/web/package.json @@ -54,7 +54,7 @@ "immer": "^10.1.1", "konva": "^9.3.18", "lodash": "^4.17.21", - "lucide-react": "^0.477.0", + "lucide-react": "^0.510.0", "monaco-yaml": "^5.3.1", "next-themes": "^0.3.0", "nosleep.js": "^0.12.0",