From 2a63a4cca0b5d9eff6f084d1e6ba9f227655f4c5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Jul 2026 11:51:08 +0000 Subject: [PATCH] chore(deps): bump @xyflow/react in /src/StackAlchemist.Web 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] --- src/StackAlchemist.Web/package-lock.json | 16 ++++++++-------- src/StackAlchemist.Web/package.json | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/src/StackAlchemist.Web/package-lock.json b/src/StackAlchemist.Web/package-lock.json index be77985..9137805 100644 --- a/src/StackAlchemist.Web/package-lock.json +++ b/src/StackAlchemist.Web/package-lock.json @@ -12,7 +12,7 @@ "@stackblitz/sdk": "^1.11.1", "@supabase/ssr": "^0.12.0", "@supabase/supabase-js": "^2.110.2", - "@xyflow/react": "^12.11.1", + "@xyflow/react": "^12.11.2", "class-variance-authority": "^0.7.1", "clsx": "^2.1.1", "highlight.js": "^11.11.1", @@ -3599,12 +3599,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" }, @@ -3624,9 +3624,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/src/StackAlchemist.Web/package.json b/src/StackAlchemist.Web/package.json index 5c0e282..311f77f 100644 --- a/src/StackAlchemist.Web/package.json +++ b/src/StackAlchemist.Web/package.json @@ -18,7 +18,7 @@ "@stackblitz/sdk": "^1.11.1", "@supabase/ssr": "^0.12.0", "@supabase/supabase-js": "^2.110.2", - "@xyflow/react": "^12.11.1", + "@xyflow/react": "^12.11.2", "class-variance-authority": "^0.7.1", "clsx": "^2.1.1", "highlight.js": "^11.11.1",