From 3cb38f57f9527f92aa57fc8b701c0c1358cbfa42 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 2 Apr 2025 09:34:50 +0000 Subject: [PATCH] build(deps): bump cytoscape from 3.30.4 to 3.31.2 Bumps [cytoscape](https://github.com/cytoscape/cytoscape.js) from 3.30.4 to 3.31.2. - [Release notes](https://github.com/cytoscape/cytoscape.js/releases) - [Commits](https://github.com/cytoscape/cytoscape.js/compare/v3.30.4...v3.31.2) --- updated-dependencies: - dependency-name: cytoscape dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index db7197ec..a2c9d752 100644 --- a/package-lock.json +++ b/package-lock.json @@ -21,7 +21,7 @@ "chartjs-adapter-dayjs-3": "^1.2.3", "coffeescript": "^2.7.0", "css-color-names": "1.0.1", - "cytoscape": "^3.30.4", + "cytoscape": "^3.31.2", "cytoscape-fcose": "^2.2.0", "cytoscape-layout-utilities": "^1.1.1", "dayjs": "^1.11.13", @@ -3016,9 +3016,9 @@ } }, "node_modules/cytoscape": { - "version": "3.30.4", - "resolved": "https://registry.npmjs.org/cytoscape/-/cytoscape-3.30.4.tgz", - "integrity": "sha512-OxtlZwQl1WbwMmLiyPSEBuzeTIQnwZhJYYWFzZ2PhEHVFwpeaqNIkUzSiso00D98qk60l8Gwon2RP304d3BJ1A==", + "version": "3.31.2", + "resolved": "https://registry.npmjs.org/cytoscape/-/cytoscape-3.31.2.tgz", + "integrity": "sha512-/eOXg2uGdMdpGlEes5Sf6zE+jUG+05f3htFNQIxLxduOH/SsaUZiPBfAwP1btVIVzsnhiNOdi+hvDRLYfMZjGw==", "license": "MIT", "engines": { "node": ">=0.10" diff --git a/package.json b/package.json index f34e5a87..f66099b2 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ "chartjs-adapter-dayjs-3": "^1.2.3", "coffeescript": "^2.7.0", "css-color-names": "1.0.1", - "cytoscape": "^3.30.4", + "cytoscape": "^3.31.2", "cytoscape-fcose": "^2.2.0", "cytoscape-layout-utilities": "^1.1.1", "dayjs": "^1.11.13",