aboutsummaryrefslogtreecommitdiffhomepage
path: root/package.json
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2020-06-17 10:55:40 +0200
committerChocobozzz <me@florianbigard.com>2020-06-17 11:42:50 +0200
commitfaa9d434b4d681837ff2a87603337c2623419669 (patch)
tree1f3c798dd6fd5f2dcbb019978f063f448c019974 /package.json
parent982f2fc9b42537ca40ff29bf62c1ca3692d4b587 (diff)
downloadPeerTube-faa9d434b4d681837ff2a87603337c2623419669.tar.gz
PeerTube-faa9d434b4d681837ff2a87603337c2623419669.tar.zst
PeerTube-faa9d434b4d681837ff2a87603337c2623419669.zip
Update server dependencies
Diffstat (limited to 'package.json')
-rw-r--r--package.json48
1 files changed, 23 insertions, 25 deletions
diff --git a/package.json b/package.json
index a7be81f35..b7cd51509 100644
--- a/package.json
+++ b/package.json
@@ -65,7 +65,6 @@
65 "ts-node": "ts-node", 65 "ts-node": "ts-node",
66 "eslint": "eslint", 66 "eslint": "eslint",
67 "concurrently": "concurrently", 67 "concurrently": "concurrently",
68 "mocha-parallel-tests": "mocha-parallel-tests",
69 "sasslint": "sass-lint --verbose --no-exit", 68 "sasslint": "sass-lint --verbose --no-exit",
70 "sasslint:fix": "sass-lint-auto-fix -c .sass-lint.yml --verbose", 69 "sasslint:fix": "sass-lint-auto-fix -c .sass-lint.yml --verbose",
71 "mocha": "mocha", 70 "mocha": "mocha",
@@ -80,13 +79,13 @@
80 }, 79 },
81 "resolutions": { 80 "resolutions": {
82 "oauth2-server": "^3.1.0-beta.1", 81 "oauth2-server": "^3.1.0-beta.1",
83 "http-signature": "1.3.2" 82 "http-signature": "1.3.4"
84 }, 83 },
85 "dependencies": { 84 "dependencies": {
86 "apicache": "^1.4.0", 85 "apicache": "^1.4.0",
87 "async": "^3.0.1", 86 "async": "^3.0.1",
88 "async-lru": "^1.1.1", 87 "async-lru": "^1.1.1",
89 "bcrypt": "4.0.1", 88 "bcrypt": "5.0.0",
90 "bittorrent-tracker": "^9.0.0", 89 "bittorrent-tracker": "^9.0.0",
91 "bluebird": "^3.5.0", 90 "bluebird": "^3.5.0",
92 "body-parser": "^1.12.4", 91 "body-parser": "^1.12.4",
@@ -107,14 +106,14 @@
107 "fluent-ffmpeg": "^2.1.0", 106 "fluent-ffmpeg": "^2.1.0",
108 "fs-extra": "^9.0.0", 107 "fs-extra": "^9.0.0",
109 "helmet": "^3.12.1", 108 "helmet": "^3.12.1",
110 "http-signature": "1.3.2", 109 "http-signature": "1.3.4",
111 "ip-anonymize": "^0.1.0", 110 "ip-anonymize": "^0.1.0",
112 "ipaddr.js": "1.9.1", 111 "ipaddr.js": "1.9.1",
113 "is-cidr": "^3.0.0", 112 "is-cidr": "^4.0.0",
114 "iso-639-3": "^2.0.0", 113 "iso-639-3": "^2.0.0",
115 "jimp": "^0.12.1", 114 "jimp": "^0.13.0",
116 "js-yaml": "^3.5.4", 115 "js-yaml": "^3.5.4",
117 "jsonld": "~3.0.1", 116 "jsonld": "~3.1.1",
118 "lodash": "^4.17.10", 117 "lodash": "^4.17.10",
119 "lru-cache": "^5.1.1", 118 "lru-cache": "^5.1.1",
120 "magnet-uri": "^5.1.4", 119 "magnet-uri": "^5.1.4",
@@ -127,14 +126,14 @@
127 "password-generator": "^2.0.2", 126 "password-generator": "^2.0.2",
128 "pem": "^1.12.3", 127 "pem": "^1.12.3",
129 "pfeed": "1.1.11", 128 "pfeed": "1.1.11",
130 "pg": "^7.4.1", 129 "pg": "^8.2.1",
131 "prompt": "^1.0.0", 130 "prompt": "^1.0.0",
132 "pug": "^2.0.4", 131 "pug": "^3.0.0",
133 "redis": "^3.0.2", 132 "redis": "^3.0.2",
134 "reflect-metadata": "^0.1.12", 133 "reflect-metadata": "^0.1.12",
135 "request": "^2.81.0", 134 "request": "^2.81.0",
136 "scripty": "^2.0.0", 135 "scripty": "^2.0.0",
137 "sequelize": "5.21.5", 136 "sequelize": "5.21.13",
138 "sequelize-typescript": "^1.0.0-beta.4", 137 "sequelize-typescript": "^1.0.0-beta.4",
139 "sitemap": "^6.1.0", 138 "sitemap": "^6.1.0",
140 "socket.io": "^2.2.0", 139 "socket.io": "^2.2.0",
@@ -142,23 +141,23 @@
142 "tsconfig-paths": "^3.9.0", 141 "tsconfig-paths": "^3.9.0",
143 "tslib": "^2.0.0", 142 "tslib": "^2.0.0",
144 "useragent": "^2.3.0", 143 "useragent": "^2.3.0",
145 "uuid": "^7.0.1", 144 "uuid": "^8.1.0",
146 "validator": "^13.0.0", 145 "validator": "^13.0.0",
147 "webfinger.js": "^2.6.6", 146 "webfinger.js": "^2.6.6",
148 "webtorrent": "^0.107.16", 147 "webtorrent": "^0.108.6",
149 "winston": "3.2.1", 148 "winston": "3.2.1",
150 "ws": "^7.0.0", 149 "ws": "^7.0.0",
151 "youtube-dl": "^3.0.2" 150 "youtube-dl": "^3.0.2"
152 }, 151 },
153 "devDependencies": { 152 "devDependencies": {
154 "@openapitools/openapi-generator-cli": "^1.0.12-4.3.0", 153 "@openapitools/openapi-generator-cli": "^1.0.13-4.3.1",
155 "@types/apicache": "^1.2.0", 154 "@types/apicache": "^1.2.0",
156 "@types/async": "^3.0.0", 155 "@types/async": "^3.0.0",
157 "@types/async-lock": "^1.1.0", 156 "@types/async-lock": "^1.1.0",
158 "@types/bcrypt": "^3.0.0", 157 "@types/bcrypt": "^3.0.0",
159 "@types/bluebird": "3.5.30", 158 "@types/bluebird": "3.5.32",
160 "@types/body-parser": "^1.16.3", 159 "@types/body-parser": "^1.16.3",
161 "@types/bull": "3.12.1", 160 "@types/bull": "3.14.0",
162 "@types/bytes": "^3.0.0", 161 "@types/bytes": "^3.0.0",
163 "@types/chai": "^4.0.4", 162 "@types/chai": "^4.0.4",
164 "@types/chai-json-schema": "^1.4.3", 163 "@types/chai-json-schema": "^1.4.3",
@@ -167,7 +166,7 @@
167 "@types/express": "^4.0.35", 166 "@types/express": "^4.0.35",
168 "@types/express-rate-limit": "^5.0.0", 167 "@types/express-rate-limit": "^5.0.0",
169 "@types/fluent-ffmpeg": "^2.1.8", 168 "@types/fluent-ffmpeg": "^2.1.8",
170 "@types/fs-extra": "^8.0.0", 169 "@types/fs-extra": "^9.0.1",
171 "@types/libxmljs": "^0.18.0", 170 "@types/libxmljs": "^0.18.0",
172 "@types/lodash": "^4.14.64", 171 "@types/lodash": "^4.14.64",
173 "@types/lru-cache": "^5.1.0", 172 "@types/lru-cache": "^5.1.0",
@@ -178,7 +177,7 @@
178 "@types/mocha": "^7.0.1", 177 "@types/mocha": "^7.0.1",
179 "@types/morgan": "^1.7.32", 178 "@types/morgan": "^1.7.32",
180 "@types/multer": "^1.3.3", 179 "@types/multer": "^1.3.3",
181 "@types/node": "^10.0.8", 180 "@types/node": "^14.0.13",
182 "@types/nodemailer": "^6.2.0", 181 "@types/nodemailer": "^6.2.0",
183 "@types/oauth2-server": "^3.0.8", 182 "@types/oauth2-server": "^3.0.8",
184 "@types/pem": "^1.9.3", 183 "@types/pem": "^1.9.3",
@@ -186,31 +185,30 @@
186 "@types/request": "^2.0.3", 185 "@types/request": "^2.0.3",
187 "@types/socket.io": "^2.1.2", 186 "@types/socket.io": "^2.1.2",
188 "@types/supertest": "^2.0.3", 187 "@types/supertest": "^2.0.3",
189 "@types/validator": "^12.0.1", 188 "@types/validator": "^13.0.0",
190 "@types/webtorrent": "^0.107.0", 189 "@types/webtorrent": "^0.107.0",
191 "@types/ws": "^7.2.1", 190 "@types/ws": "^7.2.1",
192 "@typescript-eslint/eslint-plugin": "^2.18.0", 191 "@typescript-eslint/eslint-plugin": "^3.3.0",
193 "chai": "^4.1.1", 192 "chai": "^4.1.1",
194 "chai-json-schema": "^1.5.0", 193 "chai-json-schema": "^1.5.0",
195 "chai-xml": "^0.3.2", 194 "chai-xml": "^0.3.2",
196 "concurrently": "^5.0.0", 195 "concurrently": "^5.0.0",
197 "eslint": "^6.8.0", 196 "eslint": "^7.2.0",
198 "eslint-config-standard-with-typescript": "^15.0.1", 197 "eslint-config-standard-with-typescript": "^18.0.2",
199 "eslint-plugin-import": "^2.20.1", 198 "eslint-plugin-import": "^2.20.1",
200 "eslint-plugin-node": "^11.0.0", 199 "eslint-plugin-node": "^11.0.0",
201 "eslint-plugin-promise": "^4.2.1", 200 "eslint-plugin-promise": "^4.2.1",
202 "eslint-plugin-standard": "^4.0.1", 201 "eslint-plugin-standard": "^4.0.1",
203 "libxmljs": "0.19.7", 202 "libxmljs": "0.19.7",
204 "maildev": "^1.0.0-rc3", 203 "maildev": "^1.0.0-rc3",
205 "marked": "^0.8.0", 204 "marked": "^1.1.0",
206 "marked-man": "^0.7.0", 205 "marked-man": "^0.7.0",
207 "mocha": "^7.0.0", 206 "mocha": "^8.0.1",
208 "mocha-parallel-tests": "^2.2.1",
209 "nodemon": "^2.0.1", 207 "nodemon": "^2.0.1",
210 "source-map-support": "^0.5.0", 208 "source-map-support": "^0.5.0",
211 "supertest": "^4.0.2", 209 "supertest": "^4.0.2",
212 "swagger-cli": "^4.0.2", 210 "swagger-cli": "^4.0.2",
213 "ts-node": "8.8.1", 211 "ts-node": "8.10.2",
214 "typescript": "^3.7.2" 212 "typescript": "^3.7.2"
215 }, 213 },
216 "scripty": { 214 "scripty": {