From 7c84864e10d1d17dab400cbd0009e0b53c9c6982 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 11 Aug 2026 16:13:59 +0000 Subject: [PATCH] Bump js-yaml from 4.2.0 to 4.3.1 Bumps [js-yaml](https://github.com/nodeca/js-yaml) from 4.2.0 to 4.3.1. - [Changelog](https://github.com/nodeca/js-yaml/blob/4.3.1/CHANGELOG.md) - [Commits](https://github.com/nodeca/js-yaml/compare/4.2.0...4.3.1) --- updated-dependencies: - dependency-name: js-yaml dependency-version: 4.3.1 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 607dcc27..c174fcd9 100644 --- a/package.json +++ b/package.json @@ -94,7 +94,7 @@ "identity-obj-proxy": "^3.0.0", "jest": "^26.6.3", "jest-junit": "^12.0.0", - "js-yaml": "^4.2.0", + "js-yaml": "^4.3.1", "prettier": "^3.8.1", "ts-jest": "^26.5.3", "ts-node": "^10.4.0", diff --git a/yarn.lock b/yarn.lock index b9d47388..bc228d98 100644 --- a/yarn.lock +++ b/yarn.lock @@ -9362,10 +9362,10 @@ js-yaml@^3.13.1: argparse "^1.0.7" esprima "^4.0.0" -js-yaml@^4.1.1, js-yaml@^4.2.0: - version "4.2.0" - resolved "https://registry.yarnpkg.com/js-yaml/-/js-yaml-4.2.0.tgz#2bd9e85682dd91bd469afb809d816043b3d49524" - integrity sha512-ePWsvanv0DWuDRsW8dnt+R4jQ31SCRCQ7hhNcPXZPsoBZiemuZNYGf7adZdqX2D86j6rvKp3RpCxVTSb8WQlOw== +js-yaml@^4.1.1, js-yaml@^4.3.1: + version "4.3.1" + resolved "https://registry.yarnpkg.com/js-yaml/-/js-yaml-4.3.1.tgz#01216c001d67f48e2cd560d708c7af21090a3848" + integrity sha512-CY6crGq313MX8GkwvB7tzgp99vjQxY1++5y10/BKN/GUfHqWaOGQMNZkBvqSzsZKWk/ijwHlWzzkLulsGHhjWQ== dependencies: argparse "^2.0.1"