File tree Expand file tree Collapse file tree 2 files changed +11
-5
lines changed Expand file tree Collapse file tree 2 files changed +11
-5
lines changed Original file line number Diff line number Diff line change 28
28
"jest" : " ^24.9.0" ,
29
29
"jest-circus" : " ^24.9.0" ,
30
30
"nock" : " ^11.3.4" ,
31
- "ts-jest" : " ^24.0.2 " ,
31
+ "ts-jest" : " ^24.1.0 " ,
32
32
"typescript" : " ^3.6.3"
33
33
},
34
34
"publishConfig" : {
Original file line number Diff line number Diff line change @@ -2343,6 +2343,11 @@ lodash.get@^4.4.2:
2343
2343
resolved "https://registry.yarnpkg.com/lodash.get/-/lodash.get-4.4.2.tgz#2d177f652fa31e939b4438d5341499dfa3825e99"
2344
2344
integrity sha1-LRd/ZS+jHpObRDjVNBSZ36OCXpk=
2345
2345
2346
+
2347
+ version "4.1.2"
2348
+ resolved "https://registry.yarnpkg.com/lodash.memoize/-/lodash.memoize-4.1.2.tgz#bcc6c49a42a2840ed997f323eada5ecd182e0bfe"
2349
+ integrity sha1-vMbEmkKihA7Zl/Mj6tpezRguC/4=
2350
+
2346
2351
lodash.set@^4.3.2 :
2347
2352
version "4.3.2"
2348
2353
resolved "https://registry.yarnpkg.com/lodash.set/-/lodash.set-4.3.2.tgz#d8757b1da807dde24816b0d6a84bea1a76230b23"
@@ -3585,15 +3590,16 @@ trim-right@^1.0.1:
3585
3590
resolved "https://registry.yarnpkg.com/trim-right/-/trim-right-1.0.1.tgz#cb2e1203067e0c8de1f614094b9fe45704ea6003"
3586
3591
integrity sha1-yy4SAwZ+DI3h9hQJS5/kVwTqYAM=
3587
3592
3588
- ts-jest@^24.0.2 :
3589
- version "24.0.2 "
3590
- resolved "https://registry.yarnpkg.com/ts-jest/-/ts-jest-24.0.2. tgz#8dde6cece97c31c03e80e474c749753ffd27194d "
3591
- integrity sha512-h6ZCZiA1EQgjczxq+uGLXQlNgeg02WWJBbeT8j6nyIBRQdglqbvzDoHahTEIiS6Eor6x8mK6PfZ7brQ9Q6tzHw ==
3593
+ ts-jest@^24.1.0 :
3594
+ version "24.1.0 "
3595
+ resolved "https://registry.yarnpkg.com/ts-jest/-/ts-jest-24.1.0. tgz#2eaa813271a2987b7e6c3fefbda196301c131734 "
3596
+ integrity sha512-HEGfrIEAZKfu1pkaxB9au17b1d9b56YZSqz5eCVE8mX68+5reOvlM93xGOzzCREIov9mdH7JBG+s0UyNAqr0tQ ==
3592
3597
dependencies :
3593
3598
bs-logger "0.x"
3594
3599
buffer-from "1.x"
3595
3600
fast-json-stable-stringify "2.x"
3596
3601
json5 "2.x"
3602
+ lodash.memoize "4.x"
3597
3603
make-error "1.x"
3598
3604
mkdirp "0.x"
3599
3605
resolve "1.x"
You can’t perform that action at this time.
0 commit comments