Skip to content

Commit 914e91f

Browse files
committed
werift: verup
1 parent 64052e1 commit 914e91f

File tree

2 files changed

+18
-5
lines changed

2 files changed

+18
-5
lines changed

werift/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"debug": "^4.3.1",
1414
"express": "^4.17.1",
1515
"got": "^11.8.2",
16-
"werift": "^0.12.8",
16+
"werift": "^0.13.2",
1717
"yargs": "^16.2.0"
1818
},
1919
"devDependencies": {

werift/yarn.lock

+17-4
Original file line numberDiff line numberDiff line change
@@ -157,6 +157,13 @@
157157
tslib "^2.1.0"
158158
tsyringe "^4.4.0"
159159

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+
160167
"@sindresorhus/is@^4.0.0":
161168
version "4.0.0"
162169
resolved "https://registry.yarnpkg.com/@sindresorhus/is/-/is-4.0.0.tgz#2ff674e9611b45b528896d820d3d7a812de2f0e4"
@@ -1042,6 +1049,11 @@ load-json-file@^1.0.0:
10421049
pinkie-promise "^2.0.0"
10431050
strip-bom "^2.0.0"
10441051

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+
10451057
lodash@^4.17.20:
10461058
version "4.17.21"
10471059
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.21.tgz#679591c564c3bffaae8454cf0b3df370c3d6911c"
@@ -1713,14 +1725,15 @@ webcrypto-core@^1.2.0:
17131725
pvtsutils "^1.1.2"
17141726
tslib "^2.1.0"
17151727

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==
17201732
dependencies:
17211733
"@fidm/x509" "^1.2.1"
17221734
"@peculiar/webcrypto" "^1.1.6"
17231735
"@peculiar/x509" "^1.2.2"
1736+
"@shinyoshiaki/ebml-builder" "^0.0.1"
17241737
aes-js "^3.1.2"
17251738
big-integer "^1.6.48"
17261739
binary-data "^0.6.0"

0 commit comments

Comments
 (0)