diff --git a/web/package-lock.json b/web/package-lock.json index de42a1ac7..1c085af32 100644 --- a/web/package-lock.json +++ b/web/package-lock.json @@ -43,7 +43,7 @@ "immer": "^10.1.1", "konva": "^9.3.14", "lodash": "^4.17.21", - "lucide-react": "^0.407.0", + "lucide-react": "^0.441.0", "monaco-yaml": "^5.2.2", "next-themes": "^0.3.0", "nosleep.js": "^0.12.0", @@ -5549,12 +5549,11 @@ "license": "ISC" }, "node_modules/lucide-react": { - "version": "0.407.0", - "resolved": "https://registry.npmjs.org/lucide-react/-/lucide-react-0.407.0.tgz", - "integrity": "sha512-+dRIu9Sry+E8wPF9+sY5eKld2omrU4X5IKXxrgqBt+o11IIHVU0QOfNoVWFuj0ZRDrxr4Wci26o2mKZqLGE0lA==", - "license": "ISC", + "version": "0.441.0", + "resolved": "https://registry.npmjs.org/lucide-react/-/lucide-react-0.441.0.tgz", + "integrity": "sha512-0vfExYtvSDhkC2lqg0zYVW1Uu9GsI4knuV9GP9by5z0Xhc4Zi5RejTxfz9LsjRmCyWVzHCJvxGKZWcRyvQCWVg==", "peerDependencies": { - "react": "^16.5.1 || ^17.0.0 || ^18.0.0 || ^19.0.0" + "react": "^16.5.1 || ^17.0.0 || ^18.0.0 || ^19.0.0-rc" } }, "node_modules/magic-string": { diff --git a/web/package.json b/web/package.json index bb15ea4b8..31c3b0359 100644 --- a/web/package.json +++ b/web/package.json @@ -49,7 +49,7 @@ "immer": "^10.1.1", "konva": "^9.3.14", "lodash": "^4.17.21", - "lucide-react": "^0.407.0", + "lucide-react": "^0.441.0", "monaco-yaml": "^5.2.2", "next-themes": "^0.3.0", "nosleep.js": "^0.12.0",