diff options
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/package.json b/package.json index 91b2be0da..e1ddf1168 100644 --- a/package.json +++ b/package.json | |||
@@ -130,7 +130,7 @@ | |||
130 | "redis": "^3.0.2", | 130 | "redis": "^3.0.2", |
131 | "reflect-metadata": "^0.1.12", | 131 | "reflect-metadata": "^0.1.12", |
132 | "sanitize-html": "2.x", | 132 | "sanitize-html": "2.x", |
133 | "sequelize": "6.6.2", | 133 | "sequelize": "6.7.0", |
134 | "sequelize-typescript": "^2.0.0-beta.1", | 134 | "sequelize-typescript": "^2.0.0-beta.1", |
135 | "short-uuid": "^4.2.0", | 135 | "short-uuid": "^4.2.0", |
136 | "sitemap": "^7.0.0", | 136 | "sitemap": "^7.0.0", |
@@ -183,15 +183,15 @@ | |||
183 | "@types/supertest": "^2.0.3", | 183 | "@types/supertest": "^2.0.3", |
184 | "@types/validator": "^13.0.0", | 184 | "@types/validator": "^13.0.0", |
185 | "@types/webtorrent": "^0.109.0", | 185 | "@types/webtorrent": "^0.109.0", |
186 | "@types/ws": "^7.2.1", | 186 | "@types/ws": "^8.2.0", |
187 | "@typescript-eslint/eslint-plugin": "^4.8.1", | 187 | "@typescript-eslint/eslint-plugin": "^5.0.0", |
188 | "autocannon": "^7.0.4", | 188 | "autocannon": "^7.0.4", |
189 | "chai": "^4.1.1", | 189 | "chai": "^4.1.1", |
190 | "chai-json-schema": "^1.5.0", | 190 | "chai-json-schema": "^1.5.0", |
191 | "chai-xml": "^0.4.0", | 191 | "chai-xml": "^0.4.0", |
192 | "concurrently": "^6.0.0", | 192 | "concurrently": "^6.0.0", |
193 | "eslint": "^7.2.0", | 193 | "eslint": "^8.0.0", |
194 | "eslint-config-standard-with-typescript": "^20.0.0", | 194 | "eslint-config-standard-with-typescript": "^21.0.1", |
195 | "eslint-plugin-import": "^2.20.1", | 195 | "eslint-plugin-import": "^2.20.1", |
196 | "eslint-plugin-node": "^11.0.0", | 196 | "eslint-plugin-node": "^11.0.0", |
197 | "eslint-plugin-promise": "^5.1.0", | 197 | "eslint-plugin-promise": "^5.1.0", |
@@ -205,7 +205,7 @@ | |||
205 | "source-map-support": "^0.5.0", | 205 | "source-map-support": "^0.5.0", |
206 | "supertest": "^6.0.1", | 206 | "supertest": "^6.0.1", |
207 | "swagger-cli": "^4.0.2", | 207 | "swagger-cli": "^4.0.2", |
208 | "ts-node": "10.2.1", | 208 | "ts-node": "10.3.0", |
209 | "typescript": "^4.0.5" | 209 | "typescript": "^4.0.5" |
210 | }, | 210 | }, |
211 | "bundlewatch": { | 211 | "bundlewatch": { |