diff --git a/extensions/authentication-passport/package.json b/extensions/authentication-passport/package.json index 9ccfcd9805c8..4ccd798e5f58 100644 --- a/extensions/authentication-passport/package.json +++ b/extensions/authentication-passport/package.json @@ -74,7 +74,7 @@ "lodash": "^4.18.1", "passport-http": "^0.3.0", "passport-oauth2": "^1.8.0", - "qs": "^6.15.1", + "qs": "^6.15.2", "supertest": "^7.2.2" } } diff --git a/package-lock.json b/package-lock.json index b774b5f5708d..2bc1a13439c5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1567,7 +1567,7 @@ "lodash": "^4.18.1", "passport-http": "^0.3.0", "passport-oauth2": "^1.8.0", - "qs": "^6.15.1", + "qs": "^6.15.2", "supertest": "^7.2.2" }, "engines": { @@ -30453,9 +30453,9 @@ } }, "node_modules/qs": { - "version": "6.15.1", - "resolved": "https://registry.npmjs.org/qs/-/qs-6.15.1.tgz", - "integrity": "sha512-6YHEFRL9mfgcAvql/XhwTvf5jKcOiiupt2FiJxHkiX1z4j7WL8J/jRHYLluORvc1XxB5rV20KoeK00gVJamspg==", + "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" @@ -41100,7 +41100,7 @@ "lodash": "^4.18.1", "on-finished": "^2.4.1", "path-to-regexp": "^6.3.0", - "qs": "^6.15.1", + "qs": "^6.15.2", "strong-error-handler": "^5.0.31", "tslib": "^2.8.1", "type-is": "^2.1.0", diff --git a/packages/rest/package.json b/packages/rest/package.json index 51ad66a0a965..f333cb1f4cb4 100644 --- a/packages/rest/package.json +++ b/packages/rest/package.json @@ -64,7 +64,7 @@ "lodash": "^4.18.1", "on-finished": "^2.4.1", "path-to-regexp": "^6.3.0", - "qs": "^6.15.1", + "qs": "^6.15.2", "strong-error-handler": "^5.0.31", "tslib": "^2.8.1", "type-is": "^2.1.0",