From be4265c7a3377fc2caef5403487acb5f38ea25ea Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 23 May 2026 13:34:05 +0000 Subject: [PATCH] Bump qs from 6.15.0 to 6.15.2 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: direct:production ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 8e210fb0b1..dc9f223882 100644 --- a/package-lock.json +++ b/package-lock.json @@ -68,7 +68,7 @@ "portal-vue": "^3.0.0", "pretty": "^2.0.0", "pusher-js": "^8.4.0-rc2", - "qs": "^6.14.2", + "qs": "^6.15.2", "read-time-estimate": "0.0.3", "reka-ui": "^2.9.2", "resize-observer-polyfill": "^1.5.1", @@ -7374,9 +7374,9 @@ } }, "node_modules/qs": { - "version": "6.15.0", - "resolved": "https://registry.npmjs.org/qs/-/qs-6.15.0.tgz", - "integrity": "sha512-mAZTtNCeetKMH+pSjrb76NAM8V9a05I9aBZOHztWy/UqcJdQYNsf59vrRKWnojAT9Y+GbIvoTBC++CPHqpDBhQ==", + "version": "6.15.2", + "resolved": "https://registry.npmjs.org/qs/-/qs-6.15.2.tgz", + "integrity": "sha512-Rzq0KEyX/w/tEybncDgdkZrJgVUsUMk3xjh3t5bv3S1HTAtg+uOYt72+ZfwiQwKdysThkTBdL/rTi6HDmX9Ddw==", "license": "BSD-3-Clause", "dependencies": { "side-channel": "^1.1.0" diff --git a/package.json b/package.json index 3f50aeb34e..e081c43880 100644 --- a/package.json +++ b/package.json @@ -81,7 +81,7 @@ "portal-vue": "^3.0.0", "pretty": "^2.0.0", "pusher-js": "^8.4.0-rc2", - "qs": "^6.14.2", + "qs": "^6.15.2", "read-time-estimate": "0.0.3", "reka-ui": "^2.9.2", "resize-observer-polyfill": "^1.5.1",