This is an automated email from the ASF dual-hosted git repository.
rzo1 pushed a commit to branch dep-update
in repository https://gitbox.apache.org/repos/asf/storm.git
commit 80bbc0e78e64ad12783f51050a91a9c027a0c0bd
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue Sep 1 04:17:56 2026 +0000
build(deps): bump js-yaml from 5.2.2 to 5.4.1 in /storm-webapp
Bumps [js-yaml](https://github.com/nodeca/js-yaml) from 5.2.2 to 5.4.1.
- [Changelog](https://github.com/nodeca/js-yaml/blob/master/CHANGELOG.md)
- [Commits](https://github.com/nodeca/js-yaml/compare/5.2.2...5.4.1)
---
updated-dependencies:
- dependency-name: js-yaml
dependency-version: 5.4.1
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <[email protected]>
(cherry picked from commit 4385899dae65a7983c88e4394fe3dd45991240ab)
---
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 e2d97f6e6..39b042862 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": "5.2.2",
+ "js-yaml": "5.4.1",
"moment": "2.30.1",
"mustache": "4.2.0",
"typeahead.js": "0.11.1",
@@ -3125,9 +3125,9 @@
"license": "MIT"
},
"node_modules/js-yaml": {
- "version": "5.2.2",
- "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-5.2.2.tgz",
- "integrity":
"sha512-dayzUzKkJ1MkuUtZglSebU43utNXH0OWQByK9rKOOuYIO8M5TV1y+n8ALMdG0rdzBnfNkOmZEqrURepb0ejqBw==",
+ "version": "5.4.1",
+ "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-5.4.1.tgz",
+ "integrity":
"sha512-28R/k+NAjeuf7+CKlTxWZVExJGwVVLwY06DgEnOMz2gEpfNkDcD7QvyiVPT0xy0XXhU8vHsd4Ot42OOPdJG7dQ==",
"funding": [
{
"type": "github",
diff --git a/storm-webapp/package.json b/storm-webapp/package.json
index 7dd217c2e..d60703c4e 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": "5.2.2",
+ "js-yaml": "5.4.1",
"moment": "2.30.1",
"mustache": "4.2.0",
"typeahead.js": "0.11.1",