From b86be973b55976eb7d7ef007375305ff0b4687f6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Jan 2026 11:19:08 +0000 Subject: [PATCH] chore(deps): bump qs Bumps [qs](https://github.com/ljharb/qs) from 6.9.4 to 6.14.1. - [Changelog](https://github.com/ljharb/qs/blob/main/CHANGELOG.md) - [Commits](https://github.com/ljharb/qs/compare/v6.9.4...v6.14.1) --- updated-dependencies: - dependency-name: qs dependency-version: 6.14.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- test/acceptance/workspaces/mono-repo-with-ignores/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/acceptance/workspaces/mono-repo-with-ignores/package.json b/test/acceptance/workspaces/mono-repo-with-ignores/package.json index b87367a529..42cfb0d6d1 100644 --- a/test/acceptance/workspaces/mono-repo-with-ignores/package.json +++ b/test/acceptance/workspaces/mono-repo-with-ignores/package.json @@ -9,6 +9,6 @@ "author": "", "license": "ISC", "dependencies": { - "qs": "6.9.4" + "qs": "6.14.1" } }