diff options
author | Chocobozzz <me@florianbigard.com> | 2021-03-03 15:22:38 +0100 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2021-03-03 16:14:32 +0100 |
commit | fbd51e69f2bb801d1b78e79d17bbf18089144358 (patch) | |
tree | e0784580bdf87aab1b841e8cb9439568ffb48f97 /package.json | |
parent | f55cc0f97ac1689e43415e32e6a01e98366902e7 (diff) | |
download | PeerTube-fbd51e69f2bb801d1b78e79d17bbf18089144358.tar.gz PeerTube-fbd51e69f2bb801d1b78e79d17bbf18089144358.tar.zst PeerTube-fbd51e69f2bb801d1b78e79d17bbf18089144358.zip |
Upgrade server dependencies
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/package.json b/package.json index c37d9169f..dac25d053 100644 --- a/package.json +++ b/package.json | |||
@@ -87,10 +87,10 @@ | |||
87 | "http-signature": "1.3.5" | 87 | "http-signature": "1.3.5" |
88 | }, | 88 | }, |
89 | "dependencies": { | 89 | "dependencies": { |
90 | "apicache": "1.5.2", | 90 | "apicache": "1.6.2", |
91 | "async": "^3.0.1", | 91 | "async": "^3.0.1", |
92 | "async-lru": "^1.1.1", | 92 | "async-lru": "^1.1.1", |
93 | "bcrypt": "5.0.0", | 93 | "bcrypt": "5.0.1", |
94 | "bittorrent-tracker": "^9.0.0", | 94 | "bittorrent-tracker": "^9.0.0", |
95 | "bluebird": "^3.5.0", | 95 | "bluebird": "^3.5.0", |
96 | "body-parser": "^1.12.4", | 96 | "body-parser": "^1.12.4", |
@@ -119,7 +119,7 @@ | |||
119 | "iso-639-3": "^2.0.0", | 119 | "iso-639-3": "^2.0.0", |
120 | "jimp": "^0.16.0", | 120 | "jimp": "^0.16.0", |
121 | "js-yaml": "^4.0.0", | 121 | "js-yaml": "^4.0.0", |
122 | "jsonld": "~3.3.0", | 122 | "jsonld": "~4.0.1", |
123 | "lodash": "^4.17.10", | 123 | "lodash": "^4.17.10", |
124 | "lru-cache": "^6.0.0", | 124 | "lru-cache": "^6.0.0", |
125 | "magnet-uri": "^6.1.0", | 125 | "magnet-uri": "^6.1.0", |
@@ -155,7 +155,7 @@ | |||
155 | "uuid": "^8.1.0", | 155 | "uuid": "^8.1.0", |
156 | "validator": "^13.0.0", | 156 | "validator": "^13.0.0", |
157 | "webfinger.js": "^2.6.6", | 157 | "webfinger.js": "^2.6.6", |
158 | "webtorrent": "^0.112.3", | 158 | "webtorrent": "^0.115.1", |
159 | "winston": "3.3.3", | 159 | "winston": "3.3.3", |
160 | "ws": "^7.0.0", | 160 | "ws": "^7.0.0", |
161 | "youtube-dl": "^3.0.2" | 161 | "youtube-dl": "^3.0.2" |
@@ -188,7 +188,7 @@ | |||
188 | "@types/mocha": "^8.0.3", | 188 | "@types/mocha": "^8.0.3", |
189 | "@types/morgan": "^1.7.32", | 189 | "@types/morgan": "^1.7.32", |
190 | "@types/multer": "^1.3.3", | 190 | "@types/multer": "^1.3.3", |
191 | "@types/node": "^12", | 191 | "@types/node": "^14.14.31", |
192 | "@types/nodemailer": "^6.2.0", | 192 | "@types/nodemailer": "^6.2.0", |
193 | "@types/oauth2-server": "^3.0.8", | 193 | "@types/oauth2-server": "^3.0.8", |
194 | "@types/pem": "^1.9.3", | 194 | "@types/pem": "^1.9.3", |
@@ -203,7 +203,7 @@ | |||
203 | "chai": "^4.1.1", | 203 | "chai": "^4.1.1", |
204 | "chai-json-schema": "^1.5.0", | 204 | "chai-json-schema": "^1.5.0", |
205 | "chai-xml": "^0.4.0", | 205 | "chai-xml": "^0.4.0", |
206 | "concurrently": "^5.0.0", | 206 | "concurrently": "^6.0.0", |
207 | "eslint": "^7.2.0", | 207 | "eslint": "^7.2.0", |
208 | "eslint-config-standard-with-typescript": "^20.0.0", | 208 | "eslint-config-standard-with-typescript": "^20.0.0", |
209 | "eslint-plugin-import": "^2.20.1", | 209 | "eslint-plugin-import": "^2.20.1", |
@@ -212,7 +212,7 @@ | |||
212 | "eslint-plugin-standard": "^5.0.0", | 212 | "eslint-plugin-standard": "^5.0.0", |
213 | "libxmljs": "0.19.7", | 213 | "libxmljs": "0.19.7", |
214 | "maildev": "^1.0.0-rc3", | 214 | "maildev": "^1.0.0-rc3", |
215 | "marked": "^1.1.0", | 215 | "marked": "^2.0.1", |
216 | "marked-man": "^0.7.0", | 216 | "marked-man": "^0.7.0", |
217 | "mocha": "^8.0.1", | 217 | "mocha": "^8.0.1", |
218 | "nodemon": "^2.0.1", | 218 | "nodemon": "^2.0.1", |