From 7a73ea6ecd8f4d7412a298a40af6a8bfbab63996 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 24 Jul 2026 12:36:54 +0000 Subject: [PATCH] Bump js-yaml from 4.2.0 to 4.3.0 in /Extension Bumps [js-yaml](https://github.com/nodeca/js-yaml) from 4.2.0 to 4.3.0. - [Changelog](https://github.com/nodeca/js-yaml/blob/master/CHANGELOG.md) - [Commits](https://github.com/nodeca/js-yaml/compare/4.2.0...4.3.0) --- updated-dependencies: - dependency-name: js-yaml dependency-version: 4.3.0 dependency-type: indirect ... Signed-off-by: dependabot[bot] --- Extension/yarn.lock | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Extension/yarn.lock b/Extension/yarn.lock index d37a5ed84..7113be9f5 100644 --- a/Extension/yarn.lock +++ b/Extension/yarn.lock @@ -3998,9 +3998,9 @@ js-tokens@^4.0.0: integrity sha1-GSA/tZmR35jjoocFDUZHzerzJJk= js-yaml@^4.1.0, js-yaml@^4.1.1: - version "4.2.0" - resolved "https://pkgs.dev.azure.com/azure-public/VisualCpp/_packaging/cpp_PublicPackages/npm/registry/js-yaml/-/js-yaml-4.2.0.tgz#2bd9e85682dd91bd469afb809d816043b3d49524" - integrity sha1-K9noVoLdkb1GmvuAnYFgQ7PUlSQ= + version "4.3.0" + resolved "https://pkgs.dev.azure.com/azure-public/VisualCpp/_packaging/cpp_PublicPackages/npm/registry/js-yaml/-/js-yaml-4.3.0.tgz#d1900572a7f7cf0b5f540c83673e60bad3436592" + integrity sha1-0ZAFcqf3zwtfVAyDZz5gutNDZZI= dependencies: argparse "^2.0.1"