diff options
author | Chocobozzz <me@florianbigard.com> | 2022-05-10 11:49:21 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2022-05-10 11:49:21 +0200 |
commit | f15f20a5be725a324f0ff7f9abda7dba3da4c4c6 (patch) | |
tree | 8a1529df6dbcaf6523a8bf2d38433fb20dbdafea /package.json | |
parent | 93e3f662b5b17ae1b2f284616bb77d58e7ce4700 (diff) | |
download | PeerTube-f15f20a5be725a324f0ff7f9abda7dba3da4c4c6.tar.gz PeerTube-f15f20a5be725a324f0ff7f9abda7dba3da4c4c6.tar.zst PeerTube-f15f20a5be725a324f0ff7f9abda7dba3da4c4c6.zip |
Upgrade http signature
To support hs2019 implementation of other federated softwaare that use
rsa256 instead of rsa512
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json index ec9a2a632..44f0a22d4 100644 --- a/package.json +++ b/package.json | |||
@@ -82,7 +82,7 @@ | |||
82 | "@aws-sdk/node-http-handler": "^3.82.0", | 82 | "@aws-sdk/node-http-handler": "^3.82.0", |
83 | "@babel/parser": "7.17.8", | 83 | "@babel/parser": "7.17.8", |
84 | "@peertube/feed": "^5.0.1", | 84 | "@peertube/feed": "^5.0.1", |
85 | "@peertube/http-signature": "^1.4.0", | 85 | "@peertube/http-signature": "^1.6.0", |
86 | "@uploadx/core": "^5.1.0", | 86 | "@uploadx/core": "^5.1.0", |
87 | "async": "^3.0.1", | 87 | "async": "^3.0.1", |
88 | "async-lru": "^1.1.1", | 88 | "async-lru": "^1.1.1", |