File tree 2 files changed +18
-5
lines changed
2 files changed +18
-5
lines changed Original file line number Diff line number Diff line change 13
13
"debug" : " ^4.3.1" ,
14
14
"express" : " ^4.17.1" ,
15
15
"got" : " ^11.8.2" ,
16
- "werift" : " ^0.12.8 " ,
16
+ "werift" : " ^0.13.2 " ,
17
17
"yargs" : " ^16.2.0"
18
18
},
19
19
"devDependencies" : {
Original file line number Diff line number Diff line change 157
157
tslib "^2.1.0"
158
158
tsyringe "^4.4.0"
159
159
160
+ " @shinyoshiaki/ebml-builder@^0.0.1 " :
161
+ version "0.0.1"
162
+ resolved "https://registry.yarnpkg.com/@shinyoshiaki/ebml-builder/-/ebml-builder-0.0.1.tgz#4dfe912b12911975a5ab77676f538c24c7caedf5"
163
+ integrity sha512-rz1LklnlZ0yvVIt924yRGu+R87Fhfa06BdRIZR6GF6SXVSBTD9wCQmN6opXQLuSkoKXleWJwF3PW1ls8DGZjtw==
164
+ dependencies :
165
+ lodash.memoize "^4.1.2"
166
+
160
167
" @sindresorhus/is@^4.0.0 " :
161
168
version "4.0.0"
162
169
resolved "https://registry.yarnpkg.com/@sindresorhus/is/-/is-4.0.0.tgz#2ff674e9611b45b528896d820d3d7a812de2f0e4"
@@ -1042,6 +1049,11 @@ load-json-file@^1.0.0:
1042
1049
pinkie-promise "^2.0.0"
1043
1050
strip-bom "^2.0.0"
1044
1051
1052
+ lodash.memoize@^4.1.2 :
1053
+ version "4.1.2"
1054
+ resolved "https://registry.yarnpkg.com/lodash.memoize/-/lodash.memoize-4.1.2.tgz#bcc6c49a42a2840ed997f323eada5ecd182e0bfe"
1055
+ integrity sha1-vMbEmkKihA7Zl/Mj6tpezRguC/4=
1056
+
1045
1057
lodash@^4.17.20 :
1046
1058
version "4.17.21"
1047
1059
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.21.tgz#679591c564c3bffaae8454cf0b3df370c3d6911c"
@@ -1713,14 +1725,15 @@ webcrypto-core@^1.2.0:
1713
1725
pvtsutils "^1.1.2"
1714
1726
tslib "^2.1.0"
1715
1727
1716
- werift@^0.12.8 :
1717
- version "0.12.8 "
1718
- resolved "https://registry.yarnpkg.com/werift/-/werift-0.12.8 .tgz#7b550cfaa10b7480afa1514793b8beff72330983 "
1719
- integrity sha512-fM/c38V6jc1jQJFu4zBV998c+FHae5R7Jim+wsacW1rRgQt8lfG32syBEqjRix6EKlycFu1FgqNzHFfnCSjA6A ==
1728
+ werift@^0.13.2 :
1729
+ version "0.13.2 "
1730
+ resolved "https://registry.yarnpkg.com/werift/-/werift-0.13.2 .tgz#e33d8ae4a05da40b836e9b66e46da82599902bc6 "
1731
+ integrity sha512-1z41h86E8G6Kj6fm53wFDshizARXTwMrk2OYiy5WPYeQaeVCpFirVaL6gRoOwGuxwUzCPoKctQp812OMJ1lUpA ==
1720
1732
dependencies :
1721
1733
" @fidm/x509" " ^1.2.1"
1722
1734
" @peculiar/webcrypto" " ^1.1.6"
1723
1735
" @peculiar/x509" " ^1.2.2"
1736
+ " @shinyoshiaki/ebml-builder" " ^0.0.1"
1724
1737
aes-js "^3.1.2"
1725
1738
big-integer "^1.6.48"
1726
1739
binary-data "^0.6.0"
You can’t perform that action at this time.
0 commit comments