diff options
author | Chocobozzz <me@florianbigard.com> | 2020-02-04 10:52:05 +0100 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2020-02-04 10:52:05 +0100 |
commit | 9a11f73392928c81d4a478191e126d3ec754f781 (patch) | |
tree | eea4d172970fc25d1d22ebe56e00c852466e484c /package.json | |
parent | 7cd1b12c19d0589d1d692ed0571ca0800f028aea (diff) | |
download | PeerTube-9a11f73392928c81d4a478191e126d3ec754f781.tar.gz PeerTube-9a11f73392928c81d4a478191e126d3ec754f781.tar.zst PeerTube-9a11f73392928c81d4a478191e126d3ec754f781.zip |
Upgrade express-rate-limit
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 0a5484d2a..cec311a18 100644 --- a/package.json +++ b/package.json | |||
@@ -95,7 +95,7 @@ | |||
95 | "deep-object-diff": "^1.1.0", | 95 | "deep-object-diff": "^1.1.0", |
96 | "express": "^4.12.4", | 96 | "express": "^4.12.4", |
97 | "express-oauth-server": "^2.0.0", | 97 | "express-oauth-server": "^2.0.0", |
98 | "express-rate-limit": "^4.0.4", | 98 | "express-rate-limit": "^5.0.0", |
99 | "express-validator": "^6.4.0", | 99 | "express-validator": "^6.4.0", |
100 | "flat": "^5.0.0", | 100 | "flat": "^5.0.0", |
101 | "fluent-ffmpeg": "^2.1.0", | 101 | "fluent-ffmpeg": "^2.1.0", |