diff options
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 16 |
1 files changed, 7 insertions, 9 deletions
diff --git a/package.json b/package.json index 9478af8fa..571d3e076 100644 --- a/package.json +++ b/package.json | |||
@@ -57,8 +57,6 @@ | |||
57 | "config": "^1.14.0", | 57 | "config": "^1.14.0", |
58 | "cors": "^2.8.1", | 58 | "cors": "^2.8.1", |
59 | "create-torrent": "^3.24.5", | 59 | "create-torrent": "^3.24.5", |
60 | "debug": "^2.2.0", | ||
61 | "dezalgo": "^1.0.3", | ||
62 | "express": "^4.12.4", | 60 | "express": "^4.12.4", |
63 | "express-oauth-server": "2.0.0-b1", | 61 | "express-oauth-server": "2.0.0-b1", |
64 | "express-validator": "^3.1.0", | 62 | "express-validator": "^3.1.0", |
@@ -82,9 +80,9 @@ | |||
82 | "sequelize": "4.0.0-2", | 80 | "sequelize": "4.0.0-2", |
83 | "ts-node": "^3.0.6", | 81 | "ts-node": "^3.0.6", |
84 | "typescript": "^2.4.1", | 82 | "typescript": "^2.4.1", |
85 | "validator": "^7.0.0", | 83 | "validator": "^8.1.0", |
86 | "winston": "^2.1.1", | 84 | "winston": "^2.1.1", |
87 | "ws": "^2.0.0" | 85 | "ws": "^3.1.0" |
88 | }, | 86 | }, |
89 | "devDependencies": { | 87 | "devDependencies": { |
90 | "@types/async": "^2.0.40", | 88 | "@types/async": "^2.0.40", |
@@ -95,16 +93,16 @@ | |||
95 | "@types/express": "^4.0.35", | 93 | "@types/express": "^4.0.35", |
96 | "@types/lodash": "^4.14.64", | 94 | "@types/lodash": "^4.14.64", |
97 | "@types/magnet-uri": "^5.1.1", | 95 | "@types/magnet-uri": "^5.1.1", |
98 | "@types/mkdirp": "^0.3.29", | 96 | "@types/mkdirp": "^0.5.1", |
99 | "@types/morgan": "^1.7.32", | 97 | "@types/morgan": "^1.7.32", |
100 | "@types/multer": "^0.0.34", | 98 | "@types/multer": "^1.3.3", |
101 | "@types/node": "^8.0.3", | 99 | "@types/node": "^8.0.3", |
102 | "@types/request": "^0.0.44", | 100 | "@types/request": "^2.0.3", |
103 | "@types/sequelize": "^4.0.55", | 101 | "@types/sequelize": "^4.0.55", |
104 | "@types/validator": "^6.2.0", | 102 | "@types/validator": "^6.2.0", |
105 | "@types/winston": "^2.3.2", | 103 | "@types/winston": "^2.3.2", |
106 | "@types/ws": "^0.0.41", | 104 | "@types/ws": "^3.0.2", |
107 | "chai": "^3.3.0", | 105 | "chai": "^4.1.1", |
108 | "commander": "^2.9.0", | 106 | "commander": "^2.9.0", |
109 | "mocha": "^3.0.1", | 107 | "mocha": "^3.0.1", |
110 | "nodemon": "^1.11.0", | 108 | "nodemon": "^1.11.0", |