aboutsummaryrefslogtreecommitdiffhomepage
path: root/package.json
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2020-11-19 08:58:34 +0100
committerChocobozzz <me@florianbigard.com>2020-11-19 09:07:20 +0100
commitfce7fe04eed39e23e76717085e92118e963def81 (patch)
tree767e5c92cbed548d2b5fb27ce1e6236da4ebdbcf /package.json
parent4ddcb7c3bad4e98d05d25298f7f11353a639b360 (diff)
downloadPeerTube-fce7fe04eed39e23e76717085e92118e963def81.tar.gz
PeerTube-fce7fe04eed39e23e76717085e92118e963def81.tar.zst
PeerTube-fce7fe04eed39e23e76717085e92118e963def81.zip
Update server dependencies
Diffstat (limited to 'package.json')
-rw-r--r--package.json38
1 files changed, 18 insertions, 20 deletions
diff --git a/package.json b/package.json
index fd0d050d0..09493539b 100644
--- a/package.json
+++ b/package.json
@@ -83,7 +83,7 @@
83 }, 83 },
84 "resolutions": { 84 "resolutions": {
85 "oauth2-server": "3.1.0-beta.1", 85 "oauth2-server": "3.1.0-beta.1",
86 "http-signature": "1.3.4" 86 "http-signature": "1.3.5"
87 }, 87 },
88 "dependencies": { 88 "dependencies": {
89 "apicache": "^1.4.0", 89 "apicache": "^1.4.0",
@@ -111,18 +111,18 @@
111 "fluent-ffmpeg": "^2.1.0", 111 "fluent-ffmpeg": "^2.1.0",
112 "fs-extra": "^9.0.0", 112 "fs-extra": "^9.0.0",
113 "helmet": "^4.1.0", 113 "helmet": "^4.1.0",
114 "http-signature": "1.3.4", 114 "http-signature": "1.3.5",
115 "ip-anonymize": "^0.1.0", 115 "ip-anonymize": "^0.1.0",
116 "ipaddr.js": "2.0.0", 116 "ipaddr.js": "2.0.0",
117 "is-cidr": "^4.0.0", 117 "is-cidr": "^4.0.0",
118 "iso-639-3": "^2.0.0", 118 "iso-639-3": "^2.0.0",
119 "jimp": "^0.16.0", 119 "jimp": "^0.16.0",
120 "js-yaml": "^3.5.4", 120 "js-yaml": "^3.5.4",
121 "jsonld": "~3.1.1", 121 "jsonld": "~3.2.0",
122 "lodash": "^4.17.10", 122 "lodash": "^4.17.10",
123 "lru-cache": "^6.0.0", 123 "lru-cache": "^6.0.0",
124 "magnet-uri": "^5.1.4", 124 "magnet-uri": "^6.1.0",
125 "markdown-it": "11.x", 125 "markdown-it": "12.0.2",
126 "markdown-it-emoji": "^2.0.0", 126 "markdown-it-emoji": "^2.0.0",
127 "memoizee": "^0.4.14", 127 "memoizee": "^0.4.14",
128 "morgan": "^1.5.3", 128 "morgan": "^1.5.3",
@@ -130,7 +130,7 @@
130 "node-media-server": "^2.1.4", 130 "node-media-server": "^2.1.4",
131 "nodemailer": "^6.0.0", 131 "nodemailer": "^6.0.0",
132 "oauth2-server": "3.1.0-beta.1", 132 "oauth2-server": "3.1.0-beta.1",
133 "parse-torrent": "^7.0.0", 133 "parse-torrent": "^9.1.0",
134 "password-generator": "^2.0.2", 134 "password-generator": "^2.0.2",
135 "pem": "^1.12.3", 135 "pem": "^1.12.3",
136 "pfeed": "1.1.11", 136 "pfeed": "1.1.11",
@@ -145,7 +145,7 @@
145 "sequelize": "5.21.13", 145 "sequelize": "5.21.13",
146 "sequelize-typescript": "^1.0.0-beta.4", 146 "sequelize-typescript": "^1.0.0-beta.4",
147 "sitemap": "^6.1.0", 147 "sitemap": "^6.1.0",
148 "socket.io": "^2.2.0", 148 "socket.io": "^3.0.2",
149 "srt-to-vtt": "^1.1.2", 149 "srt-to-vtt": "^1.1.2",
150 "tsconfig-paths": "^3.9.0", 150 "tsconfig-paths": "^3.9.0",
151 "tslib": "^2.0.0", 151 "tslib": "^2.0.0",
@@ -153,20 +153,20 @@
153 "uuid": "^8.1.0", 153 "uuid": "^8.1.0",
154 "validator": "^13.0.0", 154 "validator": "^13.0.0",
155 "webfinger.js": "^2.6.6", 155 "webfinger.js": "^2.6.6",
156 "webtorrent": "^0.108.6", 156 "webtorrent": "^0.111.0",
157 "winston": "3.3.3", 157 "winston": "3.3.3",
158 "ws": "^7.0.0", 158 "ws": "^7.0.0",
159 "youtube-dl": "^3.0.2" 159 "youtube-dl": "^3.0.2"
160 }, 160 },
161 "devDependencies": { 161 "devDependencies": {
162 "@openapitools/openapi-generator-cli": "^1.0.15-4.3.1", 162 "@openapitools/openapi-generator-cli": "^2.1.4",
163 "@types/apicache": "^1.2.0", 163 "@types/apicache": "^1.2.0",
164 "@types/async": "^3.0.0", 164 "@types/async": "^3.0.0",
165 "@types/async-lock": "^1.1.0", 165 "@types/async-lock": "^1.1.0",
166 "@types/bcrypt": "^3.0.0", 166 "@types/bcrypt": "^3.0.0",
167 "@types/bluebird": "3.5.32", 167 "@types/bluebird": "3.5.33",
168 "@types/body-parser": "^1.16.3", 168 "@types/body-parser": "^1.16.3",
169 "@types/bull": "3.14.2", 169 "@types/bull": "3.14.4",
170 "@types/bytes": "^3.0.0", 170 "@types/bytes": "^3.0.0",
171 "@types/chai": "^4.0.4", 171 "@types/chai": "^4.0.4",
172 "@types/chai-json-schema": "^1.4.3", 172 "@types/chai-json-schema": "^1.4.3",
@@ -192,19 +192,17 @@
192 "@types/pem": "^1.9.3", 192 "@types/pem": "^1.9.3",
193 "@types/redis": "^2.8.5", 193 "@types/redis": "^2.8.5",
194 "@types/request": "^2.0.3", 194 "@types/request": "^2.0.3",
195 "@types/socket.io": "^2.1.2",
196 "@types/socket.io-client": "^1.4.34",
197 "@types/supertest": "^2.0.3", 195 "@types/supertest": "^2.0.3",
198 "@types/validator": "^13.0.0", 196 "@types/validator": "^13.0.0",
199 "@types/webtorrent": "^0.107.0", 197 "@types/webtorrent": "^0.109.0",
200 "@types/ws": "^7.2.1", 198 "@types/ws": "^7.2.1",
201 "@typescript-eslint/eslint-plugin": "^3.3.0", 199 "@typescript-eslint/eslint-plugin": "^4.8.1",
202 "chai": "^4.1.1", 200 "chai": "^4.1.1",
203 "chai-json-schema": "^1.5.0", 201 "chai-json-schema": "^1.5.0",
204 "chai-xml": "^0.3.2", 202 "chai-xml": "^0.4.0",
205 "concurrently": "^5.0.0", 203 "concurrently": "^5.0.0",
206 "eslint": "^7.2.0", 204 "eslint": "^7.2.0",
207 "eslint-config-standard-with-typescript": "^18.0.2", 205 "eslint-config-standard-with-typescript": "^19.0.1",
208 "eslint-plugin-import": "^2.20.1", 206 "eslint-plugin-import": "^2.20.1",
209 "eslint-plugin-node": "^11.0.0", 207 "eslint-plugin-node": "^11.0.0",
210 "eslint-plugin-promise": "^4.2.1", 208 "eslint-plugin-promise": "^4.2.1",
@@ -215,12 +213,12 @@
215 "marked-man": "^0.7.0", 213 "marked-man": "^0.7.0",
216 "mocha": "^8.0.1", 214 "mocha": "^8.0.1",
217 "nodemon": "^2.0.1", 215 "nodemon": "^2.0.1",
218 "socket.io-client": "^2.3.1", 216 "socket.io-client": "^3.0.2",
219 "source-map-support": "^0.5.0", 217 "source-map-support": "^0.5.0",
220 "supertest": "^4.0.2", 218 "supertest": "^6.0.1",
221 "swagger-cli": "^4.0.2", 219 "swagger-cli": "^4.0.2",
222 "ts-node": "9.0.0", 220 "ts-node": "9.0.0",
223 "typescript": "^3.7.2" 221 "typescript": "^4.0.5"
224 }, 222 },
225 "scripty": { 223 "scripty": {
226 "silent": true 224 "silent": true