diff --git a/package-lock.json b/package-lock.json index 4c0c246..150d506 100644 --- a/package-lock.json +++ b/package-lock.json @@ -37,7 +37,7 @@ "@tanstack/react-table": "^8.21.3", "@types/dagre": "^0.7.54", "@uiw/react-codemirror": "^4.25.11", - "@xyflow/react": "^12.11.2", + "@xyflow/react": "^12.11.3", "chokidar": "^5.0.0", "class-variance-authority": "^0.7.1", "clsx": "^2.1.1", @@ -5605,12 +5605,12 @@ } }, "node_modules/@xyflow/react": { - "version": "12.11.2", - "resolved": "https://registry.npmjs.org/@xyflow/react/-/react-12.11.2.tgz", - "integrity": "sha512-eLAlDWJfWnQEhJwGMjlWdAXO9eYllKpliUmPQlAmOLxz6mExXuzMVDUKLMquixgkrtmMFFtug3jGKmYYld12cA==", + "version": "12.11.3", + "resolved": "https://registry.npmjs.org/@xyflow/react/-/react-12.11.3.tgz", + "integrity": "sha512-G3jogHz2GWUtIOkhavUGno2YzY9u6fILIJBttfsBendb0/HWB90JG+sOTAvlIMEwyvq9zgy9V9ZQSwyQjR5QzQ==", "license": "MIT", "dependencies": { - "@xyflow/system": "0.0.79", + "@xyflow/system": "0.0.80", "classcat": "^5.0.3", "zustand": "^4.4.0" }, @@ -5658,9 +5658,9 @@ } }, "node_modules/@xyflow/system": { - "version": "0.0.79", - "resolved": "https://registry.npmjs.org/@xyflow/system/-/system-0.0.79.tgz", - "integrity": "sha512-czLyOh91NF0hIzbNzwi8I6GlqG23BHh2435OddfI6uiaLH3xdrdygO93gqgH1Bv9mhy8XPFQJOBn1FTq4LvEWA==", + "version": "0.0.80", + "resolved": "https://registry.npmjs.org/@xyflow/system/-/system-0.0.80.tgz", + "integrity": "sha512-ywc3ZqG91brzWrH1WlwMdIX4goOfrpBy6AbLdVSaof/Xx9l138ijIKRExM6EkMro2F+OImGmSiA/WKcXvKVcfA==", "license": "MIT", "dependencies": { "@types/d3-drag": "^3.0.7", diff --git a/package.json b/package.json index 90eca3a..925b2e2 100644 --- a/package.json +++ b/package.json @@ -114,7 +114,7 @@ "@tanstack/react-table": "^8.21.3", "@types/dagre": "^0.7.54", "@uiw/react-codemirror": "^4.25.11", - "@xyflow/react": "^12.11.2", + "@xyflow/react": "^12.11.3", "chokidar": "^5.0.0", "class-variance-authority": "^0.7.1", "clsx": "^2.1.1",