From 10988ad765ff0d6d5f8908a0de453b65a67d8fd3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 29 Jul 2025 08:18:07 +0000 Subject: [PATCH] Bump cytoscape from 3.30.4 to 3.33.0 in /webapp Bumps [cytoscape](https://github.com/cytoscape/cytoscape.js) from 3.30.4 to 3.33.0. - [Release notes](https://github.com/cytoscape/cytoscape.js/releases) - [Commits](https://github.com/cytoscape/cytoscape.js/compare/v3.30.4...v3.33.0) --- updated-dependencies: - dependency-name: cytoscape dependency-version: 3.33.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- webapp/package-lock.json | 8 ++++---- webapp/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/webapp/package-lock.json b/webapp/package-lock.json index 9ad3beced..79a8fbda3 100644 --- a/webapp/package-lock.json +++ b/webapp/package-lock.json @@ -26,7 +26,7 @@ "@types/node": "^22.14.0", "angular-html-parser": "^6.0.2", "angular-mentions": "^1.5.0", - "cytoscape": "^3.30.4", + "cytoscape": "^3.33.0", "cytoscape-avsdf": "^1.0.0", "cytoscape-cola": "^2.5.1", "cytoscape-cose-bilkent": "^3.0.4", @@ -5694,9 +5694,9 @@ "integrity": "sha512-GAj5FOq0Hd+RsCGVJxZuKaIDXDf3h6GQoNEjFgbLLI/trgtavwUbSnZ5pVfg27DVCaWjIohryS0JFwIJyT2cMg==" }, "node_modules/cytoscape": { - "version": "3.30.4", - "resolved": "https://registry.npmjs.org/cytoscape/-/cytoscape-3.30.4.tgz", - "integrity": "sha512-OxtlZwQl1WbwMmLiyPSEBuzeTIQnwZhJYYWFzZ2PhEHVFwpeaqNIkUzSiso00D98qk60l8Gwon2RP304d3BJ1A==", + "version": "3.33.0", + "resolved": "https://registry.npmjs.org/cytoscape/-/cytoscape-3.33.0.tgz", + "integrity": "sha512-2d2EwwhaxLWC8ahkH1PpQwCyu6EY3xDRdcEJXrLTb4fOUtVc+YWQalHU67rFS1a6ngj1fgv9dQLtJxP/KAFZEw==", "license": "MIT", "engines": { "node": ">=0.10" diff --git a/webapp/package.json b/webapp/package.json index 650e63bde..f99ca711e 100644 --- a/webapp/package.json +++ b/webapp/package.json @@ -28,7 +28,7 @@ "@types/node": "^22.14.0", "angular-html-parser": "^6.0.2", "angular-mentions": "^1.5.0", - "cytoscape": "^3.30.4", + "cytoscape": "^3.33.0", "cytoscape-avsdf": "^1.0.0", "cytoscape-cola": "^2.5.1", "cytoscape-cose-bilkent": "^3.0.4",