From f31d1a6b2b97ced7bdf71f5a4f79a1486364d55e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 15 Nov 2025 00:01:03 +0000 Subject: [PATCH] chore(deps-dev): bump js-yaml Bumps the npm_and_yarn group with 1 update in the / directory: [js-yaml](https://github.com/nodeca/js-yaml). Updates `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:development dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] --- package-lock.json | 9 +++++---- package.json | 2 +- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 4756ebb..f6b7935 100644 --- a/package-lock.json +++ b/package-lock.json @@ -22,7 +22,7 @@ "git-validate": "^2.2.4", "jest": "^29.7.0", "jest-circus": "^29.7.0", - "js-yaml": "^4.1.0", + "js-yaml": "^4.1.1", "nock": "^13.5.4", "sinon": "^17.0.1", "ts-jest": "^29.1.2", @@ -5489,10 +5489,11 @@ "dev": true }, "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==", "dev": true, + "license": "MIT", "dependencies": { "argparse": "^2.0.1" }, diff --git a/package.json b/package.json index 3f89cd4..a6c4a0b 100644 --- a/package.json +++ b/package.json @@ -37,7 +37,7 @@ "git-validate": "^2.2.4", "jest": "^29.7.0", "jest-circus": "^29.7.0", - "js-yaml": "^4.1.0", + "js-yaml": "^4.1.1", "nock": "^13.5.4", "sinon": "^17.0.1", "ts-jest": "^29.1.2",