Skip to content

Commit 74d54d0

Browse files
chore: update dependency ts-jest to v26.2.0 (#2059)
Co-authored-by: Renovate Bot <[email protected]>
1 parent 0772b27 commit 74d54d0

File tree

2 files changed

+7
-6
lines changed

2 files changed

+7
-6
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@
9494
"lerna-v3": "npm:lerna@3",
9595
"lint-staged": "10.2.11",
9696
"prettier": "^2.0.5",
97-
"ts-jest": "26.1.4",
97+
"ts-jest": "26.2.0",
9898
"typescript": "3.9.7"
9999
},
100100
"husky": {

yarn.lock

+6-5
Original file line numberDiff line numberDiff line change
@@ -2517,7 +2517,7 @@
25172517
"@types/istanbul-lib-coverage" "*"
25182518
"@types/istanbul-lib-report" "*"
25192519

2520-
2520+
25212521
version "26.0.9"
25222522
resolved "https://registry.npmjs.org/@types/jest/-/jest-26.0.9.tgz#0543b57da5f0cd949c5f423a00c56c492289c989"
25232523
integrity sha512-k4qFfJ5AUKrWok5KYXp2EPm89b0P/KZpl7Vg4XuOTVVQEhLDBDBU3iBFrjjdgd8fLw96aAtmnwhXHl63bWeBQQ==
@@ -10583,11 +10583,12 @@ trim-off-newlines@^1.0.0:
1058310583
resolved "https://registry.npmjs.org/trim-off-newlines/-/trim-off-newlines-1.0.1.tgz#9f9ba9d9efa8764c387698bcbfeb2c848f11adb3"
1058410584
integrity sha1-n5up2e+odkw4dpi8v+sshI8RrbM=
1058510585

10586-
ts-jest@26.1.4:
10587-
version "26.1.4"
10588-
resolved "https://registry.npmjs.org/ts-jest/-/ts-jest-26.1.4.tgz#87d41a96016a8efe4b8cc14501d3785459af6fa6"
10589-
integrity sha512-Nd7diUX6NZWfWq6FYyvcIPR/c7GbEF75fH1R6coOp3fbNzbRJBZZAn0ueVS0r8r9ral1VcrpneAFAwB3TsVS1Q==
10586+
ts-jest@26.2.0:
10587+
version "26.2.0"
10588+
resolved "https://registry.npmjs.org/ts-jest/-/ts-jest-26.2.0.tgz#7ec22faceb05ee1467fdb5265d1b33c27441f163"
10589+
integrity sha512-9+y2qwzXdAImgLSYLXAb/Rhq9+K4rbt0417b8ai987V60g2uoNWBBmMkYgutI7D8Zhu+IbCSHbBtrHxB9d7xyA==
1059010590
dependencies:
10591+
"@types/jest" "26.x"
1059110592
bs-logger "0.x"
1059210593
buffer-from "1.x"
1059310594
fast-json-stable-stringify "2.x"

0 commit comments

Comments
 (0)