From 4b050b59678e09355a1cc26e894f08c92f9918eb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Jul 2026 15:25:13 +0000 Subject: [PATCH] chore(deps): bump @xyflow/react from 12.11.1 to 12.11.2 Bumps [@xyflow/react](https://github.com/xyflow/xyflow/tree/HEAD/packages/react) from 12.11.1 to 12.11.2. - [Release notes](https://github.com/xyflow/xyflow/releases) - [Changelog](https://github.com/xyflow/xyflow/blob/main/packages/react/CHANGELOG.md) - [Commits](https://github.com/xyflow/xyflow/commits/@xyflow/react@12.11.2/packages/react) --- updated-dependencies: - dependency-name: "@xyflow/react" dependency-version: 12.11.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 16 ++++++++-------- package.json | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) 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",