This is an automated email from the ASF dual-hosted git repository.
reiabreu 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 40989aa3b Bump vis-data from 8.0.3 to 8.0.4 in /storm-webapp (#8608)
40989aa3b is described below
commit 40989aa3b03124e77717f36eb2ad94ac8cdeb1c1
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Sun May 10 21:32:02 2026 +0100
Bump vis-data from 8.0.3 to 8.0.4 in /storm-webapp (#8608)
Bumps [vis-data](https://github.com/visjs/vis-data) from 8.0.3 to 8.0.4.
- [Release notes](https://github.com/visjs/vis-data/releases)
- [Commits](https://github.com/visjs/vis-data/compare/v8.0.3...v8.0.4)
---
updated-dependencies:
- dependency-name: vis-data
dependency-version: 8.0.4
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
storm-webapp/package-lock.json | 10 +++++-----
storm-webapp/package.json | 2 +-
2 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/storm-webapp/package-lock.json b/storm-webapp/package-lock.json
index 50aebeb6a..39956f27d 100644
--- a/storm-webapp/package-lock.json
+++ b/storm-webapp/package-lock.json
@@ -24,7 +24,7 @@
"moment": "2.30.1",
"mustache": "4.2.0",
"typeahead.js": "0.11.1",
- "vis-data": "8.0.3",
+ "vis-data": "8.0.4",
"vis-network": "10.0.2"
},
"devDependencies": {
@@ -5690,16 +5690,16 @@
}
},
"node_modules/vis-data": {
- "version": "8.0.3",
- "resolved": "https://registry.npmjs.org/vis-data/-/vis-data-8.0.3.tgz",
- "integrity":
"sha512-jhnb6rJNqkKR1Qmlay0VuDXY9ZlvAnYN1udsrP4U+krgZEq7C0yNSKdZqmnCe13mdnf9AdVcdDGFOzy2mpPoqw==",
+ "version": "8.0.4",
+ "resolved": "https://registry.npmjs.org/vis-data/-/vis-data-8.0.4.tgz",
+ "integrity":
"sha512-TsN0sMHqIRpdfg6TNPtfdINpkgxtnQP6JNWCaiSwvou5seXqKiP5eERkaBg+Y56wyJ4FZTeOEs/dEmWEPrpltQ==",
"license": "(Apache-2.0 OR MIT)",
"funding": {
"type": "opencollective",
"url": "https://opencollective.com/visjs"
},
"peerDependencies": {
- "uuid": "^3.4.0 || ^7.0.0 || ^8.0.0 || ^9.0.0 || ^10.0.0 || ^11.0.0 ||
^13.0.0",
+ "uuid": "^3.4.0 || ^7.0.0 || ^8.0.0 || ^9.0.0 || ^10.0.0 || ^11.0.0 ||
^13.0.0 || ^14.0.0",
"vis-util": ">=6.0.0"
}
},
diff --git a/storm-webapp/package.json b/storm-webapp/package.json
index d5cb0a66b..5be01b8a8 100644
--- a/storm-webapp/package.json
+++ b/storm-webapp/package.json
@@ -28,7 +28,7 @@
"moment": "2.30.1",
"mustache": "4.2.0",
"typeahead.js": "0.11.1",
- "vis-data": "8.0.3",
+ "vis-data": "8.0.4",
"vis-network": "10.0.2"
},
"devDependencies": {