From cdb59e22df94ab4afeef5fd20a6082fa9a327e39 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Jul 2026 08:49:01 +0000 Subject: [PATCH] build(deps): bump js-yaml from 5.2.1 to 5.2.2 in /storm-webapp Bumps [js-yaml](https://github.com/nodeca/js-yaml) from 5.2.1 to 5.2.2. - [Changelog](https://github.com/nodeca/js-yaml/blob/master/CHANGELOG.md) - [Commits](https://github.com/nodeca/js-yaml/compare/5.2.1...5.2.2) --- updated-dependencies: - dependency-name: js-yaml dependency-version: 5.2.2 dependency-type: direct:production ... 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 47766478e7..1ac94ff453 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.1", + "js-yaml": "5.2.2", "moment": "2.30.1", "mustache": "4.2.0", "typeahead.js": "0.11.1", @@ -3123,9 +3123,9 @@ "license": "MIT" }, "node_modules/js-yaml": { - "version": "5.2.1", - "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-5.2.1.tgz", - "integrity": "sha512-zfLtNfQqxVqq3uaTqSkh4x4hZw3KHobGUA0fJUj4wawW8bsQLTVqpHdXSIzidh7o+4lEW36tANuAGdaFx6Zgnw==", + "version": "5.2.2", + "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-5.2.2.tgz", + "integrity": "sha512-dayzUzKkJ1MkuUtZglSebU43utNXH0OWQByK9rKOOuYIO8M5TV1y+n8ALMdG0rdzBnfNkOmZEqrURepb0ejqBw==", "funding": [ { "type": "github", diff --git a/storm-webapp/package.json b/storm-webapp/package.json index f5ec8d3896..325c79470a 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.1", + "js-yaml": "5.2.2", "moment": "2.30.1", "mustache": "4.2.0", "typeahead.js": "0.11.1",