diff options
author | Chocobozzz <me@florianbigard.com> | 2021-11-10 15:30:44 +0100 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2021-11-10 15:30:44 +0100 |
commit | 7fc1012ffdd1fc06504c8842d4a24826e69a419a (patch) | |
tree | 4db6a5b63abaab55345ded12129d393859c72c36 /package.json | |
parent | 17ddba4950d72e07968a3e87e9ea68b7c61f5b97 (diff) | |
download | PeerTube-7fc1012ffdd1fc06504c8842d4a24826e69a419a.tar.gz PeerTube-7fc1012ffdd1fc06504c8842d4a24826e69a419a.tar.zst PeerTube-7fc1012ffdd1fc06504c8842d4a24826e69a419a.zip |
Update server depencencies
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/package.json b/package.json index 0d139044f..a461c6ea1 100644 --- a/package.json +++ b/package.json | |||
@@ -82,7 +82,7 @@ | |||
82 | "bencode": "^2.0.2", | 82 | "bencode": "^2.0.2", |
83 | "bittorrent-tracker": "^9.0.0", | 83 | "bittorrent-tracker": "^9.0.0", |
84 | "bluebird": "^3.5.0", | 84 | "bluebird": "^3.5.0", |
85 | "bull": "^3.4.2", | 85 | "bull": "^4.1.0", |
86 | "bytes": "^3.0.0", | 86 | "bytes": "^3.0.0", |
87 | "chokidar": "^3.4.2", | 87 | "chokidar": "^3.4.2", |
88 | "commander": "^8.0.0", | 88 | "commander": "^8.0.0", |
@@ -133,7 +133,7 @@ | |||
133 | "redis": "^3.0.2", | 133 | "redis": "^3.0.2", |
134 | "reflect-metadata": "^0.1.12", | 134 | "reflect-metadata": "^0.1.12", |
135 | "sanitize-html": "2.x", | 135 | "sanitize-html": "2.x", |
136 | "sequelize": "6.7.0", | 136 | "sequelize": "6.9.0", |
137 | "sequelize-typescript": "^2.0.0-beta.1", | 137 | "sequelize-typescript": "^2.0.0-beta.1", |
138 | "short-uuid": "^4.2.0", | 138 | "short-uuid": "^4.2.0", |
139 | "sitemap": "^7.0.0", | 139 | "sitemap": "^7.0.0", |
@@ -162,7 +162,7 @@ | |||
162 | "@types/chai": "^4.0.4", | 162 | "@types/chai": "^4.0.4", |
163 | "@types/chai-json-schema": "^1.4.3", | 163 | "@types/chai-json-schema": "^1.4.3", |
164 | "@types/chai-xml": "^0.3.1", | 164 | "@types/chai-xml": "^0.3.1", |
165 | "@types/config": "^0.0.39", | 165 | "@types/config": "^0.0.40", |
166 | "@types/create-torrent": "^5.0.0", | 166 | "@types/create-torrent": "^5.0.0", |
167 | "@types/express": "4.17.9", | 167 | "@types/express": "4.17.9", |
168 | "@types/express-rate-limit": "^5.0.0", | 168 | "@types/express-rate-limit": "^5.0.0", |
@@ -206,7 +206,7 @@ | |||
206 | "source-map-support": "^0.5.0", | 206 | "source-map-support": "^0.5.0", |
207 | "supertest": "^6.0.1", | 207 | "supertest": "^6.0.1", |
208 | "swagger-cli": "^4.0.2", | 208 | "swagger-cli": "^4.0.2", |
209 | "ts-node": "10.3.0", | 209 | "ts-node": "10.4.0", |
210 | "typescript": "^4.0.5" | 210 | "typescript": "^4.0.5" |
211 | }, | 211 | }, |
212 | "bundlewatch": { | 212 | "bundlewatch": { |