From 330b50d0d69ecdb70128ef1b3b4da3b150b49141 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jun 2026 18:12:14 +0000 Subject: [PATCH] Bump js-yaml from 4.1.0 to 4.2.0 Bumps [js-yaml](https://github.com/nodeca/js-yaml) from 4.1.0 to 4.2.0. - [Changelog](https://github.com/nodeca/js-yaml/blob/master/CHANGELOG.md) - [Commits](https://github.com/nodeca/js-yaml/commits) --- updated-dependencies: - dependency-name: js-yaml dependency-version: 4.2.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- package-lock.json | 20 +++++++++++++++----- package.json | 2 +- 2 files changed, 16 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index a216ff2d..7ed94933 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13,7 +13,7 @@ "grunt-cli": "^1.4.3", "grunt-contrib-clean": "^2.0.1", "grunt-shell": "^4.0.0", - "js-yaml": "^4.1.0", + "js-yaml": "^4.2.0", "load-grunt-tasks": "^5.1.0" }, "engines": { @@ -819,10 +819,20 @@ } }, "node_modules/js-yaml": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.0.tgz", - "integrity": "sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==", - "dev": true, + "version": "4.2.0", + "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.2.0.tgz", + "integrity": "sha512-ePWsvanv0DWuDRsW8dnt+R4jQ31SCRCQ7hhNcPXZPsoBZiemuZNYGf7adZdqX2D86j6rvKp3RpCxVTSb8WQlOw==", + "dev": true, + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/puzrin" + }, + { + "type": "github", + "url": "https://github.com/sponsors/nodeca" + } + ], "license": "MIT", "dependencies": { "argparse": "^2.0.1" diff --git a/package.json b/package.json index e46f376c..da90eee9 100644 --- a/package.json +++ b/package.json @@ -36,7 +36,7 @@ "grunt-cli": "^1.4.3", "grunt-contrib-clean": "^2.0.1", "grunt-shell": "^4.0.0", - "js-yaml": "^4.1.0", + "js-yaml": "^4.2.0", "load-grunt-tasks": "^5.1.0" } }