diff --git a/extensions/authentication-passport/package.json b/extensions/authentication-passport/package.json index 9e45d7818baf..28619e321e6c 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.15.0", + "@types/qs": "^6.15.1", "axios": "^1.16.0", "body-parser": "^2.2.2", "express": "^4.22.1", diff --git a/package-lock.json b/package-lock.json index 6a2c58d2bc44..c4431c43f8fd 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1598,7 +1598,7 @@ "@types/passport": "^1.0.17", "@types/passport-http": "^0.3.11", "@types/passport-oauth2": "^1.8.0", - "@types/qs": "^6.15.0", + "@types/qs": "^6.15.1", "axios": "^1.16.0", "body-parser": "^2.2.2", "express": "^4.22.1", @@ -9453,9 +9453,9 @@ "license": "MIT" }, "node_modules/@types/qs": { - "version": "6.15.0", - "resolved": "https://registry.npmjs.org/@types/qs/-/qs-6.15.0.tgz", - "integrity": "sha512-JawvT8iBVWpzTrz3EGw9BTQFg3BQNmwERdKE22vlTxawwtbyUSlMppvZYKLZzB5zgACXdXxbD3m1bXaMqP/9ow==", + "version": "6.15.1", + "resolved": "https://registry.npmjs.org/@types/qs/-/qs-6.15.1.tgz", + "integrity": "sha512-GZHUBZR9hckSUhrxmp1nG6NwdpM9fCunJwyThLW1X3AyHgd9IlHb6VANpQQqDr2o/qQp6McZ3y/IA2rVzKzSbw==", "license": "MIT" }, "node_modules/@types/ramda": { @@ -41105,7 +41105,7 @@ "@types/multer": "^2.1.0", "@types/node": "^20.19.39", "@types/on-finished": "^2.3.5", - "@types/qs": "^6.15.0", + "@types/qs": "^6.15.1", "multer": "^2.1.1" }, "engines": { diff --git a/packages/rest/package.json b/packages/rest/package.json index 9dfe03397dc1..bcb541aba441 100644 --- a/packages/rest/package.json +++ b/packages/rest/package.json @@ -84,7 +84,7 @@ "@types/multer": "^2.1.0", "@types/node": "^20.19.39", "@types/on-finished": "^2.3.5", - "@types/qs": "^6.15.0", + "@types/qs": "^6.15.1", "multer": "^2.1.1" } }