Skip to content

Commit 13c5fdf

Browse files
chore: Bump ts-jest (#179)
Bumps [ts-jest](https://github.com/kulshekhar/ts-jest) from 26.2.0 to 26.3.0. - [Release notes](https://github.com/kulshekhar/ts-jest/releases) - [Changelog](https://github.com/kulshekhar/ts-jest/blob/master/CHANGELOG.md) - [Commits](kulshekhar/ts-jest@v26.2.0...v26.3.0) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent a78963a commit 13c5fdf

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

modules/runner-binaries-syncer/lambdas/runner-binaries-syncer/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"aws-sdk": "^2.742.0",
2424
"eslint": "^6.8.0",
2525
"jest": "^26.4.2",
26-
"ts-jest": "^26.2.0",
26+
"ts-jest": "^26.3.0",
2727
"ts-node-dev": "^1.0.0-pre.61",
2828
"typescript": "^3.9.6"
2929
},

modules/runner-binaries-syncer/lambdas/runner-binaries-syncer/yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4348,10 +4348,10 @@ trim-newlines@^1.0.0:
43484348
resolved "https://registry.yarnpkg.com/trim-newlines/-/trim-newlines-1.0.0.tgz#5887966bb582a4503a41eb524f7d35011815a613"
43494349
integrity sha1-WIeWa7WCpFA6QetST301ARgVphM=
43504350

4351-
ts-jest@^26.2.0:
4352-
version "26.2.0"
4353-
resolved "https://registry.yarnpkg.com/ts-jest/-/ts-jest-26.2.0.tgz#7ec22faceb05ee1467fdb5265d1b33c27441f163"
4354-
integrity sha512-9+y2qwzXdAImgLSYLXAb/Rhq9+K4rbt0417b8ai987V60g2uoNWBBmMkYgutI7D8Zhu+IbCSHbBtrHxB9d7xyA==
4351+
ts-jest@^26.3.0:
4352+
version "26.3.0"
4353+
resolved "https://registry.yarnpkg.com/ts-jest/-/ts-jest-26.3.0.tgz#6b2845045347dce394f069bb59358253bc1338a9"
4354+
integrity sha512-Jq2uKfx6bPd9+JDpZNMBJMdMQUC3sJ08acISj8NXlVgR2d5OqslEHOR2KHMgwymu8h50+lKIm0m0xj/ioYdW2Q==
43554355
dependencies:
43564356
"@types/jest" "26.x"
43574357
bs-logger "0.x"

0 commit comments

Comments
 (0)