Skip to content

Commit 8013305

Browse files
committed
chore(deps): update dependency ts-jest to v26.4.3
1 parent e4f67a9 commit 8013305

File tree

2 files changed

+12
-14
lines changed

2 files changed

+12
-14
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"jest-extended": "0.11.5",
2929
"prettier": "2.1.2",
3030
"semantic-release": "17.1.2",
31-
"ts-jest": "26.4.1",
31+
"ts-jest": "26.4.3",
3232
"typescript": "4.0.3"
3333
},
3434
"renovate": {

yarn.lock

Lines changed: 11 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -378,6 +378,11 @@
378378
slash "^3.0.0"
379379
strip-ansi "^6.0.0"
380380

381+
"@jest/create-cache-key-function@^26.5.0":
382+
version "26.5.0"
383+
resolved "https://registry.yarnpkg.com/@jest/create-cache-key-function/-/create-cache-key-function-26.5.0.tgz#1d07947adc51ea17766d9f0ccf5a8d6ea94c47dc"
384+
integrity sha512-DJ+pEBUIqarrbv1W/C39f9YH0rJ4wsXZ/VC6JafJPlHW2HOucKceeaqTOQj9MEDQZjySxMLkOq5mfXZXNZcmWw==
385+
381386
"@jest/environment@^26.3.0":
382387
version "26.3.0"
383388
resolved "https://registry.yarnpkg.com/@jest/environment/-/environment-26.3.0.tgz#e6953ab711ae3e44754a025f838bde1a7fd236a0"
@@ -846,15 +851,7 @@
846851
dependencies:
847852
"@types/istanbul-lib-report" "*"
848853

849-
850-
version "26.0.14"
851-
resolved "https://registry.yarnpkg.com/@types/jest/-/jest-26.0.14.tgz#078695f8f65cb55c5a98450d65083b2b73e5a3f3"
852-
integrity sha512-Hz5q8Vu0D288x3iWXePSn53W7hAjP0H7EQ6QvDO9c7t46mR0lNOLlfuwQ+JkVxuhygHzlzPX+0jKdA3ZgSh+Vg==
853-
dependencies:
854-
jest-diff "^25.2.1"
855-
pretty-format "^25.2.1"
856-
857-
854+
858855
version "26.0.14"
859856
resolved "https://registry.yarnpkg.com/@types/jest/-/jest-26.0.14.tgz#078695f8f65cb55c5a98450d65083b2b73e5a3f3"
860857
integrity sha512-Hz5q8Vu0D288x3iWXePSn53W7hAjP0H7EQ6QvDO9c7t46mR0lNOLlfuwQ+JkVxuhygHzlzPX+0jKdA3ZgSh+Vg==
@@ -6918,11 +6915,12 @@ trim-off-newlines@^1.0.0:
69186915
resolved "https://registry.yarnpkg.com/trim-off-newlines/-/trim-off-newlines-1.0.1.tgz#9f9ba9d9efa8764c387698bcbfeb2c848f11adb3"
69196916
integrity sha1-n5up2e+odkw4dpi8v+sshI8RrbM=
69206917

6921-
6922-
version "26.4.1"
6923-
resolved "https://registry.yarnpkg.com/ts-jest/-/ts-jest-26.4.1.tgz#08ec0d3fc2c3a39e4a46eae5610b69fafa6babd0"
6924-
integrity sha512-F4aFq01aS6mnAAa0DljNmKr/Kk9y4HVZ1m6/rtJ0ED56cuxINGq3Q9eVAh+z5vcYKe5qnTMvv90vE8vUMFxomg==
6918+
6919+
version "26.4.3"
6920+
resolved "https://registry.yarnpkg.com/ts-jest/-/ts-jest-26.4.3.tgz#d153a616033e7ec8544b97ddbe2638cbe38d53db"
6921+
integrity sha512-pFDkOKFGY+nL9v5pkhm+BIFpoAuno96ff7GMnIYr/3L6slFOS365SI0fGEVYx2RKGji5M2elxhWjDMPVcOCdSw==
69256922
dependencies:
6923+
"@jest/create-cache-key-function" "^26.5.0"
69266924
"@types/jest" "26.x"
69276925
bs-logger "0.x"
69286926
buffer-from "1.x"

0 commit comments

Comments
 (0)