From 22d3fbb4ec41501e6476dc5c63e631e1f81bbcf3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Oct 2023 10:40:25 +0000 Subject: [PATCH] runner-npm: bump @types/express in /servers/execution/runner Bumps [@types/express](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/express) from 4.17.17 to 4.17.18. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/express) --- updated-dependencies: - dependency-name: "@types/express" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- servers/execution/runner/package.json | 2 +- servers/execution/runner/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) 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"