Skip to content

Commit 1744a83

Browse files
dependabot[bot]npalm
authored andcommitted
chore: Bump ts-jest (#623)
1 parent 26e3471 commit 1744a83

File tree

2 files changed

+6
-7
lines changed

2 files changed

+6
-7
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
@@ -25,7 +25,7 @@
2525
"aws-sdk": "^2.848.0",
2626
"eslint": "^7.20.0",
2727
"jest": "^26.6.3",
28-
"ts-jest": "^26.5.1",
28+
"ts-jest": "^26.5.3",
2929
"ts-node-dev": "^1.1.1",
3030
"typescript": "^4.1.5"
3131
},

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

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -728,7 +728,7 @@
728728
dependencies:
729729
"@types/istanbul-lib-report" "*"
730730

731-
"@types/jest@26.x", "@types/jest@^26.0.20":
731+
"@types/jest@^26.0.20":
732732
version "26.0.20"
733733
resolved "https://registry.yarnpkg.com/@types/jest/-/jest-26.0.20.tgz#cd2f2702ecf69e86b586e1f5223a60e454056307"
734734
integrity sha512-9zi2Y+5USJRxd0FsahERhBwlcvFh6D2GLQnY2FH2BzK8J9s9omvNHIbvABwIluXa0fD8XVKMLTO0aOEuUfACAA==
@@ -4356,12 +4356,11 @@ trim-newlines@^1.0.0:
43564356
resolved "https://registry.yarnpkg.com/trim-newlines/-/trim-newlines-1.0.0.tgz#5887966bb582a4503a41eb524f7d35011815a613"
43574357
integrity sha1-WIeWa7WCpFA6QetST301ARgVphM=
43584358

4359-
ts-jest@^26.5.1:
4360-
version "26.5.1"
4361-
resolved "https://registry.yarnpkg.com/ts-jest/-/ts-jest-26.5.1.tgz#4d53ee4481552f57c1624f0bd3425c8b17996150"
4362-
integrity sha512-G7Rmo3OJMvlqE79amJX8VJKDiRcd7/r61wh9fnvvG8cAjhA9edklGw/dCxRSQmfZ/z8NDums5srSVgwZos1qfg==
4359+
ts-jest@^26.5.3:
4360+
version "26.5.3"
4361+
resolved "https://registry.yarnpkg.com/ts-jest/-/ts-jest-26.5.3.tgz#a6ee00ba547be3b09877550df40a1465d0295554"
4362+
integrity sha512-nBiiFGNvtujdLryU7MiMQh1iPmnZ/QvOskBbD2kURiI1MwqvxlxNnaAB/z9TbslMqCsSbu5BXvSSQPc5tvHGeA==
43634363
dependencies:
4364-
"@types/jest" "26.x"
43654364
bs-logger "0.x"
43664365
buffer-from "1.x"
43674366
fast-json-stable-stringify "2.x"

0 commit comments

Comments
 (0)