From 6bb38cce8b73ff015ce88b7a7c59a8d1e7cdd59c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Nov 2025 21:38:15 +0000 Subject: [PATCH] chore: bump js-yaml from 4.1.0 to 4.1.1 in /.github/scripts Bumps [js-yaml](https://github.com/nodeca/js-yaml) from 4.1.0 to 4.1.1. - [Changelog](https://github.com/nodeca/js-yaml/blob/master/CHANGELOG.md) - [Commits](https://github.com/nodeca/js-yaml/compare/4.1.0...4.1.1) --- updated-dependencies: - dependency-name: js-yaml dependency-version: 4.1.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/scripts/package-lock.json | 8 ++++---- .github/scripts/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/scripts/package-lock.json b/.github/scripts/package-lock.json index 9283d56..fc65b49 100644 --- a/.github/scripts/package-lock.json +++ b/.github/scripts/package-lock.json @@ -10,7 +10,7 @@ "dependencies": { "axios": "^1.11.0", "glob": "^11.0.3", - "js-yaml": "^4.1.0" + "js-yaml": "^4.1.1" } }, "node_modules/@isaacs/balanced-match": { @@ -438,9 +438,9 @@ } }, "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==", + "version": "4.1.1", + "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.1.tgz", + "integrity": "sha512-qQKT4zQxXl8lLwBtHMWwaTcGfFOZviOJet3Oy/xmGk2gZH677CJM9EvtfdSkgWcATZhj/55JZ0rmy3myCT5lsA==", "license": "MIT", "dependencies": { "argparse": "^2.0.1" diff --git a/.github/scripts/package.json b/.github/scripts/package.json index 141b006..c0f4073 100644 --- a/.github/scripts/package.json +++ b/.github/scripts/package.json @@ -9,6 +9,6 @@ "dependencies": { "axios": "^1.11.0", "glob": "^11.0.3", - "js-yaml": "^4.1.0" + "js-yaml": "^4.1.1" } }