Skip to content

Commit fd12139

Browse files
committed
chore(deps): update dependency ts-jest to v24.2.0
1 parent 6da1283 commit fd12139

File tree

2 files changed

+11
-5
lines changed

2 files changed

+11
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
"react": "16.9.0",
5454
"react-dom": "16.9.0",
5555
"rimraf": "3.0.0",
56-
"ts-jest": "24.0.2",
56+
"ts-jest": "24.2.0",
5757
"tslint": "5.18.0",
5858
"tslint-config-prettier": "1.18.0",
5959
"tslint-plugin-prettier": "2.0.1",

yarn.lock

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2583,6 +2583,11 @@ lodash.isequal@^4.5.0:
25832583
resolved "https://registry.yarnpkg.com/lodash.isequal/-/lodash.isequal-4.5.0.tgz#415c4478f2bcc30120c22ce10ed3226f7d3e18e0"
25842584
integrity sha1-QVxEePK8wwEgwizhDtMib30+GOA=
25852585

2586+
2587+
version "4.1.2"
2588+
resolved "https://registry.yarnpkg.com/lodash.memoize/-/lodash.memoize-4.1.2.tgz#bcc6c49a42a2840ed997f323eada5ecd182e0bfe"
2589+
integrity sha1-vMbEmkKihA7Zl/Mj6tpezRguC/4=
2590+
25862591
lodash.sortby@^4.7.0:
25872592
version "4.7.0"
25882593
resolved "https://registry.yarnpkg.com/lodash.sortby/-/lodash.sortby-4.7.0.tgz#edd14c824e2cc9c1e0b0a1b42bb5210516a42438"
@@ -3992,15 +3997,16 @@ trim-right@^1.0.1:
39923997
resolved "https://registry.yarnpkg.com/trim-right/-/trim-right-1.0.1.tgz#cb2e1203067e0c8de1f614094b9fe45704ea6003"
39933998
integrity sha1-yy4SAwZ+DI3h9hQJS5/kVwTqYAM=
39943999

3995-
ts-jest@24.0.2:
3996-
version "24.0.2"
3997-
resolved "https://registry.yarnpkg.com/ts-jest/-/ts-jest-24.0.2.tgz#8dde6cece97c31c03e80e474c749753ffd27194d"
3998-
integrity sha512-h6ZCZiA1EQgjczxq+uGLXQlNgeg02WWJBbeT8j6nyIBRQdglqbvzDoHahTEIiS6Eor6x8mK6PfZ7brQ9Q6tzHw==
4000+
ts-jest@24.2.0:
4001+
version "24.2.0"
4002+
resolved "https://registry.yarnpkg.com/ts-jest/-/ts-jest-24.2.0.tgz#7abca28c2b4b0a1fdd715cd667d65d047ea4e768"
4003+
integrity sha512-Yc+HLyldlIC9iIK8xEN7tV960Or56N49MDP7hubCZUeI7EbIOTsas6rXCMB4kQjLACJ7eDOF4xWEO5qumpKsag==
39994004
dependencies:
40004005
bs-logger "0.x"
40014006
buffer-from "1.x"
40024007
fast-json-stable-stringify "2.x"
40034008
json5 "2.x"
4009+
lodash.memoize "4.x"
40044010
make-error "1.x"
40054011
mkdirp "0.x"
40064012
resolve "1.x"

0 commit comments

Comments
 (0)