From fa3bf4652984c5702dc4d09dd59ef9a86ab44240 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 Jul 2026 07:11:45 +0000 Subject: [PATCH] build(deps): Bump js-yaml from 4.2.0 to 5.2.1 Bumps [js-yaml](https://github.com/nodeca/js-yaml) from 4.2.0 to 5.2.1. - [Changelog](https://github.com/nodeca/js-yaml/blob/master/CHANGELOG.md) - [Commits](https://github.com/nodeca/js-yaml/compare/4.2.0...5.2.1) --- updated-dependencies: - dependency-name: js-yaml dependency-version: 5.2.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 10 +++++----- package.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index d5dc2592e3..4a27f8834e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -55,7 +55,7 @@ "inquirer": "12.11.1", "inquirer-file-selector": "^0.6.1", "inspecjs": "2.13.0", - "js-yaml": "^4.1.0", + "js-yaml": "^5.2.1", "json-colorizer": "^3.0.1", "lodash": "^4.17.21", "markdown-diff": "^2.0.0", @@ -8191,9 +8191,9 @@ } }, "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.1", + "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-5.2.1.tgz", + "integrity": "sha512-zfLtNfQqxVqq3uaTqSkh4x4hZw3KHobGUA0fJUj4wawW8bsQLTVqpHdXSIzidh7o+4lEW36tANuAGdaFx6Zgnw==", "funding": [ { "type": "github", @@ -8209,7 +8209,7 @@ "argparse": "^2.0.1" }, "bin": { - "js-yaml": "bin/js-yaml.js" + "js-yaml": "bin/js-yaml.mjs" } }, "node_modules/jsdom": { diff --git a/package.json b/package.json index 8600ab5be2..0d3be3d295 100644 --- a/package.json +++ b/package.json @@ -52,7 +52,7 @@ "inquirer": "12.11.1", "inquirer-file-selector": "^0.6.1", "inspecjs": "2.13.0", - "js-yaml": "^4.1.0", + "js-yaml": "^5.2.1", "json-colorizer": "^3.0.1", "lodash": "^4.17.21", "markdown-diff": "^2.0.0",