From e24d6988a6f847751bd3fb76b6b09296923ce603 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 31 Dec 2025 15:19:57 +0000 Subject: [PATCH] Bump qs from 6.5.3 to 6.14.1 Bumps [qs](https://github.com/ljharb/qs) from 6.5.3 to 6.14.1. - [Changelog](https://github.com/ljharb/qs/blob/main/CHANGELOG.md) - [Commits](https://github.com/ljharb/qs/compare/v6.5.3...v6.14.1) --- updated-dependencies: - dependency-name: qs dependency-version: 6.14.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 35154a6..de0dde9 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ "etag": "1.8.1", "lru": "3.1.0", "multiparty": "4.1.3", - "qs": "6.5.3", + "qs": "6.14.1", "random-bytes": "1.0.0", "simple-encryptor": "1.2.0", "url": "0.11.0",