diff options
author | Chocobozzz <me@florianbigard.com> | 2020-03-12 14:14:00 +0100 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2020-03-12 14:14:11 +0100 |
commit | 84ebcf345cb82b254853c03c142f7c304fb072dd (patch) | |
tree | 91dac605f98dd606426dd9e143706a08baa00b6e /package.json | |
parent | 8227643bce85747953eb43ddc553f14d29bc475f (diff) | |
download | PeerTube-84ebcf345cb82b254853c03c142f7c304fb072dd.tar.gz PeerTube-84ebcf345cb82b254853c03c142f7c304fb072dd.tar.zst PeerTube-84ebcf345cb82b254853c03c142f7c304fb072dd.zip |
Fix federation with pleroma
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/package.json b/package.json index 9a64bc357..4325d5597 100644 --- a/package.json +++ b/package.json | |||
@@ -79,7 +79,8 @@ | |||
79 | "sass-lint": "sass-lint" | 79 | "sass-lint": "sass-lint" |
80 | }, | 80 | }, |
81 | "resolutions": { | 81 | "resolutions": { |
82 | "oauth2-server": "^3.1.0-beta.1" | 82 | "oauth2-server": "^3.1.0-beta.1", |
83 | "http-signature": "1.3.2" | ||
83 | }, | 84 | }, |
84 | "dependencies": { | 85 | "dependencies": { |
85 | "apicache": "^1.4.0", | 86 | "apicache": "^1.4.0", |