Skip to content

Commit 9584df1

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

File tree

2 files changed

+11
-20
lines changed

2 files changed

+11
-20
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.5.6",
3232
"typescript": "4.0.3"
3333
},
3434
"renovate": {

yarn.lock

Lines changed: 10 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -854,14 +854,6 @@
854854
jest-diff "^25.2.1"
855855
pretty-format "^25.2.1"
856856

857-
858-
version "26.0.14"
859-
resolved "https://registry.yarnpkg.com/@types/jest/-/jest-26.0.14.tgz#078695f8f65cb55c5a98450d65083b2b73e5a3f3"
860-
integrity sha512-Hz5q8Vu0D288x3iWXePSn53W7hAjP0H7EQ6QvDO9c7t46mR0lNOLlfuwQ+JkVxuhygHzlzPX+0jKdA3ZgSh+Vg==
861-
dependencies:
862-
jest-diff "^25.2.1"
863-
pretty-format "^25.2.1"
864-
865857
"@types/node@*":
866858
version "14.0.10"
867859
resolved "https://registry.yarnpkg.com/@types/node/-/node-14.0.10.tgz#dbfaa170bd9eafccccb6d7060743a761b0844afd"
@@ -4365,11 +4357,6 @@ lodash.isstring@^4.0.1:
43654357
resolved "https://registry.yarnpkg.com/lodash.isstring/-/lodash.isstring-4.0.1.tgz#d527dfb5456eca7cc9bb95d5daeaf88ba54a5451"
43664358
integrity sha1-1SfftUVuynzJu5XV2ur4i6VKVFE=
43674359

4368-
4369-
version "4.1.2"
4370-
resolved "https://registry.yarnpkg.com/lodash.memoize/-/lodash.memoize-4.1.2.tgz#bcc6c49a42a2840ed997f323eada5ecd182e0bfe"
4371-
integrity sha1-vMbEmkKihA7Zl/Mj6tpezRguC/4=
4372-
43734360
lodash.sortby@^4.7.0:
43744361
version "4.7.0"
43754362
resolved "https://registry.yarnpkg.com/lodash.sortby/-/lodash.sortby-4.7.0.tgz#edd14c824e2cc9c1e0b0a1b42bb5210516a42438"
@@ -4400,6 +4387,11 @@ lodash.without@~4.4.0:
44004387
resolved "https://registry.yarnpkg.com/lodash.without/-/lodash.without-4.4.0.tgz#3cd4574a00b67bae373a94b748772640507b7aac"
44014388
integrity sha1-PNRXSgC2e643OpS3SHcmQFB7eqw=
44024389

4390+
4391+
version "4.17.21"
4392+
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.21.tgz#679591c564c3bffaae8454cf0b3df370c3d6911c"
4393+
integrity sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==
4394+
44034395
lodash@^4.17.13, lodash@^4.17.15, lodash@^4.17.4:
44044396
version "4.17.15"
44054397
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.15.tgz#b447f6670a0455bbfeedd11392eff330ea097548"
@@ -6918,18 +6910,17 @@ trim-off-newlines@^1.0.0:
69186910
resolved "https://registry.yarnpkg.com/trim-off-newlines/-/trim-off-newlines-1.0.1.tgz#9f9ba9d9efa8764c387698bcbfeb2c848f11adb3"
69196911
integrity sha1-n5up2e+odkw4dpi8v+sshI8RrbM=
69206912

6921-
ts-jest@26.4.1:
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==
6913+
ts-jest@26.5.6:
6914+
version "26.5.6"
6915+
resolved "https://registry.yarnpkg.com/ts-jest/-/ts-jest-26.5.6.tgz#c32e0746425274e1dfe333f43cd3c800e014ec35"
6916+
integrity sha512-rua+rCP8DxpA8b4DQD/6X2HQS8Zy/xzViVYfEs2OQu68tkCuKLV0Md8pmX55+W24uRIyAsf/BajRfxOs+R2MKA==
69256917
dependencies:
6926-
"@types/jest" "26.x"
69276918
bs-logger "0.x"
69286919
buffer-from "1.x"
69296920
fast-json-stable-stringify "2.x"
69306921
jest-util "^26.1.0"
69316922
json5 "2.x"
6932-
lodash.memoize "4.x"
6923+
lodash "4.x"
69336924
make-error "1.x"
69346925
mkdirp "1.x"
69356926
semver "7.x"

0 commit comments

Comments
 (0)