diff options
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/package.json b/package.json index 8a013e2d5..933bd7aa3 100644 --- a/package.json +++ b/package.json | |||
@@ -65,6 +65,7 @@ | |||
65 | "create-torrent": "^3.24.5", | 65 | "create-torrent": "^3.24.5", |
66 | "express": "^4.12.4", | 66 | "express": "^4.12.4", |
67 | "express-oauth-server": "^2.0.0", | 67 | "express-oauth-server": "^2.0.0", |
68 | "express-rate-limit": "^2.11.0", | ||
68 | "express-validator": "^5.0.0", | 69 | "express-validator": "^5.0.0", |
69 | "fluent-ffmpeg": "^2.1.0", | 70 | "fluent-ffmpeg": "^2.1.0", |
70 | "js-yaml": "^3.5.4", | 71 | "js-yaml": "^3.5.4", |
@@ -104,6 +105,7 @@ | |||
104 | "@types/chai": "^4.0.4", | 105 | "@types/chai": "^4.0.4", |
105 | "@types/config": "^0.0.34", | 106 | "@types/config": "^0.0.34", |
106 | "@types/express": "^4.0.35", | 107 | "@types/express": "^4.0.35", |
108 | "@types/express-rate-limit": "^2.9.3", | ||
107 | "@types/kue": "^0.11.8", | 109 | "@types/kue": "^0.11.8", |
108 | "@types/lodash": "^4.14.64", | 110 | "@types/lodash": "^4.14.64", |
109 | "@types/magnet-uri": "^5.1.1", | 111 | "@types/magnet-uri": "^5.1.1", |