This is an automated email from the ASF dual-hosted git repository.
rzo1 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/storm.git
The following commit(s) were added to refs/heads/master by this push:
new b8faef601 build(deps): bump cytoscape-dagre from 3.0.0 to 4.0.0 in
/storm-webapp (#8858)
b8faef601 is described below
commit b8faef601100cc2ba6197baa581b19e96a18d6c8
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Wed Jul 1 14:18:30 2026 +0200
build(deps): bump cytoscape-dagre from 3.0.0 to 4.0.0 in /storm-webapp
(#8858)
Bumps [cytoscape-dagre](https://github.com/cytoscape/cytoscape.js-dagre)
from 3.0.0 to 4.0.0.
- [Release notes](https://github.com/cytoscape/cytoscape.js-dagre/releases)
-
[Commits](https://github.com/cytoscape/cytoscape.js-dagre/compare/v3.0.0...v4.0.0)
---
updated-dependencies:
- dependency-name: cytoscape-dagre
dependency-version: 4.0.0
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
storm-webapp/package-lock.json | 26 ++++----------------------
storm-webapp/package.json | 2 +-
2 files changed, 5 insertions(+), 23 deletions(-)
diff --git a/storm-webapp/package-lock.json b/storm-webapp/package-lock.json
index c2f8d80cc..1d558c4fe 100644
--- a/storm-webapp/package-lock.json
+++ b/storm-webapp/package-lock.json
@@ -10,7 +10,7 @@
"dependencies": {
"bootstrap": "5.3.8",
"cytoscape": "3.34.0",
- "cytoscape-dagre": "3.0.0",
+ "cytoscape-dagre": "4.0.0",
"dagre": "0.8.5",
"datatables.net": "2.3.8",
"datatables.net-bs5": "2.3.8",
@@ -89,21 +89,6 @@
"ms": "^2.1.1"
}
},
- "node_modules/@dagrejs/dagre": {
- "version": "3.0.0",
- "resolved":
"https://registry.npmjs.org/@dagrejs/dagre/-/dagre-3.0.0.tgz",
- "integrity":
"sha512-ZzhnTy1rfuoew9Ez3EIw4L2znPGnYYhfn8vc9c4oB8iw6QAsszbiU0vRhlxWPFnmmNSFAkrYeF1PhM5m4lAN0Q==",
- "license": "MIT",
- "dependencies": {
- "@dagrejs/graphlib": "4.0.1"
- }
- },
- "node_modules/@dagrejs/graphlib": {
- "version": "4.0.1",
- "resolved":
"https://registry.npmjs.org/@dagrejs/graphlib/-/graphlib-4.0.1.tgz",
- "integrity":
"sha512-IvcV6FduIIAmLwnH+yun+QtV36SC7mERqa86aClNqmMN09WhmPPYU8ckHrZBozErf+UvHPWOTJYaGYiIcs0DgA==",
- "license": "MIT"
- },
"node_modules/@discoveryjs/json-ext": {
"version": "1.1.0",
"resolved":
"https://registry.npmjs.org/@discoveryjs/json-ext/-/json-ext-1.1.0.tgz",
@@ -1809,13 +1794,10 @@
}
},
"node_modules/cytoscape-dagre": {
- "version": "3.0.0",
- "resolved":
"https://registry.npmjs.org/cytoscape-dagre/-/cytoscape-dagre-3.0.0.tgz",
- "integrity":
"sha512-SsQoCLMFfbMJU1Ouuvds8hJ4gZGLoxCu0KcaHYtd+ieXZVd6UyVEpwEoASM6eBJV0tjJxoWfj29/qrZj73OSKA==",
+ "version": "4.0.0",
+ "resolved":
"https://registry.npmjs.org/cytoscape-dagre/-/cytoscape-dagre-4.0.0.tgz",
+ "integrity":
"sha512-wsDgi1hHpWfslQxe/Gd/xCCeg2YUDrzwulhHOSI7fMfll92FFVY2AWhSRulLiOVcyDE4zz0rRd/+1TBTw+ew5Q==",
"license": "MIT",
- "dependencies": {
- "@dagrejs/dagre": "^3.0.0"
- },
"peerDependencies": {
"cytoscape": "^3.2.22"
}
diff --git a/storm-webapp/package.json b/storm-webapp/package.json
index ca17ad207..31ca3ab57 100644
--- a/storm-webapp/package.json
+++ b/storm-webapp/package.json
@@ -14,7 +14,7 @@
"dependencies": {
"bootstrap": "5.3.8",
"cytoscape": "3.34.0",
- "cytoscape-dagre": "3.0.0",
+ "cytoscape-dagre": "4.0.0",
"dagre": "0.8.5",
"datatables.net": "2.3.8",
"datatables.net-dt": "2.3.8",