From 3ff60b927f9005a3a0166bee5c3e67d284cd8731 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 18 Oct 2025 19:55:03 +0000 Subject: [PATCH] Bump @xyflow/react from 12.5.1 to 12.8.6 Bumps [@xyflow/react](https://github.com/xyflow/xyflow/tree/HEAD/packages/react) from 12.5.1 to 12.8.6. - [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.8.6/packages/react) --- updated-dependencies: - dependency-name: "@xyflow/react" dependency-version: 12.8.6 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 18 ++++++++++-------- package.json | 2 +- 2 files changed, 11 insertions(+), 9 deletions(-) diff --git a/package-lock.json b/package-lock.json index 2b25298..4bfd50d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13,7 +13,7 @@ "@emotion/styled": "^11.14.1", "@mui/icons-material": "^7.3.4", "@mui/material": "^7.3.4", - "@xyflow/react": "^12.5.1", + "@xyflow/react": "^12.8.6", "ollama": "^0.6.0", "react": "^18.2.0", "react-dom": "^18.2.0", @@ -2407,12 +2407,12 @@ } }, "node_modules/@xyflow/react": { - "version": "12.5.1", - "resolved": "https://registry.npmjs.org/@xyflow/react/-/react-12.5.1.tgz", - "integrity": "sha512-jMKQVqGwCz0x6pUyvxTIuCMbyehfua7CfEEWDj29zQSHigQpCy0/5d8aOmZrqK4cwur/pVHLQomT6Rm10gXfHg==", + "version": "12.8.6", + "resolved": "https://registry.npmjs.org/@xyflow/react/-/react-12.8.6.tgz", + "integrity": "sha512-SksAm2m4ySupjChphMmzvm55djtgMDPr+eovPDdTnyGvShf73cvydfoBfWDFllooIQ4IaiUL5yfxHRwU0c37EA==", "license": "MIT", "dependencies": { - "@xyflow/system": "0.0.53", + "@xyflow/system": "0.0.70", "classcat": "^5.0.3", "zustand": "^4.4.0" }, @@ -2450,16 +2450,18 @@ } }, "node_modules/@xyflow/system": { - "version": "0.0.53", - "resolved": "https://registry.npmjs.org/@xyflow/system/-/system-0.0.53.tgz", - "integrity": "sha512-QTWieiTtvNYyQAz1fxpzgtUGXNpnhfh6vvZa7dFWpWS2KOz6bEHODo/DTK3s07lDu0Bq0Db5lx/5M5mNjb9VDQ==", + "version": "0.0.70", + "resolved": "https://registry.npmjs.org/@xyflow/system/-/system-0.0.70.tgz", + "integrity": "sha512-PpC//u9zxdjj0tfTSmZrg3+sRbTz6kop/Amky44U2Dl51sxzDTIUfXMwETOYpmr2dqICWXBIJwXL2a9QWtX2XA==", "license": "MIT", "dependencies": { "@types/d3-drag": "^3.0.7", + "@types/d3-interpolate": "^3.0.4", "@types/d3-selection": "^3.0.10", "@types/d3-transition": "^3.0.8", "@types/d3-zoom": "^3.0.8", "d3-drag": "^3.0.0", + "d3-interpolate": "^3.0.1", "d3-selection": "^3.0.0", "d3-zoom": "^3.0.0" } diff --git a/package.json b/package.json index c5f047e..b7a7a59 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "@emotion/styled": "^11.14.1", "@mui/icons-material": "^7.3.4", "@mui/material": "^7.3.4", - "@xyflow/react": "^12.5.1", + "@xyflow/react": "^12.8.6", "ollama": "^0.6.0", "react": "^18.2.0", "react-dom": "^18.2.0",