From 6f6dc72f1ce0c63d880d9a15fa1edd1559d36e0d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 23 Jun 2026 12:45:02 +0000 Subject: [PATCH] chore(deps): bump js-yaml from 4.2.0 to 5.1.0 Bumps [js-yaml](https://github.com/nodeca/js-yaml) from 4.2.0 to 5.1.0. - [Changelog](https://github.com/nodeca/js-yaml/blob/master/CHANGELOG.md) - [Commits](https://github.com/nodeca/js-yaml/compare/4.2.0...5.1.0) --- updated-dependencies: - dependency-name: js-yaml dependency-version: 5.1.0 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 670ecc7..bfbc74d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -20,7 +20,7 @@ "cli-table3": "0.6.5", "conf": "15.1.0", "debug": "4.4.3", - "js-yaml": "4.2.0", + "js-yaml": "5.1.0", "node-jq": "6.3.1", "open": "11.0.0", "ora": "9.4.0", @@ -5071,9 +5071,9 @@ "license": "MIT" }, "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.1.0", + "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-5.1.0.tgz", + "integrity": "sha512-s8VA5jkR8f22S3NAXmhKPFqGUduqZGlsufabVOgN14iTdw/RXcym7bKkbwjxLK9Yw2lEvvmJjFp119+KPeo8Kg==", "funding": [ { "type": "github", @@ -5089,7 +5089,7 @@ "argparse": "^2.0.1" }, "bin": { - "js-yaml": "bin/js-yaml.js" + "js-yaml": "bin/js-yaml.mjs" } }, "node_modules/json-buffer": { diff --git a/package.json b/package.json index 2843fc9..3f0b168 100644 --- a/package.json +++ b/package.json @@ -122,7 +122,7 @@ "cli-table3": "0.6.5", "conf": "15.1.0", "debug": "4.4.3", - "js-yaml": "4.2.0", + "js-yaml": "5.1.0", "node-jq": "6.3.1", "open": "11.0.0", "ora": "9.4.0",