diff options
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 15 |
1 files changed, 7 insertions, 8 deletions
diff --git a/package.json b/package.json index a820c6dac..82bf57095 100644 --- a/package.json +++ b/package.json | |||
@@ -83,23 +83,22 @@ | |||
83 | "rimraf": "^2.5.4", | 83 | "rimraf": "^2.5.4", |
84 | "safe-buffer": "^5.0.1", | 84 | "safe-buffer": "^5.0.1", |
85 | "scripty": "^1.5.0", | 85 | "scripty": "^1.5.0", |
86 | "sequelize": "4.31.2", | 86 | "sequelize": "4.32.1", |
87 | "sequelize-typescript": "^0.6.1", | 87 | "sequelize-typescript": "^0.6.1", |
88 | "sharp": "^0.18.4", | 88 | "sharp": "^0.19.0", |
89 | "ts-node": "^3.3.0", | 89 | "ts-node": "3.3.0", |
90 | "typescript": "^2.5.2", | 90 | "typescript": "^2.5.2", |
91 | "uuid": "^3.1.0", | 91 | "uuid": "^3.1.0", |
92 | "validator": "^9.0.0", | 92 | "validator": "^9.0.0", |
93 | "webfinger.js": "^2.6.6", | 93 | "webfinger.js": "^2.6.6", |
94 | "winston": "3.0.0-rc1", | 94 | "winston": "3.0.0-rc1", |
95 | "ws": "^3.3.2" | 95 | "ws": "^4.0.0" |
96 | }, | 96 | }, |
97 | "devDependencies": { | 97 | "devDependencies": { |
98 | "@types/async": "^2.0.40", | 98 | "@types/async": "^2.0.40", |
99 | "@types/bcrypt": "^1.0.0", | 99 | "@types/bcrypt": "^1.0.0", |
100 | "@types/body-parser": "^1.16.3", | 100 | "@types/body-parser": "^1.16.3", |
101 | "@types/chai": "^4.0.4", | 101 | "@types/chai": "^4.0.4", |
102 | "@types/commander": "^2.9.1", | ||
103 | "@types/config": "^0.0.33", | 102 | "@types/config": "^0.0.33", |
104 | "@types/express": "^4.0.35", | 103 | "@types/express": "^4.0.35", |
105 | "@types/lodash": "^4.14.64", | 104 | "@types/lodash": "^4.14.64", |
@@ -108,7 +107,7 @@ | |||
108 | "@types/mocha": "^2.2.42", | 107 | "@types/mocha": "^2.2.42", |
109 | "@types/morgan": "^1.7.32", | 108 | "@types/morgan": "^1.7.32", |
110 | "@types/multer": "^1.3.3", | 109 | "@types/multer": "^1.3.3", |
111 | "@types/node": "^8.0.3", | 110 | "@types/node": "^9.3.0", |
112 | "@types/pem": "^1.9.3", | 111 | "@types/pem": "^1.9.3", |
113 | "@types/request": "^2.0.3", | 112 | "@types/request": "^2.0.3", |
114 | "@types/sequelize": "^4.0.55", | 113 | "@types/sequelize": "^4.0.55", |
@@ -116,9 +115,9 @@ | |||
116 | "@types/supertest": "^2.0.3", | 115 | "@types/supertest": "^2.0.3", |
117 | "@types/validator": "^6.2.0", | 116 | "@types/validator": "^6.2.0", |
118 | "@types/webtorrent": "^0.98.4", | 117 | "@types/webtorrent": "^0.98.4", |
119 | "@types/ws": "^3.0.2", | 118 | "@types/ws": "^4.0.0", |
120 | "chai": "^4.1.1", | 119 | "chai": "^4.1.1", |
121 | "mocha": "^4.0.1", | 120 | "mocha": "^5.0.0", |
122 | "nodemon": "^1.11.0", | 121 | "nodemon": "^1.11.0", |
123 | "source-map-support": "^0.5.0", | 122 | "source-map-support": "^0.5.0", |
124 | "standard": "^10.0.0", | 123 | "standard": "^10.0.0", |