From 02a96ec82e5d8966c3cb393a150ad4619e7127ac Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 28 May 2026 09:29:02 +0000 Subject: [PATCH] Bump qs from 6.15.0 to 6.15.2 in /Extension Bumps [qs](https://github.com/ljharb/qs) from 6.15.0 to 6.15.2. - [Changelog](https://github.com/ljharb/qs/blob/main/CHANGELOG.md) - [Commits](https://github.com/ljharb/qs/compare/v6.15.0...v6.15.2) --- updated-dependencies: - dependency-name: qs dependency-version: 6.15.2 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 ec0ff4db9..a63af3e8b 100644 --- a/Extension/yarn.lock +++ b/Extension/yarn.lock @@ -5119,9 +5119,9 @@ punycode@^2.1.0: integrity sha1-AnQi4vrsCyXhVJw+G9gwm5EztuU= qs@^6.9.1: - version "6.15.0" - resolved "https://pkgs.dev.azure.com/azure-public/VisualCpp/_packaging/cpp_PublicPackages/npm/registry/qs/-/qs-6.15.0.tgz#db8fd5d1b1d2d6b5b33adaf87429805f1909e7b3" - integrity sha1-24/V0bHS1rWzOtr4dCmAXxkJ57M= + version "6.15.2" + resolved "https://pkgs.dev.azure.com/azure-public/VisualCpp/_packaging/cpp_PublicPackages/npm/registry/qs/-/qs-6.15.2.tgz#fd55426d710403ddccc45e0f9eab16db7727ece9" + integrity sha1-/VVCbXEEA93MxF4PnqsW23cn7Ok= dependencies: side-channel "^1.1.0"