From 76a5355fc8e7045b0760a1ba1c1c7d591a7bbf2d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 Apr 2026 14:20:18 +0000 Subject: [PATCH] Bump cytoscape from 3.33.1 to 3.33.2 in /storm-webapp Bumps [cytoscape](https://github.com/cytoscape/cytoscape.js) from 3.33.1 to 3.33.2. - [Release notes](https://github.com/cytoscape/cytoscape.js/releases) - [Commits](https://github.com/cytoscape/cytoscape.js/compare/v3.33.1...v3.33.2) --- updated-dependencies: - dependency-name: cytoscape dependency-version: 3.33.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- storm-webapp/package-lock.json | 8 ++++---- storm-webapp/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/storm-webapp/package-lock.json b/storm-webapp/package-lock.json index db4c6fad010..6807e93c273 100644 --- a/storm-webapp/package-lock.json +++ b/storm-webapp/package-lock.json @@ -9,7 +9,7 @@ "version": "2.8.5", "dependencies": { "bootstrap": "5.3.8", - "cytoscape": "3.33.1", + "cytoscape": "3.33.2", "cytoscape-dagre": "2.5.0", "dagre": "0.8.5", "datatables.net": "2.3.7", @@ -1811,9 +1811,9 @@ "license": "0BSD" }, "node_modules/cytoscape": { - "version": "3.33.1", - "resolved": "https://registry.npmjs.org/cytoscape/-/cytoscape-3.33.1.tgz", - "integrity": "sha512-iJc4TwyANnOGR1OmWhsS9ayRS3s+XQ185FmuHObThD+5AeJCakAAbWv8KimMTt08xCCLNgneQwFp+JRJOr9qGQ==", + "version": "3.33.2", + "resolved": "https://registry.npmjs.org/cytoscape/-/cytoscape-3.33.2.tgz", + "integrity": "sha512-sj4HXd3DokGhzZAdjDejGvTPLqlt84vNFN8m7bGsOzDY5DyVcxIb2ejIXat2Iy7HxWhdT/N1oKyheJ5YdpsGuw==", "license": "MIT", "engines": { "node": ">=0.10" diff --git a/storm-webapp/package.json b/storm-webapp/package.json index d335902e919..10b50c56d5d 100644 --- a/storm-webapp/package.json +++ b/storm-webapp/package.json @@ -13,7 +13,7 @@ }, "dependencies": { "bootstrap": "5.3.8", - "cytoscape": "3.33.1", + "cytoscape": "3.33.2", "cytoscape-dagre": "2.5.0", "dagre": "0.8.5", "datatables.net": "2.3.7",