Upgrade http signature
To support hs2019 implementation of other federated softwaare that use rsa256 instead of rsa512
This commit is contained in:
parent
93e3f662b5
commit
f15f20a5be
2 changed files with 5 additions and 5 deletions
|
@ -82,7 +82,7 @@
|
||||||
"@aws-sdk/node-http-handler": "^3.82.0",
|
"@aws-sdk/node-http-handler": "^3.82.0",
|
||||||
"@babel/parser": "7.17.8",
|
"@babel/parser": "7.17.8",
|
||||||
"@peertube/feed": "^5.0.1",
|
"@peertube/feed": "^5.0.1",
|
||||||
"@peertube/http-signature": "^1.4.0",
|
"@peertube/http-signature": "^1.6.0",
|
||||||
"@uploadx/core": "^5.1.0",
|
"@uploadx/core": "^5.1.0",
|
||||||
"async": "^3.0.1",
|
"async": "^3.0.1",
|
||||||
"async-lru": "^1.1.1",
|
"async-lru": "^1.1.1",
|
||||||
|
|
|
@ -1601,10 +1601,10 @@
|
||||||
dependencies:
|
dependencies:
|
||||||
xml-js "^1.6.11"
|
xml-js "^1.6.11"
|
||||||
|
|
||||||
"@peertube/http-signature@^1.4.0":
|
"@peertube/http-signature@^1.6.0":
|
||||||
version "1.4.0"
|
version "1.6.0"
|
||||||
resolved "https://registry.yarnpkg.com/@peertube/http-signature/-/http-signature-1.4.0.tgz#5d2bab08dfeca55490d926d145b3ec0cfb392d63"
|
resolved "https://registry.yarnpkg.com/@peertube/http-signature/-/http-signature-1.6.0.tgz#22bef028384e6437e8dbd94052ba7b8bd7f7f1ae"
|
||||||
integrity sha512-x7vhu+sFCOtf0jI3u0aN3DA+t6+WoRu3Mm3bAgh1xOAOF2Dr5FcAV25oUI2rPejv8IgPCXiFL6wlCFn8ND5pvg==
|
integrity sha512-Bx780c7FPYtkV4LgCoaJcXYcKQqaMef2iQR2V2r5klkYkIQWFxbTOpyhKxvVXYIBIFpj5Cb8DGVDAmhkm7aavg==
|
||||||
dependencies:
|
dependencies:
|
||||||
assert-plus "^1.0.0"
|
assert-plus "^1.0.0"
|
||||||
jsprim "^1.2.2"
|
jsprim "^1.2.2"
|
||||||
|
|
Loading…
Reference in a new issue