aboutsummaryrefslogtreecommitdiffhomepage
path: root/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'package.json')
-rw-r--r--package.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/package.json b/package.json
index 41a040c59..1630706eb 100644
--- a/package.json
+++ b/package.json
@@ -91,9 +91,9 @@
91 "@types/bluebird": "3.5.21" 91 "@types/bluebird": "3.5.21"
92 }, 92 },
93 "dependencies": { 93 "dependencies": {
94 "apicache": "^1.4.0",
94 "application-config": "^1.0.1", 95 "application-config": "^1.0.1",
95 "async": "^2.0.0", 96 "async": "^2.0.0",
96 "async-lock": "^1.1.2",
97 "async-lru": "^1.1.1", 97 "async-lru": "^1.1.1",
98 "bcrypt": "3.0.5", 98 "bcrypt": "3.0.5",
99 "bittorrent-tracker": "^9.0.0", 99 "bittorrent-tracker": "^9.0.0",
@@ -159,6 +159,7 @@
159 "youtube-dl": "^1.12.2" 159 "youtube-dl": "^1.12.2"
160 }, 160 },
161 "devDependencies": { 161 "devDependencies": {
162 "@types/apicache": "^1.2.0",
162 "@types/async": "^2.0.40", 163 "@types/async": "^2.0.40",
163 "@types/async-lock": "^1.1.0", 164 "@types/async-lock": "^1.1.0",
164 "@types/bcrypt": "^3.0.0", 165 "@types/bcrypt": "^3.0.0",