This is an automated email from the ASF dual-hosted git repository.
rzo1 pushed a commit to branch 2.x
in repository https://gitbox.apache.org/repos/asf/storm.git
The following commit(s) were added to refs/heads/2.x by this push:
new 8651676de build(deps): bump js-yaml from 4.2.0 to 5.2.0 in
/storm-webapp (#8863)
8651676de is described below
commit 8651676de0ec0651b39ff458048b43f4848437db
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Wed Jul 1 10:40:33 2026 +0200
build(deps): bump js-yaml from 4.2.0 to 5.2.0 in /storm-webapp (#8863)
Bumps [js-yaml](https://github.com/nodeca/js-yaml) from 4.2.0 to 5.2.0.
- [Changelog](https://github.com/nodeca/js-yaml/blob/master/CHANGELOG.md)
- [Commits](https://github.com/nodeca/js-yaml/compare/4.2.0...5.2.0)
---
updated-dependencies:
- dependency-name: js-yaml
dependency-version: 5.2.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 | 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 300631d9e..8615531a0 100644
--- a/storm-webapp/package-lock.json
+++ b/storm-webapp/package-lock.json
@@ -20,7 +20,7 @@
"jquery": "4.0.0",
"jquery-blockui": "2.7.0",
"js-cookie": "3.0.8",
- "js-yaml": "4.2.0",
+ "js-yaml": "5.2.0",
"moment": "2.30.1",
"mustache": "4.2.0",
"typeahead.js": "0.11.1",
@@ -3141,9 +3141,9 @@
"license": "MIT"
},
"node_modules/js-yaml": {
- "version": "4.2.0",
- "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.2.0.tgz",
- "integrity":
"sha512-ePWsvanv0DWuDRsW8dnt+R4jQ31SCRCQ7hhNcPXZPsoBZiemuZNYGf7adZdqX2D86j6rvKp3RpCxVTSb8WQlOw==",
+ "version": "5.2.0",
+ "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-5.2.0.tgz",
+ "integrity":
"sha512-YeLUMlvR4Ou1B119LIaM0r65JvbOBooJDc9yEu0dClb/uSC5P4FrLU8OCCz/HXWvtPoIrR0dRzABTjo1sTN9Bw==",
"funding": [
{
"type": "github",
@@ -3159,7 +3159,7 @@
"argparse": "^2.0.1"
},
"bin": {
- "js-yaml": "bin/js-yaml.js"
+ "js-yaml": "bin/js-yaml.mjs"
}
},
"node_modules/jsbn": {
diff --git a/storm-webapp/package.json b/storm-webapp/package.json
index 0da50f0fd..68e2d9469 100644
--- a/storm-webapp/package.json
+++ b/storm-webapp/package.json
@@ -24,7 +24,7 @@
"jquery": "4.0.0",
"jquery-blockui": "2.7.0",
"js-cookie": "3.0.8",
- "js-yaml": "4.2.0",
+ "js-yaml": "5.2.0",
"moment": "2.30.1",
"mustache": "4.2.0",
"typeahead.js": "0.11.1",