aboutsummaryrefslogtreecommitdiffhomepage
path: root/package.json
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2021-02-03 09:33:05 +0100
committerChocobozzz <me@florianbigard.com>2021-02-03 09:45:08 +0100
commitba5a8d89bbf049e4afc41543bcc072cccdb02669 (patch)
tree6cc6b2dca17745cc0824c7ad4515f3bc4883fa4a /package.json
parent29f148a61381727a432c22a71c7a2b7cc23d9c9e (diff)
downloadPeerTube-ba5a8d89bbf049e4afc41543bcc072cccdb02669.tar.gz
PeerTube-ba5a8d89bbf049e4afc41543bcc072cccdb02669.tar.zst
PeerTube-ba5a8d89bbf049e4afc41543bcc072cccdb02669.zip
Update server dependencies
Diffstat (limited to 'package.json')
-rw-r--r--package.json28
1 files changed, 14 insertions, 14 deletions
diff --git a/package.json b/package.json
index ff03e2be9..44f8be4b8 100644
--- a/package.json
+++ b/package.json
@@ -97,13 +97,13 @@
97 "bull": "^3.4.2", 97 "bull": "^3.4.2",
98 "bytes": "^3.0.0", 98 "bytes": "^3.0.0",
99 "chokidar": "^3.4.2", 99 "chokidar": "^3.4.2",
100 "commander": "^6.0.0", 100 "commander": "^7.0.0",
101 "config": "^3.0.0", 101 "config": "^3.0.0",
102 "cookie-parser": "^1.4.3", 102 "cookie-parser": "^1.4.3",
103 "cors": "^2.8.1", 103 "cors": "^2.8.1",
104 "create-torrent": "^4.0.0", 104 "create-torrent": "^4.0.0",
105 "deep-object-diff": "^1.1.0", 105 "deep-object-diff": "^1.1.0",
106 "email-templates": "^7.0.4", 106 "email-templates": "^8.0.3",
107 "express": "^4.12.4", 107 "express": "^4.12.4",
108 "express-oauth-server": "^2.0.0", 108 "express-oauth-server": "^2.0.0",
109 "express-rate-limit": "^5.0.0", 109 "express-rate-limit": "^5.0.0",
@@ -118,12 +118,12 @@
118 "is-cidr": "^4.0.0", 118 "is-cidr": "^4.0.0",
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": "^3.5.4", 121 "js-yaml": "^4.0.0",
122 "jsonld": "~3.2.0", 122 "jsonld": "~3.3.0",
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",
126 "markdown-it": "12.0.2", 126 "markdown-it": "12.0.4",
127 "markdown-it-emoji": "^2.0.0", 127 "markdown-it-emoji": "^2.0.0",
128 "memoizee": "^0.4.14", 128 "memoizee": "^0.4.14",
129 "morgan": "^1.5.3", 129 "morgan": "^1.5.3",
@@ -143,7 +143,7 @@
143 "request": "^2.81.0", 143 "request": "^2.81.0",
144 "sanitize-html": "2.x", 144 "sanitize-html": "2.x",
145 "scripty": "^2.0.0", 145 "scripty": "^2.0.0",
146 "sequelize": "6.3.5", 146 "sequelize": "6.5.0",
147 "sequelize-typescript": "^2.0.0-beta.1", 147 "sequelize-typescript": "^2.0.0-beta.1",
148 "sitemap": "^6.1.0", 148 "sitemap": "^6.1.0",
149 "socket.io": "^3.0.2", 149 "socket.io": "^3.0.2",
@@ -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.111.0", 158 "webtorrent": "^0.112.3",
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"
@@ -168,13 +168,13 @@
168 "@types/bcrypt": "^3.0.0", 168 "@types/bcrypt": "^3.0.0",
169 "@types/bluebird": "3.5.33", 169 "@types/bluebird": "3.5.33",
170 "@types/body-parser": "^1.16.3", 170 "@types/body-parser": "^1.16.3",
171 "@types/bull": "3.14.4", 171 "@types/bull": "3.15.0",
172 "@types/bytes": "^3.0.0", 172 "@types/bytes": "^3.0.0",
173 "@types/chai": "^4.0.4", 173 "@types/chai": "^4.0.4",
174 "@types/chai-json-schema": "^1.4.3", 174 "@types/chai-json-schema": "^1.4.3",
175 "@types/chai-xml": "^0.3.1", 175 "@types/chai-xml": "^0.3.1",
176 "@types/config": "^0.0.36", 176 "@types/config": "^0.0.38",
177 "@types/express": "^4.0.35", 177 "@types/express": "4.17.9",
178 "@types/express-rate-limit": "^5.0.0", 178 "@types/express-rate-limit": "^5.0.0",
179 "@types/fluent-ffmpeg": "^2.1.16", 179 "@types/fluent-ffmpeg": "^2.1.16",
180 "@types/fs-extra": "^9.0.1", 180 "@types/fs-extra": "^9.0.1",
@@ -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": "^14.0.13", 191 "@types/node": "^12",
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",
@@ -204,11 +204,11 @@
204 "chai-xml": "^0.4.0", 204 "chai-xml": "^0.4.0",
205 "concurrently": "^5.0.0", 205 "concurrently": "^5.0.0",
206 "eslint": "^7.2.0", 206 "eslint": "^7.2.0",
207 "eslint-config-standard-with-typescript": "^19.0.1", 207 "eslint-config-standard-with-typescript": "^20.0.0",
208 "eslint-plugin-import": "^2.20.1", 208 "eslint-plugin-import": "^2.20.1",
209 "eslint-plugin-node": "^11.0.0", 209 "eslint-plugin-node": "^11.0.0",
210 "eslint-plugin-promise": "^4.2.1", 210 "eslint-plugin-promise": "^4.2.1",
211 "eslint-plugin-standard": "^4.0.1", 211 "eslint-plugin-standard": "^5.0.0",
212 "libxmljs": "0.19.7", 212 "libxmljs": "0.19.7",
213 "maildev": "^1.0.0-rc3", 213 "maildev": "^1.0.0-rc3",
214 "marked": "^1.1.0", 214 "marked": "^1.1.0",
@@ -219,7 +219,7 @@
219 "source-map-support": "^0.5.0", 219 "source-map-support": "^0.5.0",
220 "supertest": "^6.0.1", 220 "supertest": "^6.0.1",
221 "swagger-cli": "^4.0.2", 221 "swagger-cli": "^4.0.2",
222 "ts-node": "9.0.0", 222 "ts-node": "9.1.1",
223 "typescript": "^4.0.5" 223 "typescript": "^4.0.5"
224 }, 224 },
225 "scripty": { 225 "scripty": {