From 21c52b154765602dc818561ff104540021db29fd Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 6 Mar 2026 04:59:53 +0000 Subject: [PATCH] chore: update dependency qs to ^6.15.0 Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .../authentication-passport/package.json | 4 +-- package-lock.json | 36 +++++++++++++------ packages/rest/package.json | 4 +-- 3 files changed, 30 insertions(+), 14 deletions(-) diff --git a/extensions/authentication-passport/package.json b/extensions/authentication-passport/package.json index b7ba28d909ea..1ab2393e2fad 100644 --- a/extensions/authentication-passport/package.json +++ b/extensions/authentication-passport/package.json @@ -65,7 +65,7 @@ "@types/passport": "^1.0.17", "@types/passport-http": "^0.3.11", "@types/passport-oauth2": "^1.8.0", - "@types/qs": "^6.14.0", + "@types/qs": "^6.15.0", "axios": "^1.13.5", "body-parser": "^2.2.2", "express": "^4.22.1", @@ -74,7 +74,7 @@ "lodash": "^4.17.23", "passport-http": "^0.3.0", "passport-oauth2": "^1.8.0", - "qs": "^6.14.2", + "qs": "^6.15.0", "supertest": "^7.2.2" } } diff --git a/package-lock.json b/package-lock.json index b3f15c0d554e..5268b1112d45 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1303,7 +1303,7 @@ "@types/passport": "^1.0.17", "@types/passport-http": "^0.3.11", "@types/passport-oauth2": "^1.8.0", - "@types/qs": "^6.14.0", + "@types/qs": "^6.15.0", "axios": "^1.13.5", "body-parser": "^2.2.2", "express": "^4.22.1", @@ -1312,7 +1312,7 @@ "lodash": "^4.17.23", "passport-http": "^0.3.0", "passport-oauth2": "^1.8.0", - "qs": "^6.14.2", + "qs": "^6.15.0", "supertest": "^7.2.2" }, "engines": { @@ -10493,9 +10493,10 @@ } }, "node_modules/@types/qs": { - "version": "6.14.0", - "resolved": "https://registry.npmjs.org/@types/qs/-/qs-6.14.0.tgz", - "integrity": "sha512-eOunJqu0K1923aExK6y8p6fsihYEn/BYuQ4g0CxAAgFc4b/ZLN4CrsRZ55srTdqoiLzU2B2evC+apEIxprEzkQ==" + "version": "6.15.0", + "resolved": "https://registry.npmjs.org/@types/qs/-/qs-6.15.0.tgz", + "integrity": "sha512-JawvT8iBVWpzTrz3EGw9BTQFg3BQNmwERdKE22vlTxawwtbyUSlMppvZYKLZzB5zgACXdXxbD3m1bXaMqP/9ow==", + "license": "MIT" }, "node_modules/@types/ramda": { "version": "0.29.4", @@ -17195,6 +17196,21 @@ "integrity": "sha512-RA1GjUVMnvYFxuqovrEqZoxxW5NUZqbwKtYz/Tt7nXerk0LbLblQmrsgdeOxV5SFHf0UDggjS/bSeOZwt1pmEQ==", "license": "MIT" }, + "node_modules/express/node_modules/qs": { + "version": "6.14.2", + "resolved": "https://registry.npmjs.org/qs/-/qs-6.14.2.tgz", + "integrity": "sha512-V/yCWTTF7VJ9hIh18Ugr2zhJMP01MY7c5kh4J870L7imm6/DIzBsNLTXzMwUA3yZ5b/KBqLx8Kp3uRvd7xSe3Q==", + "license": "BSD-3-Clause", + "dependencies": { + "side-channel": "^1.1.0" + }, + "engines": { + "node": ">=0.6" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, "node_modules/express/node_modules/raw-body": { "version": "2.5.3", "resolved": "https://registry.npmjs.org/raw-body/-/raw-body-2.5.3.tgz", @@ -31616,9 +31632,9 @@ } }, "node_modules/qs": { - "version": "6.14.2", - "resolved": "https://registry.npmjs.org/qs/-/qs-6.14.2.tgz", - "integrity": "sha512-V/yCWTTF7VJ9hIh18Ugr2zhJMP01MY7c5kh4J870L7imm6/DIzBsNLTXzMwUA3yZ5b/KBqLx8Kp3uRvd7xSe3Q==", + "version": "6.15.0", + "resolved": "https://registry.npmjs.org/qs/-/qs-6.15.0.tgz", + "integrity": "sha512-mAZTtNCeetKMH+pSjrb76NAM8V9a05I9aBZOHztWy/UqcJdQYNsf59vrRKWnojAT9Y+GbIvoTBC++CPHqpDBhQ==", "license": "BSD-3-Clause", "dependencies": { "side-channel": "^1.1.0" @@ -41602,7 +41618,7 @@ "lodash": "^4.17.23", "on-finished": "^2.4.1", "path-to-regexp": "^6.3.0", - "qs": "^6.14.2", + "qs": "^6.15.0", "strong-error-handler": "^5.0.28", "tslib": "^2.8.1", "type-is": "^2.0.1", @@ -41622,7 +41638,7 @@ "@types/multer": "^2.0.0", "@types/node": "^16.18.126", "@types/on-finished": "^2.3.5", - "@types/qs": "^6.14.0", + "@types/qs": "^6.15.0", "multer": "^2.0.2" }, "engines": { diff --git a/packages/rest/package.json b/packages/rest/package.json index 951ce95a4814..3da07a672e95 100644 --- a/packages/rest/package.json +++ b/packages/rest/package.json @@ -64,7 +64,7 @@ "lodash": "^4.17.23", "on-finished": "^2.4.1", "path-to-regexp": "^6.3.0", - "qs": "^6.14.2", + "qs": "^6.15.0", "strong-error-handler": "^5.0.28", "tslib": "^2.8.1", "type-is": "^2.0.1", @@ -84,7 +84,7 @@ "@types/multer": "^2.0.0", "@types/node": "^16.18.126", "@types/on-finished": "^2.3.5", - "@types/qs": "^6.14.0", + "@types/qs": "^6.15.0", "multer": "^2.0.2" } }