diff --git a/package-lock.json b/package-lock.json index c09e441..cb8556b 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.10", - "@xyflow/react": "^12.11.1", + "@xyflow/react": "^12.11.2", "chokidar": "^5.0.0", "class-variance-authority": "^0.7.1", "clsx": "^2.1.1", @@ -5602,12 +5602,12 @@ } }, "node_modules/@xyflow/react": { - "version": "12.11.1", - "resolved": "https://registry.npmjs.org/@xyflow/react/-/react-12.11.1.tgz", - "integrity": "sha512-L+zBoLGSXham0MnlY8QqjfR7/C5JNw0zxkaey5aZ5XmCgJBAdH4+WRIu8CR40d3l/BdU635V6YbhBK1jMo8/6Q==", + "version": "12.11.2", + "resolved": "https://registry.npmjs.org/@xyflow/react/-/react-12.11.2.tgz", + "integrity": "sha512-eLAlDWJfWnQEhJwGMjlWdAXO9eYllKpliUmPQlAmOLxz6mExXuzMVDUKLMquixgkrtmMFFtug3jGKmYYld12cA==", "license": "MIT", "dependencies": { - "@xyflow/system": "0.0.78", + "@xyflow/system": "0.0.79", "classcat": "^5.0.3", "zustand": "^4.4.0" }, @@ -5655,9 +5655,9 @@ } }, "node_modules/@xyflow/system": { - "version": "0.0.78", - "resolved": "https://registry.npmjs.org/@xyflow/system/-/system-0.0.78.tgz", - "integrity": "sha512-lY0z2qP33fUhTva9Vaxrk0lqZta2pkbxB1trHAx1omnJqRtPvDlAQYV2r5fhS6AdpkulYmbNW0svy+A4/t4B/g==", + "version": "0.0.79", + "resolved": "https://registry.npmjs.org/@xyflow/system/-/system-0.0.79.tgz", + "integrity": "sha512-czLyOh91NF0hIzbNzwi8I6GlqG23BHh2435OddfI6uiaLH3xdrdygO93gqgH1Bv9mhy8XPFQJOBn1FTq4LvEWA==", "license": "MIT", "dependencies": { "@types/d3-drag": "^3.0.7", diff --git a/package.json b/package.json index c0f97f6..9685abe 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.10", - "@xyflow/react": "^12.11.1", + "@xyflow/react": "^12.11.2", "chokidar": "^5.0.0", "class-variance-authority": "^0.7.1", "clsx": "^2.1.1",