aboutsummaryrefslogtreecommitdiffhomepage
path: root/package.json
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2019-02-21 14:22:39 +0100
committerChocobozzz <me@florianbigard.com>2019-02-21 14:22:39 +0100
commit374c1db98cf22527f5b362c70d3c50e3be4c8885 (patch)
treea107347f66366128762669d88ba25b09e000ec14 /package.json
parenta975517c6858df07c179253a4c41701fd2199225 (diff)
downloadPeerTube-374c1db98cf22527f5b362c70d3c50e3be4c8885.tar.gz
PeerTube-374c1db98cf22527f5b362c70d3c50e3be4c8885.tar.zst
PeerTube-374c1db98cf22527f5b362c70d3c50e3be4c8885.zip
Upgrade server dependencies
Diffstat (limited to 'package.json')
-rw-r--r--package.json22
1 files changed, 11 insertions, 11 deletions
diff --git a/package.json b/package.json
index ed99157c4..a4a545b54 100644
--- a/package.json
+++ b/package.json
@@ -95,7 +95,7 @@
95 "async": "^2.0.0", 95 "async": "^2.0.0",
96 "async-lock": "^1.1.2", 96 "async-lock": "^1.1.2",
97 "async-lru": "^1.1.1", 97 "async-lru": "^1.1.1",
98 "bcrypt": "3.0.2", 98 "bcrypt": "3.0.4",
99 "bittorrent-tracker": "^9.0.0", 99 "bittorrent-tracker": "^9.0.0",
100 "bluebird": "^3.5.0", 100 "bluebird": "^3.5.0",
101 "body-parser": "^1.12.4", 101 "body-parser": "^1.12.4",
@@ -119,11 +119,11 @@
119 "helmet": "^3.12.1", 119 "helmet": "^3.12.1",
120 "http-signature": "^1.2.0", 120 "http-signature": "^1.2.0",
121 "ip-anonymize": "^0.0.6", 121 "ip-anonymize": "^0.0.6",
122 "ipaddr.js": "1.8.1", 122 "ipaddr.js": "1.9.0",
123 "is-cidr": "^3.0.0", 123 "is-cidr": "^3.0.0",
124 "iso-639-3": "^1.0.1", 124 "iso-639-3": "^1.0.1",
125 "js-yaml": "^3.5.4", 125 "js-yaml": "^3.5.4",
126 "jsonld": "^1.0.1", 126 "jsonld": "~1.1.0",
127 "jsonld-signatures": "https://github.com/Chocobozzz/jsonld-signatures#rsa2017", 127 "jsonld-signatures": "https://github.com/Chocobozzz/jsonld-signatures#rsa2017",
128 "lodash": "^4.17.10", 128 "lodash": "^4.17.10",
129 "magnet-uri": "^5.1.4", 129 "magnet-uri": "^5.1.4",
@@ -131,7 +131,7 @@
131 "morgan": "^1.5.3", 131 "morgan": "^1.5.3",
132 "multer": "^1.1.0", 132 "multer": "^1.1.0",
133 "netrc-parser": "^3.1.6", 133 "netrc-parser": "^3.1.6",
134 "nodemailer": "^4.4.2", 134 "nodemailer": "^5.1.1",
135 "parse-torrent": "^6.0.0", 135 "parse-torrent": "^6.0.0",
136 "password-generator": "^2.0.2", 136 "password-generator": "^2.0.2",
137 "pem": "^1.12.3", 137 "pem": "^1.12.3",
@@ -153,8 +153,8 @@
153 "uuid": "^3.1.0", 153 "uuid": "^3.1.0",
154 "validator": "^10.2.0", 154 "validator": "^10.2.0",
155 "webfinger.js": "^2.6.6", 155 "webfinger.js": "^2.6.6",
156 "webtorrent": "^0.102.1", 156 "webtorrent": "^0.103.0",
157 "winston": "3.1.0", 157 "winston": "3.2.1",
158 "ws": "^6.0.0", 158 "ws": "^6.0.0",
159 "youtube-dl": "^1.12.2" 159 "youtube-dl": "^1.12.2"
160 }, 160 },
@@ -171,7 +171,7 @@
171 "@types/chai-xml": "^0.3.1", 171 "@types/chai-xml": "^0.3.1",
172 "@types/config": "^0.0.34", 172 "@types/config": "^0.0.34",
173 "@types/express": "^4.0.35", 173 "@types/express": "^4.0.35",
174 "@types/express-rate-limit": "^2.9.3", 174 "@types/express-rate-limit": "^3.3.0",
175 "@types/fluent-ffmpeg": "^2.1.8", 175 "@types/fluent-ffmpeg": "^2.1.8",
176 "@types/fs-extra": "^5.0.4", 176 "@types/fs-extra": "^5.0.4",
177 "@types/libxmljs": "^0.18.0", 177 "@types/libxmljs": "^0.18.0",
@@ -192,7 +192,7 @@
192 "@types/sharp": "^0.21.0", 192 "@types/sharp": "^0.21.0",
193 "@types/socket.io": "^2.1.2", 193 "@types/socket.io": "^2.1.2",
194 "@types/supertest": "^2.0.3", 194 "@types/supertest": "^2.0.3",
195 "@types/validator": "^9.4.0", 195 "@types/validator": "^10.9.0",
196 "@types/webtorrent": "^0.98.4", 196 "@types/webtorrent": "^0.98.4",
197 "@types/ws": "^6.0.0", 197 "@types/ws": "^6.0.0",
198 "chai": "^4.1.1", 198 "chai": "^4.1.1",
@@ -202,14 +202,14 @@
202 "libxmljs": "0.19.5", 202 "libxmljs": "0.19.5",
203 "lint-staged": "^8.0.4", 203 "lint-staged": "^8.0.4",
204 "maildev": "^1.0.0-rc3", 204 "maildev": "^1.0.0-rc3",
205 "marked-man": "^0.2.1", 205 "marked-man": "^0.4.2",
206 "mocha": "^5.0.0", 206 "mocha": "^6.0.0",
207 "nodemon": "^1.18.6", 207 "nodemon": "^1.18.6",
208 "sass-lint": "^1.12.1", 208 "sass-lint": "^1.12.1",
209 "source-map-support": "^0.5.0", 209 "source-map-support": "^0.5.0",
210 "supertest": "^3.0.0", 210 "supertest": "^3.0.0",
211 "swagger-cli": "^2.2.0", 211 "swagger-cli": "^2.2.0",
212 "ts-node": "7.0.1", 212 "ts-node": "8.0.2",
213 "tslint": "^5.7.0", 213 "tslint": "^5.7.0",
214 "tslint-config-standard": "^8.0.1", 214 "tslint-config-standard": "^8.0.1",
215 "typescript": "^3.1.6", 215 "typescript": "^3.1.6",