diff --git a/servers/execution/runner/package.json b/servers/execution/runner/package.json index 77abf404f..ea1c73711 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.94", - "@types/express": "^4.17.17", + "@types/express": "^4.17.20", "@types/jest": "^29.5.6", "@types/node": "^20.8.7", "@types/supertest": "^2.0.14", diff --git a/servers/execution/runner/yarn.lock b/servers/execution/runner/yarn.lock index 414241784..bd65e8387 100644 --- a/servers/execution/runner/yarn.lock +++ b/servers/execution/runner/yarn.lock @@ -1058,10 +1058,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.20": + version "4.17.20" + resolved "https://registry.yarnpkg.com/@types/express/-/express-4.17.20.tgz#e7c9b40276d29e38a4e3564d7a3d65911e2aa433" + integrity sha512-rOaqlkgEvOW495xErXMsmyX3WKBInbhG5eqojXYi3cGUaLoRDlXa5d52fkfWZT963AZ3v2eZ4MbKE6WpDAGVsw== dependencies: "@types/body-parser" "*" "@types/express-serve-static-core" "^4.17.33"