diff --git a/extensions/authentication-passport/package.json b/extensions/authentication-passport/package.json index fd7e75286845..22e771ac6e78 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.3", + "qs": "^6.16.0", "supertest": "^7.2.2" } } diff --git a/package-lock.json b/package-lock.json index 358bd0b27fef..5035717d54a8 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.3", + "qs": "^6.16.0", "supertest": "^7.2.2" }, "engines": { @@ -16294,6 +16294,22 @@ "integrity": "sha512-A/AGNMFN3c8bOlvV9RreMdrv7jsmF9XIfDeCd87+I8RNg6s78BhJxMu69NEMHBSJFxKidViTEdruRwEk/WIKqA==", "license": "MIT" }, + "node_modules/express/node_modules/qs": { + "version": "6.15.3", + "resolved": "https://registry.npmjs.org/qs/-/qs-6.15.3.tgz", + "integrity": "sha512-O9gl3zCl5h5blw1KGUzQKhA5oUXSl8rwUIM5o0S3nCXMliSvy5Dzx7/DJcI+SwgICv+IneSZwhBh1oSyEHA71A==", + "license": "BSD-3-Clause", + "dependencies": { + "es-define-property": "^1.0.1", + "side-channel": "^1.1.1" + }, + "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", @@ -30759,9 +30775,9 @@ } }, "node_modules/qs": { - "version": "6.15.3", - "resolved": "https://registry.npmjs.org/qs/-/qs-6.15.3.tgz", - "integrity": "sha512-O9gl3zCl5h5blw1KGUzQKhA5oUXSl8rwUIM5o0S3nCXMliSvy5Dzx7/DJcI+SwgICv+IneSZwhBh1oSyEHA71A==", + "version": "6.16.0", + "resolved": "https://registry.npmjs.org/qs/-/qs-6.16.0.tgz", + "integrity": "sha512-h6fhOIaRrID2CbEY2fqs+7t+UXZo+MLAnU5gRIq85uFtdiUPCdsApMlHhXogKVM4HM2DVbIjGNTTYH2OcmP1vA==", "license": "BSD-3-Clause", "dependencies": { "es-define-property": "^1.0.1", @@ -41182,7 +41198,7 @@ "lodash": "^4.18.1", "on-finished": "^2.4.1", "path-to-regexp": "^6.3.0", - "qs": "^6.15.3", + "qs": "^6.16.0", "strong-error-handler": "^6.0.1", "tslib": "^2.8.1", "type-is": "^2.1.0", diff --git a/packages/rest/package.json b/packages/rest/package.json index bba92409d19f..b4a8c2af7d15 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.3", + "qs": "^6.16.0", "strong-error-handler": "^6.0.1", "tslib": "^2.8.1", "type-is": "^2.1.0",