File tree 2 files changed +7
-9
lines changed
2 files changed +7
-9
lines changed Original file line number Diff line number Diff line change 78
78
"prettier" : " ^2.3.2" ,
79
79
"read-pkg-up" : " ^7.0.1" ,
80
80
"rimraf" : " ^3.0.2" ,
81
- "ts-jest" : " ^27.0.4 " ,
81
+ "ts-jest" : " ^27.0.5 " ,
82
82
"tslib" : " ^2.3.0" ,
83
83
"typescript" : " ^4" ,
84
84
"which" : " ^2.0.2" ,
Original file line number Diff line number Diff line change @@ -2285,7 +2285,7 @@ bser@2.1.1:
2285
2285
dependencies :
2286
2286
node-int64 "^0.4.0"
2287
2287
2288
- buffer-from@1.x, buffer-from@ ^1.0.0 :
2288
+ buffer-from@^1.0.0 :
2289
2289
version "1.1.1"
2290
2290
resolved "https://registry.yarnpkg.com/buffer-from/-/buffer-from-1.1.1.tgz#32713bc028f75c02fdb710d7c7bcec1f2c6070ef"
2291
2291
integrity sha512-MQcXEUbCKtEo7bhqEs6560Hyd4XaovZlO/k9V3hjVUF/zwW7KBVdSK4gIt/bzwS9MbR5qob+F5jusZsb0YQK2A==
@@ -5587,7 +5587,7 @@ mixin-deep@^1.2.0:
5587
5587
for-in "^1.0.2"
5588
5588
is-extendable "^1.0.1"
5589
5589
5590
- mkdirp@1.x, mkdirp@ ^1.0.3 :
5590
+ mkdirp@^1.0.3 :
5591
5591
version "1.0.4"
5592
5592
resolved "https://registry.yarnpkg.com/mkdirp/-/mkdirp-1.0.4.tgz#3eb5ed62622756d79a5f0e2a221dfebad75c2f7e"
5593
5593
integrity sha512-vVqVZQyf3WLx2Shd0qJ9xuvqgAyKPLAiqITEtqW0oIUjzo3PePDd6fW9iFz30ef7Ysp/oiWqbhszeGWW2T6Gzw==
@@ -7229,19 +7229,17 @@ trough@^1.0.0:
7229
7229
resolved "https://registry.yarnpkg.com/trough/-/trough-1.0.5.tgz#b8b639cefad7d0bb2abd37d433ff8293efa5f406"
7230
7230
integrity sha512-rvuRbTarPXmMb79SmzEp8aqXNKcK+y0XaB298IXueQ8I2PsrATcPBCSPyK/dDNa2iWOhKlfNnOjdAOTBU/nkFA==
7231
7231
7232
- ts-jest@^27.0.4 :
7233
- version "27.0.4 "
7234
- resolved "https://registry.yarnpkg.com/ts-jest/-/ts-jest-27.0.4 .tgz#df49683535831560ccb58f94c023d831b1b80df0 "
7235
- integrity sha512-c4E1ECy9Xz2WGfTMyHbSaArlIva7Wi2p43QOMmCqjSSjHP06KXv+aT+eSY+yZMuqsMi3k7pyGsGj2q5oSl5WfQ ==
7232
+ ts-jest@^27.0.5 :
7233
+ version "27.0.5 "
7234
+ resolved "https://registry.yarnpkg.com/ts-jest/-/ts-jest-27.0.5 .tgz#0b0604e2271167ec43c12a69770f0bb65ad1b750 "
7235
+ integrity sha512-lIJApzfTaSSbtlksfFNHkWOzLJuuSm4faFAfo5kvzOiRAuoN4/eKxVJ2zEAho8aecE04qX6K1pAzfH5QHL1/8w ==
7236
7236
dependencies :
7237
7237
bs-logger "0.x"
7238
- buffer-from "1.x"
7239
7238
fast-json-stable-stringify "2.x"
7240
7239
jest-util "^27.0.0"
7241
7240
json5 "2.x"
7242
7241
lodash "4.x"
7243
7242
make-error "1.x"
7244
- mkdirp "1.x"
7245
7243
semver "7.x"
7246
7244
yargs-parser "20.x"
7247
7245
You can’t perform that action at this time.
0 commit comments