diff options
author | Chocobozzz <me@florianbigard.com> | 2019-07-24 15:48:47 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2019-07-25 11:00:41 +0200 |
commit | 523990dbe63b533a598732fc5927e7505458e260 (patch) | |
tree | 90fe188f15f3c378de78345a8811e04f9410d684 /package.json | |
parent | 4511437e19d2ce521e28f8417512d47773207da4 (diff) | |
download | PeerTube-523990dbe63b533a598732fc5927e7505458e260.tar.gz PeerTube-523990dbe63b533a598732fc5927e7505458e260.tar.zst PeerTube-523990dbe63b533a598732fc5927e7505458e260.zip |
Upgrade server dependencies
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/package.json b/package.json index 7811e0f39..300f54d9f 100644 --- a/package.json +++ b/package.json | |||
@@ -109,19 +109,19 @@ | |||
109 | "config": "^3.0.0", | 109 | "config": "^3.0.0", |
110 | "cookie-parser": "^1.4.3", | 110 | "cookie-parser": "^1.4.3", |
111 | "cors": "^2.8.1", | 111 | "cors": "^2.8.1", |
112 | "create-torrent": "^3.24.5", | 112 | "create-torrent": "^4.0.0", |
113 | "deep-object-diff": "^1.1.0", | 113 | "deep-object-diff": "^1.1.0", |
114 | "express": "^4.12.4", | 114 | "express": "^4.12.4", |
115 | "express-oauth-server": "^2.0.0", | 115 | "express-oauth-server": "^2.0.0", |
116 | "express-rate-limit": "^4.0.4", | 116 | "express-rate-limit": "^4.0.4", |
117 | "express-validator": "^5.0.0", | 117 | "express-validator": "^6.1.1", |
118 | "flat": "^4.1.0", | 118 | "flat": "^4.1.0", |
119 | "fluent-ffmpeg": "^2.1.0", | 119 | "fluent-ffmpeg": "^2.1.0", |
120 | "fs-extra": "^8.0.1", | 120 | "fs-extra": "^8.0.1", |
121 | "helmet": "^3.12.1", | 121 | "helmet": "^3.12.1", |
122 | "http-signature": "^1.2.0", | 122 | "http-signature": "^1.2.0", |
123 | "ip-anonymize": "^0.1.0", | 123 | "ip-anonymize": "^0.1.0", |
124 | "ipaddr.js": "1.9.0", | 124 | "ipaddr.js": "1.9.1", |
125 | "is-cidr": "^3.0.0", | 125 | "is-cidr": "^3.0.0", |
126 | "iso-639-3": "^1.0.1", | 126 | "iso-639-3": "^1.0.1", |
127 | "js-yaml": "^3.5.4", | 127 | "js-yaml": "^3.5.4", |
@@ -133,7 +133,7 @@ | |||
133 | "morgan": "^1.5.3", | 133 | "morgan": "^1.5.3", |
134 | "multer": "^1.1.0", | 134 | "multer": "^1.1.0", |
135 | "nodemailer": "^6.0.0", | 135 | "nodemailer": "^6.0.0", |
136 | "parse-torrent": "^6.0.0", | 136 | "parse-torrent": "^7.0.0", |
137 | "password-generator": "^2.0.2", | 137 | "password-generator": "^2.0.2", |
138 | "pem": "^1.12.3", | 138 | "pem": "^1.12.3", |
139 | "pfeed": "^1.1.6", | 139 | "pfeed": "^1.1.6", |
@@ -143,17 +143,17 @@ | |||
143 | "reflect-metadata": "^0.1.12", | 143 | "reflect-metadata": "^0.1.12", |
144 | "request": "^2.81.0", | 144 | "request": "^2.81.0", |
145 | "scripty": "^1.5.0", | 145 | "scripty": "^1.5.0", |
146 | "sequelize": "5.8.7", | 146 | "sequelize": "5.10.2", |
147 | "sequelize-typescript": "1.0.0-beta.2", | 147 | "sequelize-typescript": "1.0.0-beta.2", |
148 | "sharp": "^0.22.0", | 148 | "sharp": "^0.22.0", |
149 | "sitemap": "^2.1.0", | 149 | "sitemap": "^2", |
150 | "socket.io": "^2.2.0", | 150 | "socket.io": "^2.2.0", |
151 | "srt-to-vtt": "^1.1.2", | 151 | "srt-to-vtt": "^1.1.2", |
152 | "useragent": "^2.3.0", | 152 | "useragent": "^2.3.0", |
153 | "uuid": "^3.1.0", | 153 | "uuid": "^3.1.0", |
154 | "validator": "^11.0.0", | 154 | "validator": "^11.0.0", |
155 | "webfinger.js": "^2.6.6", | 155 | "webfinger.js": "^2.6.6", |
156 | "webtorrent": "^0.103.0", | 156 | "webtorrent": "^0.105.1", |
157 | "winston": "3.2.1", | 157 | "winston": "3.2.1", |
158 | "ws": "^7.0.0", | 158 | "ws": "^7.0.0", |
159 | "youtube-dl": "^2.0.0" | 159 | "youtube-dl": "^2.0.0" |
@@ -174,7 +174,7 @@ | |||
174 | "@types/express": "^4.0.35", | 174 | "@types/express": "^4.0.35", |
175 | "@types/express-rate-limit": "^3.3.0", | 175 | "@types/express-rate-limit": "^3.3.0", |
176 | "@types/fluent-ffmpeg": "^2.1.8", | 176 | "@types/fluent-ffmpeg": "^2.1.8", |
177 | "@types/fs-extra": "^7.0.0", | 177 | "@types/fs-extra": "^8.0.0", |
178 | "@types/libxmljs": "^0.18.0", | 178 | "@types/libxmljs": "^0.18.0", |
179 | "@types/lodash": "^4.14.64", | 179 | "@types/lodash": "^4.14.64", |
180 | "@types/magnet-uri": "^5.1.1", | 180 | "@types/magnet-uri": "^5.1.1", |
@@ -200,9 +200,9 @@ | |||
200 | "chai-json-schema": "^1.5.0", | 200 | "chai-json-schema": "^1.5.0", |
201 | "chai-xml": "^0.3.2", | 201 | "chai-xml": "^0.3.2", |
202 | "concurrently": "^4.1.0", | 202 | "concurrently": "^4.1.0", |
203 | "husky": "^2.4.0", | 203 | "husky": "^3.0.1", |
204 | "libxmljs": "0.19.5", | 204 | "libxmljs": "0.19.5", |
205 | "lint-staged": "^8.0.4", | 205 | "lint-staged": "^9.2.0", |
206 | "maildev": "^1.0.0-rc3", | 206 | "maildev": "^1.0.0-rc3", |
207 | "marked-man": "^0.6.0", | 207 | "marked-man": "^0.6.0", |
208 | "mocha": "^6.0.0", | 208 | "mocha": "^6.0.0", |
@@ -212,7 +212,7 @@ | |||
212 | "source-map-support": "^0.5.0", | 212 | "source-map-support": "^0.5.0", |
213 | "supertest": "^4.0.2", | 213 | "supertest": "^4.0.2", |
214 | "swagger-cli": "^2.2.0", | 214 | "swagger-cli": "^2.2.0", |
215 | "ts-node": "8.2.0", | 215 | "ts-node": "8.3.0", |
216 | "tslint": "^5.7.0", | 216 | "tslint": "^5.7.0", |
217 | "tslint-config-standard": "^8.0.1", | 217 | "tslint-config-standard": "^8.0.1", |
218 | "typescript": "^3.4.3", | 218 | "typescript": "^3.4.3", |