From 55aae95855fe84b3c3bb68f45a26ae6c7d5a50a6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 19 Jun 2026 07:35:28 +0000 Subject: [PATCH] build(deps): bump js-yaml from 4.1.1 to 4.2.0 Bumps [js-yaml](https://github.com/nodeca/js-yaml) from 4.1.1 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:production ... Signed-off-by: dependabot[bot] --- package-lock.json | 24 +++++++++++++++++++++++- packages/extester/package.json | 2 +- 2 files changed, 24 insertions(+), 2 deletions(-) diff --git a/package-lock.json b/package-lock.json index e08517ba2..9780dd8cd 100644 --- a/package-lock.json +++ b/package-lock.json @@ -16376,7 +16376,7 @@ "glob": "^13.0.6", "got": "^14.6.6", "hpagent": "^1.2.0", - "js-yaml": "^4.1.1", + "js-yaml": "^4.2.0", "sanitize-filename": "^1.6.3", "selenium-webdriver": "^4.41.0", "targz": "^1.0.1", @@ -16483,6 +16483,28 @@ "url": "https://github.com/sponsors/sindresorhus" } }, + "packages/extester/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==", + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/puzrin" + }, + { + "type": "github", + "url": "https://github.com/sponsors/nodeca" + } + ], + "license": "MIT", + "dependencies": { + "argparse": "^2.0.1" + }, + "bin": { + "js-yaml": "bin/js-yaml.js" + } + }, "packages/extester/node_modules/locate-path": { "version": "6.0.0", "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-6.0.0.tgz", diff --git a/packages/extester/package.json b/packages/extester/package.json index 8d7a95f43..4f49e26d9 100644 --- a/packages/extester/package.json +++ b/packages/extester/package.json @@ -68,7 +68,7 @@ "glob": "^13.0.6", "got": "^14.6.6", "hpagent": "^1.2.0", - "js-yaml": "^4.1.1", + "js-yaml": "^4.2.0", "sanitize-filename": "^1.6.3", "selenium-webdriver": "^4.41.0", "targz": "^1.0.1",