From 45ea1d1cfb864a242427c1c539d2d075cf69f370 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Aug 2024 20:16:21 +0000 Subject: [PATCH] chore(deps): bump @xyflow/react in /reactflow-astro Bumps [@xyflow/react](https://github.com/xyflow/xyflow/tree/HEAD/packages/react) from 12.0.0 to 12.0.4. - [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.0.4/packages/react) --- updated-dependencies: - dependency-name: "@xyflow/react" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- reactflow-astro/package-lock.json | 28 ++++++++++++++-------------- reactflow-astro/package.json | 2 +- 2 files changed, 15 insertions(+), 15 deletions(-) diff --git a/reactflow-astro/package-lock.json b/reactflow-astro/package-lock.json index b10837b..49a71f7 100644 --- a/reactflow-astro/package-lock.json +++ b/reactflow-astro/package-lock.json @@ -8,7 +8,7 @@ "name": "reactflow-astro", "version": "0.0.1", "dependencies": { - "@xyflow/react": "^12.0.0", + "@xyflow/react": "^12.0.4", "astro": "^4.5.3", "react": "^18.2.0", "react-dom": "^18.2.0" @@ -1094,9 +1094,9 @@ } }, "node_modules/@types/d3-color": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/@types/d3-color/-/d3-color-3.1.0.tgz", - "integrity": "sha512-HKuicPHJuvPgCD+np6Se9MQvS6OCbJmOjGvylzMJRlDwUXjKTTXs6Pwgk79O09Vj/ho3u1ofXnhFOaEWWPrlwA==" + "version": "3.1.3", + "resolved": "https://registry.npmjs.org/@types/d3-color/-/d3-color-3.1.3.tgz", + "integrity": "sha512-iO90scth9WAbmgv7ogoq57O9YpKmFBbmoEoCHDB2xMBY0+/KVrqAaCDyCE16dUspeOvIxFFRI+0sEtqDqy2b4A==" }, "node_modules/@types/d3-drag": { "version": "3.0.7", @@ -1107,9 +1107,9 @@ } }, "node_modules/@types/d3-interpolate": { - "version": "3.0.1", - "resolved": "https://registry.npmjs.org/@types/d3-interpolate/-/d3-interpolate-3.0.1.tgz", - "integrity": "sha512-jx5leotSeac3jr0RePOH1KdR9rISG91QIE4Q2PYTu4OymLTZfA3SrnURSLzKH48HmXVUru50b8nje4E79oQSQw==", + "version": "3.0.4", + "resolved": "https://registry.npmjs.org/@types/d3-interpolate/-/d3-interpolate-3.0.4.tgz", + "integrity": "sha512-mgLPETlrpVV1YRJIglr4Ez47g7Yxjl1lj7YKsiMCb27VJH9W8NVM6Bb9d8kkpG/uAQS5AmbA48q2IAolKKo1MA==", "dependencies": { "@types/d3-color": "*" } @@ -1245,11 +1245,11 @@ } }, "node_modules/@xyflow/react": { - "version": "12.0.0", - "resolved": "https://registry.npmjs.org/@xyflow/react/-/react-12.0.0.tgz", - "integrity": "sha512-f0cboW5ZbKR+xGUr2QtYiIZwGvxDHzCjdtp2KBSNcQCmyc9xgaJ2PMCKBpwAUF0u+RoA7mEW2jE3mPI9WCBy0A==", + "version": "12.0.4", + "resolved": "https://registry.npmjs.org/@xyflow/react/-/react-12.0.4.tgz", + "integrity": "sha512-eeQzw1gIbLKOB55rp2+20uB1PASDUf1q6zy2VsgugnuPEcL/olVMX3WT42XxyG8m3rcbUiHlq2NSmPTFWEjiUQ==", "dependencies": { - "@xyflow/system": "0.0.34", + "@xyflow/system": "0.0.37", "classcat": "^5.0.3", "zustand": "^4.4.0" }, @@ -1259,9 +1259,9 @@ } }, "node_modules/@xyflow/system": { - "version": "0.0.34", - "resolved": "https://registry.npmjs.org/@xyflow/system/-/system-0.0.34.tgz", - "integrity": "sha512-Gcc2aSPZX5YMn+Rv6a2lxRes005YLc6LRaMtzRsobCcIEMpBUWzEx8/OrvpAYOCM3UCxlqfUOK2ekglxbjzYEQ==", + "version": "0.0.37", + "resolved": "https://registry.npmjs.org/@xyflow/system/-/system-0.0.37.tgz", + "integrity": "sha512-hSIhezhxgftPUpC+xiQVIorcRILZUOWlLjpYPTyGWRu8s4RJvM4GqvrsFmD5OnMKXLgpU7/PqqUibDVO67oWQQ==", "dependencies": { "@types/d3-drag": "^3.0.7", "@types/d3-selection": "^3.0.10", diff --git a/reactflow-astro/package.json b/reactflow-astro/package.json index f522757..5bef9ed 100644 --- a/reactflow-astro/package.json +++ b/reactflow-astro/package.json @@ -10,7 +10,7 @@ "astro": "astro" }, "dependencies": { - "@xyflow/react": "^12.0.0", + "@xyflow/react": "^12.0.4", "astro": "^4.5.3", "react": "^18.2.0", "react-dom": "^18.2.0"