From 9513f0354df36cbd65f3cd7931187a39404a5148 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Oct 2023 10:40:39 +0000 Subject: [PATCH] runner-npm: bump @types/jest in /servers/execution/runner Bumps [@types/jest](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jest) from 29.5.4 to 29.5.5. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/jest) --- updated-dependencies: - dependency-name: "@types/jest" 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..94b7c7b60 100644 --- a/servers/execution/runner/package.json +++ b/servers/execution/runner/package.json @@ -34,7 +34,7 @@ "@swc/cli": "^0.1.62", "@swc/core": "^1.3.84", "@types/express": "^4.17.17", - "@types/jest": "^29.5.3", + "@types/jest": "^29.5.5", "@types/node": "^20.4.5", "@types/supertest": "^2.0.14", "@typescript-eslint/eslint-plugin": "^6.2.1", diff --git a/servers/execution/runner/yarn.lock b/servers/execution/runner/yarn.lock index a3d578ecf..0db6237d7 100644 --- a/servers/execution/runner/yarn.lock +++ b/servers/execution/runner/yarn.lock @@ -1098,10 +1098,10 @@ dependencies: "@types/istanbul-lib-report" "*" -"@types/jest@^29.5.3": - version "29.5.4" - resolved "https://registry.yarnpkg.com/@types/jest/-/jest-29.5.4.tgz#9d0a16edaa009a71e6a71a999acd582514dab566" - integrity sha512-PhglGmhWeD46FYOVLt3X7TiWjzwuVGW9wG/4qocPevXMjCmrIc5b6db9WjeGE4QYVpUAWMDv3v0IiBwObY289A== +"@types/jest@^29.5.5": + version "29.5.5" + resolved "https://registry.yarnpkg.com/@types/jest/-/jest-29.5.5.tgz#727204e06228fe24373df9bae76b90f3e8236a2a" + integrity sha512-ebylz2hnsWR9mYvmBFbXJXr+33UPc4+ZdxyDXh5w0FlPBTfCVN3wPL+kuOiQt3xvrK419v7XWeAs+AeOksafXg== dependencies: expect "^29.0.0" pretty-format "^29.0.0"