diff --git a/servers/execution/runner/package.json b/servers/execution/runner/package.json index 232476c67..37c44252a 100644 --- a/servers/execution/runner/package.json +++ b/servers/execution/runner/package.json @@ -33,7 +33,7 @@ "@nestjs/testing": "^10.2.5", "@swc/cli": "^0.1.62", "@swc/core": "^1.3.84", - "@types/express": "^4.17.17", + "@types/express": "^4.17.18", "@types/jest": "^29.5.3", "@types/node": "^20.4.5", "@types/supertest": "^2.0.14", diff --git a/servers/execution/runner/yarn.lock b/servers/execution/runner/yarn.lock index a3d578ecf..a76b58ca1 100644 --- a/servers/execution/runner/yarn.lock +++ b/servers/execution/runner/yarn.lock @@ -1052,10 +1052,10 @@ "@types/range-parser" "*" "@types/send" "*" -"@types/express@^4.17.17": - version "4.17.17" - resolved "https://registry.yarnpkg.com/@types/express/-/express-4.17.17.tgz#01d5437f6ef9cfa8668e616e13c2f2ac9a491ae4" - integrity sha512-Q4FmmuLGBG58btUnfS1c1r/NQdlp3DMfGDGig8WhfpA2YRUtEkxAjkZb0yvplJGYdF1fsQ81iMDcH24sSCNC/Q== +"@types/express@^4.17.18": + version "4.17.18" + resolved "https://registry.yarnpkg.com/@types/express/-/express-4.17.18.tgz#efabf5c4495c1880df1bdffee604b143b29c4a95" + integrity sha512-Sxv8BSLLgsBYmcnGdGjjEjqET2U+AKAdCRODmMiq02FgjwuV75Ut85DRpvFjyw/Mk0vgUOliGRU0UUmuuZHByQ== dependencies: "@types/body-parser" "*" "@types/express-serve-static-core" "^4.17.33"