diff options
author | Chocobozzz <me@florianbigard.com> | 2020-08-25 13:54:59 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2020-08-25 13:54:59 +0200 |
commit | 50fcdebdb18ce7581f338d473680fb08046f4d08 (patch) | |
tree | 47ab757fb1927b614b68f7892af406510b6227b8 /package.json | |
parent | f27624e8bf7c8c1e4c8ebecf83d780ac199e41e7 (diff) | |
download | PeerTube-50fcdebdb18ce7581f338d473680fb08046f4d08.tar.gz PeerTube-50fcdebdb18ce7581f338d473680fb08046f4d08.tar.zst PeerTube-50fcdebdb18ce7581f338d473680fb08046f4d08.zip |
Update 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 946b53018..a39e25a57 100644 --- a/package.json +++ b/package.json | |||
@@ -79,7 +79,7 @@ | |||
79 | "sass-lint": "sass-lint" | 79 | "sass-lint": "sass-lint" |
80 | }, | 80 | }, |
81 | "resolutions": { | 81 | "resolutions": { |
82 | "oauth2-server": "^3.1.0-beta.1", | 82 | "oauth2-server": "3.1.0-beta.1", |
83 | "http-signature": "1.3.4" | 83 | "http-signature": "1.3.4" |
84 | }, | 84 | }, |
85 | "dependencies": { | 85 | "dependencies": { |
@@ -92,7 +92,7 @@ | |||
92 | "body-parser": "^1.12.4", | 92 | "body-parser": "^1.12.4", |
93 | "bull": "^3.4.2", | 93 | "bull": "^3.4.2", |
94 | "bytes": "^3.0.0", | 94 | "bytes": "^3.0.0", |
95 | "commander": "^5.0.0", | 95 | "commander": "^6.0.0", |
96 | "config": "^3.0.0", | 96 | "config": "^3.0.0", |
97 | "cookie-parser": "^1.4.3", | 97 | "cookie-parser": "^1.4.3", |
98 | "cors": "^2.8.1", | 98 | "cors": "^2.8.1", |
@@ -106,17 +106,17 @@ | |||
106 | "flat": "^5.0.0", | 106 | "flat": "^5.0.0", |
107 | "fluent-ffmpeg": "^2.1.0", | 107 | "fluent-ffmpeg": "^2.1.0", |
108 | "fs-extra": "^9.0.0", | 108 | "fs-extra": "^9.0.0", |
109 | "helmet": "^3.12.1", | 109 | "helmet": "^4.1.0", |
110 | "http-signature": "1.3.4", | 110 | "http-signature": "1.3.4", |
111 | "ip-anonymize": "^0.1.0", | 111 | "ip-anonymize": "^0.1.0", |
112 | "ipaddr.js": "1.9.1", | 112 | "ipaddr.js": "2.0.0", |
113 | "is-cidr": "^4.0.0", | 113 | "is-cidr": "^4.0.0", |
114 | "iso-639-3": "^2.0.0", | 114 | "iso-639-3": "^2.0.0", |
115 | "jimp": "^0.13.0", | 115 | "jimp": "^0.16.0", |
116 | "js-yaml": "^3.5.4", | 116 | "js-yaml": "^3.5.4", |
117 | "jsonld": "~3.1.1", | 117 | "jsonld": "~3.1.1", |
118 | "lodash": "^4.17.10", | 118 | "lodash": "^4.17.10", |
119 | "lru-cache": "^5.1.1", | 119 | "lru-cache": "^6.0.0", |
120 | "magnet-uri": "^5.1.4", | 120 | "magnet-uri": "^5.1.4", |
121 | "memoizee": "^0.4.14", | 121 | "memoizee": "^0.4.14", |
122 | "morgan": "^1.5.3", | 122 | "morgan": "^1.5.3", |
@@ -146,19 +146,19 @@ | |||
146 | "validator": "^13.0.0", | 146 | "validator": "^13.0.0", |
147 | "webfinger.js": "^2.6.6", | 147 | "webfinger.js": "^2.6.6", |
148 | "webtorrent": "^0.108.6", | 148 | "webtorrent": "^0.108.6", |
149 | "winston": "3.2.1", | 149 | "winston": "3.3.3", |
150 | "ws": "^7.0.0", | 150 | "ws": "^7.0.0", |
151 | "youtube-dl": "^3.0.2" | 151 | "youtube-dl": "^3.0.2" |
152 | }, | 152 | }, |
153 | "devDependencies": { | 153 | "devDependencies": { |
154 | "@openapitools/openapi-generator-cli": "^1.0.13-4.3.1", | 154 | "@openapitools/openapi-generator-cli": "^1.0.15-4.3.1", |
155 | "@types/apicache": "^1.2.0", | 155 | "@types/apicache": "^1.2.0", |
156 | "@types/async": "^3.0.0", | 156 | "@types/async": "^3.0.0", |
157 | "@types/async-lock": "^1.1.0", | 157 | "@types/async-lock": "^1.1.0", |
158 | "@types/bcrypt": "^3.0.0", | 158 | "@types/bcrypt": "^3.0.0", |
159 | "@types/bluebird": "3.5.32", | 159 | "@types/bluebird": "3.5.32", |
160 | "@types/body-parser": "^1.16.3", | 160 | "@types/body-parser": "^1.16.3", |
161 | "@types/bull": "3.14.0", | 161 | "@types/bull": "3.14.2", |
162 | "@types/bytes": "^3.0.0", | 162 | "@types/bytes": "^3.0.0", |
163 | "@types/chai": "^4.0.4", | 163 | "@types/chai": "^4.0.4", |
164 | "@types/chai-json-schema": "^1.4.3", | 164 | "@types/chai-json-schema": "^1.4.3", |
@@ -175,7 +175,7 @@ | |||
175 | "@types/maildev": "^0.0.1", | 175 | "@types/maildev": "^0.0.1", |
176 | "@types/memoizee": "^0.4.2", | 176 | "@types/memoizee": "^0.4.2", |
177 | "@types/mkdirp": "^1.0.0", | 177 | "@types/mkdirp": "^1.0.0", |
178 | "@types/mocha": "^7.0.1", | 178 | "@types/mocha": "^8.0.3", |
179 | "@types/morgan": "^1.7.32", | 179 | "@types/morgan": "^1.7.32", |
180 | "@types/multer": "^1.3.3", | 180 | "@types/multer": "^1.3.3", |
181 | "@types/node": "^14.0.13", | 181 | "@types/node": "^14.0.13", |
@@ -210,7 +210,7 @@ | |||
210 | "source-map-support": "^0.5.0", | 210 | "source-map-support": "^0.5.0", |
211 | "supertest": "^4.0.2", | 211 | "supertest": "^4.0.2", |
212 | "swagger-cli": "^4.0.2", | 212 | "swagger-cli": "^4.0.2", |
213 | "ts-node": "8.10.2", | 213 | "ts-node": "9.0.0", |
214 | "typescript": "^3.7.2" | 214 | "typescript": "^3.7.2" |
215 | }, | 215 | }, |
216 | "scripty": { | 216 | "scripty": { |