File tree Expand file tree Collapse file tree 2 files changed +6
-13
lines changed Expand file tree Collapse file tree 2 files changed +6
-13
lines changed Original file line number Diff line number Diff line change 72
72
"rollup-plugin-terser" : " ^7.0.2" ,
73
73
"rollup-plugin-typescript2" : " ^0.30.0" ,
74
74
"rollup-plugin-vue" : " ^6.0.0" ,
75
- "ts-jest" : " ^27.0.4 " ,
75
+ "ts-jest" : " ^27.0.5 " ,
76
76
"ts-standard" : " ^10.0.0" ,
77
77
"typescript" : " ^4.3.5" ,
78
78
"vue-loader" : " ^16.5.0" ,
Original file line number Diff line number Diff line change @@ -1502,7 +1502,7 @@ bser@2.1.1:
1502
1502
dependencies :
1503
1503
node-int64 "^0.4.0"
1504
1504
1505
- buffer-from@1.x, buffer-from@ ^1.0.0 :
1505
+ buffer-from@^1.0.0 :
1506
1506
version "1.1.2"
1507
1507
resolved "https://registry.yarnpkg.com/buffer-from/-/buffer-from-1.1.2.tgz#2b146a6fd72e80b4f55d255f35ed59a3a9a41bd5"
1508
1508
integrity sha512-E+XQCRwSbaaiChtv6k6Dwgc+bx+Bs6vuKJHHl5kox/BaKbhiXzqQOwK4cO22yElGp2OCmjwVhT3HmxgyPGnJfQ==
@@ -3759,11 +3759,6 @@ minimist@^1.2.0, minimist@^1.2.5:
3759
3759
resolved "https://registry.yarnpkg.com/minimist/-/minimist-1.2.5.tgz#67d66014b66a6a8aaa0c083c5fd58df4e4e97602"
3760
3760
integrity sha512-FM9nNUYrRBAELZQT3xeZQ7fmMOBg6nWNmJKTcgsJeaLstP/UODVpGsr5OhXhhXg6f+qtJ8uiZ+PUxkDWcgIXLw==
3761
3761
3762
- mkdirp@1.x :
3763
- version "1.0.4"
3764
- resolved "https://registry.yarnpkg.com/mkdirp/-/mkdirp-1.0.4.tgz#3eb5ed62622756d79a5f0e2a221dfebad75c2f7e"
3765
- integrity sha512-vVqVZQyf3WLx2Shd0qJ9xuvqgAyKPLAiqITEtqW0oIUjzo3PePDd6fW9iFz30ef7Ysp/oiWqbhszeGWW2T6Gzw==
3766
-
3767
3762
ms@2.0.0 :
3768
3763
version "2.0.0"
3769
3764
resolved "https://registry.yarnpkg.com/ms/-/ms-2.0.0.tgz#5608aeadfc00be6c2901df5f9861788de0d597c8"
@@ -4906,19 +4901,17 @@ tr46@^2.1.0:
4906
4901
dependencies :
4907
4902
punycode "^2.1.1"
4908
4903
4909
- ts-jest@^27.0.4 :
4910
- version "27.0.4 "
4911
- resolved "https://registry.yarnpkg.com/ts-jest/-/ts-jest-27.0.4 .tgz#df49683535831560ccb58f94c023d831b1b80df0 "
4912
- integrity sha512-c4E1ECy9Xz2WGfTMyHbSaArlIva7Wi2p43QOMmCqjSSjHP06KXv+aT+eSY+yZMuqsMi3k7pyGsGj2q5oSl5WfQ ==
4904
+ ts-jest@^27.0.5 :
4905
+ version "27.0.5 "
4906
+ resolved "https://registry.yarnpkg.com/ts-jest/-/ts-jest-27.0.5 .tgz#0b0604e2271167ec43c12a69770f0bb65ad1b750 "
4907
+ integrity sha512-lIJApzfTaSSbtlksfFNHkWOzLJuuSm4faFAfo5kvzOiRAuoN4/eKxVJ2zEAho8aecE04qX6K1pAzfH5QHL1/8w ==
4913
4908
dependencies :
4914
4909
bs-logger "0.x"
4915
- buffer-from "1.x"
4916
4910
fast-json-stable-stringify "2.x"
4917
4911
jest-util "^27.0.0"
4918
4912
json5 "2.x"
4919
4913
lodash "4.x"
4920
4914
make-error "1.x"
4921
- mkdirp "1.x"
4922
4915
semver "7.x"
4923
4916
yargs-parser "20.x"
4924
4917
You can’t perform that action at this time.
0 commit comments