diff options
author | Rigel Kent <sendmemail@rigelk.eu> | 2021-06-01 01:36:53 +0200 |
---|---|---|
committer | Chocobozzz <chocobozzz@cpy.re> | 2021-06-02 16:57:07 +0200 |
commit | 76148b27f7501bac061992136852be4303370c8d (patch) | |
tree | fc0559253e833c9252fa14ebaec5321d88bfb4e8 /package.json | |
parent | 5ed25fb76e920dac364cb9ef46f14ec4bd372949 (diff) | |
download | PeerTube-76148b27f7501bac061992136852be4303370c8d.tar.gz PeerTube-76148b27f7501bac061992136852be4303370c8d.tar.zst PeerTube-76148b27f7501bac061992136852be4303370c8d.zip |
refactor API errors to standard error format
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package.json b/package.json index 73830b605..a5a47b6c9 100644 --- a/package.json +++ b/package.json | |||
@@ -100,6 +100,7 @@ | |||
100 | "fs-extra": "^10.0.0", | 100 | "fs-extra": "^10.0.0", |
101 | "got": "^11.8.2", | 101 | "got": "^11.8.2", |
102 | "helmet": "^4.1.0", | 102 | "helmet": "^4.1.0", |
103 | "http-problem-details": "^0.1.5", | ||
103 | "http-signature": "1.3.5", | 104 | "http-signature": "1.3.5", |
104 | "ip-anonymize": "^0.1.0", | 105 | "ip-anonymize": "^0.1.0", |
105 | "ipaddr.js": "2.0.0", | 106 | "ipaddr.js": "2.0.0", |