aboutsummaryrefslogtreecommitdiffhomepage
path: root/package.json
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2020-04-01 14:16:19 +0200
committerChocobozzz <me@florianbigard.com>2020-04-01 14:46:53 +0200
commitd96994289b24c4bbd056660c5fe11fff0f77635e (patch)
treef3c21a32735b665184ee8e62e79a869f99c01a09 /package.json
parent4adebd513ec207d54e76a09cd4a8554d1900d34a (diff)
downloadPeerTube-d96994289b24c4bbd056660c5fe11fff0f77635e.tar.gz
PeerTube-d96994289b24c4bbd056660c5fe11fff0f77635e.tar.zst
PeerTube-d96994289b24c4bbd056660c5fe11fff0f77635e.zip
Update server dependencies
Diffstat (limited to 'package.json')
-rw-r--r--package.json26
1 files changed, 13 insertions, 13 deletions
diff --git a/package.json b/package.json
index 4325d5597..e0dafd24a 100644
--- a/package.json
+++ b/package.json
@@ -86,13 +86,13 @@
86 "apicache": "^1.4.0", 86 "apicache": "^1.4.0",
87 "async": "^3.0.1", 87 "async": "^3.0.1",
88 "async-lru": "^1.1.1", 88 "async-lru": "^1.1.1",
89 "bcrypt": "4.0.0", 89 "bcrypt": "4.0.1",
90 "bittorrent-tracker": "^9.0.0", 90 "bittorrent-tracker": "^9.0.0",
91 "bluebird": "^3.5.0", 91 "bluebird": "^3.5.0",
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": "^4.0.1", 95 "commander": "^5.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",
@@ -104,7 +104,7 @@
104 "express-validator": "^6.4.0", 104 "express-validator": "^6.4.0",
105 "flat": "^5.0.0", 105 "flat": "^5.0.0",
106 "fluent-ffmpeg": "^2.1.0", 106 "fluent-ffmpeg": "^2.1.0",
107 "fs-extra": "^8.0.1", 107 "fs-extra": "^9.0.0",
108 "helmet": "^3.12.1", 108 "helmet": "^3.12.1",
109 "http-signature": "1.3.2", 109 "http-signature": "1.3.2",
110 "ip-anonymize": "^0.1.0", 110 "ip-anonymize": "^0.1.0",
@@ -112,7 +112,7 @@
112 "is-cidr": "^3.0.0", 112 "is-cidr": "^3.0.0",
113 "iso-639-3": "^2.0.0", 113 "iso-639-3": "^2.0.0",
114 "js-yaml": "^3.5.4", 114 "js-yaml": "^3.5.4",
115 "jsonld": "~2.0.1", 115 "jsonld": "~3.0.1",
116 "lodash": "^4.17.10", 116 "lodash": "^4.17.10",
117 "lru-cache": "^5.1.1", 117 "lru-cache": "^5.1.1",
118 "magnet-uri": "^5.1.4", 118 "magnet-uri": "^5.1.4",
@@ -130,17 +130,17 @@
130 "redis": "^3.0.2", 130 "redis": "^3.0.2",
131 "reflect-metadata": "^0.1.12", 131 "reflect-metadata": "^0.1.12",
132 "request": "^2.81.0", 132 "request": "^2.81.0",
133 "scripty": "^1.5.0", 133 "scripty": "^2.0.0",
134 "sequelize": "5.21.5", 134 "sequelize": "5.21.5",
135 "sequelize-typescript": "^1.0.0-beta.4", 135 "sequelize-typescript": "^1.0.0-beta.4",
136 "sharp": "^0.24.0", 136 "sharp": "^0.25.2",
137 "sitemap": "^5.0.0", 137 "sitemap": "^6.1.0",
138 "socket.io": "^2.2.0", 138 "socket.io": "^2.2.0",
139 "srt-to-vtt": "^1.1.2", 139 "srt-to-vtt": "^1.1.2",
140 "tsconfig-paths": "^3.9.0", 140 "tsconfig-paths": "^3.9.0",
141 "useragent": "^2.3.0", 141 "useragent": "^2.3.0",
142 "uuid": "^7.0.1", 142 "uuid": "^7.0.1",
143 "validator": "^12.1.0", 143 "validator": "^13.0.0",
144 "webfinger.js": "^2.6.6", 144 "webfinger.js": "^2.6.6",
145 "webtorrent": "^0.107.16", 145 "webtorrent": "^0.107.16",
146 "winston": "3.2.1", 146 "winston": "3.2.1",
@@ -148,12 +148,12 @@
148 "youtube-dl": "^3.0.2" 148 "youtube-dl": "^3.0.2"
149 }, 149 },
150 "devDependencies": { 150 "devDependencies": {
151 "@openapitools/openapi-generator-cli": "^1.0.10-4.2.3", 151 "@openapitools/openapi-generator-cli": "^1.0.12-4.3.0",
152 "@types/apicache": "^1.2.0", 152 "@types/apicache": "^1.2.0",
153 "@types/async": "^3.0.0", 153 "@types/async": "^3.0.0",
154 "@types/async-lock": "^1.1.0", 154 "@types/async-lock": "^1.1.0",
155 "@types/bcrypt": "^3.0.0", 155 "@types/bcrypt": "^3.0.0",
156 "@types/bluebird": "3.5.29", 156 "@types/bluebird": "3.5.30",
157 "@types/body-parser": "^1.16.3", 157 "@types/body-parser": "^1.16.3",
158 "@types/bull": "3.12.1", 158 "@types/bull": "3.12.1",
159 "@types/bytes": "^3.0.0", 159 "@types/bytes": "^3.0.0",
@@ -193,7 +193,7 @@
193 "chai-xml": "^0.3.2", 193 "chai-xml": "^0.3.2",
194 "concurrently": "^5.0.0", 194 "concurrently": "^5.0.0",
195 "eslint": "^6.8.0", 195 "eslint": "^6.8.0",
196 "eslint-config-standard-with-typescript": "^14.0.0", 196 "eslint-config-standard-with-typescript": "^15.0.1",
197 "eslint-plugin-import": "^2.20.1", 197 "eslint-plugin-import": "^2.20.1",
198 "eslint-plugin-node": "^11.0.0", 198 "eslint-plugin-node": "^11.0.0",
199 "eslint-plugin-promise": "^4.2.1", 199 "eslint-plugin-promise": "^4.2.1",
@@ -207,8 +207,8 @@
207 "nodemon": "^2.0.1", 207 "nodemon": "^2.0.1",
208 "source-map-support": "^0.5.0", 208 "source-map-support": "^0.5.0",
209 "supertest": "^4.0.2", 209 "supertest": "^4.0.2",
210 "swagger-cli": "^3.0.1", 210 "swagger-cli": "^4.0.2",
211 "ts-node": "8.6.2", 211 "ts-node": "8.8.1",
212 "typescript": "^3.7.2" 212 "typescript": "^3.7.2"
213 }, 213 },
214 "scripty": { 214 "scripty": {