From 49f4806111b84e759567870a73c2b3591db07b12 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 14 Nov 2025 14:47:02 +0000 Subject: [PATCH] Bump js-yaml from 4.1.0 to 4.1.1 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 ... 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 cc2df0c26..6607c0d03 100644 --- a/package.json +++ b/package.json @@ -4023,7 +4023,7 @@ "demangler-js": "^0.1.7", "handlebars": "^4.7.7", "iconv-lite": "^0.6.2", - "js-yaml": "^4.0.0", + "js-yaml": "^4.1.1", "json5": "^2.2.2", "minimist": "^1.2.6", "open": "^7.4.1", diff --git a/yarn.lock b/yarn.lock index b5c8f5dad..1a29d747c 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4553,10 +4553,10 @@ js-yaml@^3.13.1: argparse "^1.0.7" esprima "^4.0.0" -js-yaml@^4.0.0, js-yaml@^4.1.0: - version "4.1.0" - resolved "https://pkgs.dev.azure.com/azure-public/VisualCpp/_packaging/cpp_PublicPackages/npm/registry/js-yaml/-/js-yaml-4.1.0.tgz" - integrity sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA== +js-yaml@^4.1.0, js-yaml@^4.1.1: + version "4.1.1" + resolved "https://pkgs.dev.azure.com/azure-public/VisualCpp/_packaging/cpp_PublicPackages/npm/registry/js-yaml/-/js-yaml-4.1.1.tgz#854c292467705b699476e1a2decc0c8a3458806b" + integrity sha1-hUwpJGdwW2mUduGi3swMijRYgGs= dependencies: argparse "^2.0.1"