From 6c5c93e0554ccf30ce69811c92d4e44395ccde0e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 3 Sep 2026 04:59:48 +0000 Subject: [PATCH] chore(deps): bump qs from 6.15.2 to 6.16.0 in /cloud-shell Bumps [qs](https://github.com/ljharb/qs) from 6.15.2 to 6.16.0. - [Changelog](https://github.com/ljharb/qs/blob/main/CHANGELOG.md) - [Commits](https://github.com/ljharb/qs/compare/v6.15.2...v6.16.0) --- updated-dependencies: - dependency-name: qs dependency-version: 6.16.0 dependency-type: indirect ... Signed-off-by: dependabot[bot] --- cloud-shell/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cloud-shell/package.json b/cloud-shell/package.json index 5341b42c..2d45748c 100644 --- a/cloud-shell/package.json +++ b/cloud-shell/package.json @@ -37,7 +37,7 @@ "postcss": "8.5.15", "picomatch": "2.3.2", "ip-address": "10.2.0", - "qs": "^6.15.2" + "qs": "^6.16.0" }, "packageManager": "yarn@4.12.0" }