From 1c674b398e1375d3941f7f264a7cc26f7570f8e3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jul 2024 15:29:41 +0000 Subject: [PATCH] Bump react-force-graph from 1.44.0 to 1.44.4 Bumps [react-force-graph](https://github.com/vasturiano/react-force-graph) from 1.44.0 to 1.44.4. - [Commits](https://github.com/vasturiano/react-force-graph/compare/v1.44.0...v1.44.4) --- updated-dependencies: - dependency-name: react-force-graph dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index aa72a16..c78189f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,7 +12,7 @@ "react": "^18.2.0", "react-bootstrap": "^2.9.1", "react-dom": "^18.2.0", - "react-force-graph": "^1.44.0", + "react-force-graph": "^1.44.4", "react-scripts": "5.0.1" }, "devDependencies": { @@ -14092,9 +14092,9 @@ "integrity": "sha512-/6UZ2qgEyH2aqzYZgQPxEnz33NJ2gNsnHA2o5+o4wW9bLM/JYQitNP9xPhsXwC08hMMovfGe/8retsdDsczPRg==" }, "node_modules/react-force-graph": { - "version": "1.44.0", - "resolved": "https://registry.npmjs.org/react-force-graph/-/react-force-graph-1.44.0.tgz", - "integrity": "sha512-2RVBBT9+Am5j1rVKBdtMh/mZRKxjegtX1oUTQNDi+eyRvzXyyjnyKzgqnaByQBrknjE8Wykkur3pu4cqYyi3Zw==", + "version": "1.44.4", + "resolved": "https://registry.npmjs.org/react-force-graph/-/react-force-graph-1.44.4.tgz", + "integrity": "sha512-mi/jRKssT++kl2R1YonFi/2hpK+a1omz6AvJ/oQa++HbXrRGtxg/xo1skO04tGZ/dUbR6SqJcpoUPYHzEle9mA==", "dependencies": { "3d-force-graph": "1", "3d-force-graph-ar": "1", @@ -27266,9 +27266,9 @@ "integrity": "sha512-/6UZ2qgEyH2aqzYZgQPxEnz33NJ2gNsnHA2o5+o4wW9bLM/JYQitNP9xPhsXwC08hMMovfGe/8retsdDsczPRg==" }, "react-force-graph": { - "version": "1.44.0", - "resolved": "https://registry.npmjs.org/react-force-graph/-/react-force-graph-1.44.0.tgz", - "integrity": "sha512-2RVBBT9+Am5j1rVKBdtMh/mZRKxjegtX1oUTQNDi+eyRvzXyyjnyKzgqnaByQBrknjE8Wykkur3pu4cqYyi3Zw==", + "version": "1.44.4", + "resolved": "https://registry.npmjs.org/react-force-graph/-/react-force-graph-1.44.4.tgz", + "integrity": "sha512-mi/jRKssT++kl2R1YonFi/2hpK+a1omz6AvJ/oQa++HbXrRGtxg/xo1skO04tGZ/dUbR6SqJcpoUPYHzEle9mA==", "requires": { "3d-force-graph": "1", "3d-force-graph-ar": "1", diff --git a/package.json b/package.json index cf99781..615cc9b 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ "react": "^18.2.0", "react-bootstrap": "^2.9.1", "react-dom": "^18.2.0", - "react-force-graph": "^1.44.0", + "react-force-graph": "^1.44.4", "react-scripts": "5.0.1" }, "scripts": {