aboutsummaryrefslogtreecommitdiffhomepage
path: root/package.json
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2018-08-27 16:34:41 +0200
committerChocobozzz <me@florianbigard.com>2018-08-27 16:35:26 +0200
commit2db85d6b6ed5210e437d716abd4a068b69180165 (patch)
treed1e5881845ffe84c5f69cec5aaf233cc8eb879ef /package.json
parent62689b942b71cd1dd0d050c6ed05f884a0b325c2 (diff)
downloadPeerTube-2db85d6b6ed5210e437d716abd4a068b69180165.tar.gz
PeerTube-2db85d6b6ed5210e437d716abd4a068b69180165.tar.zst
PeerTube-2db85d6b6ed5210e437d716abd4a068b69180165.zip
Upgrade 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 c452a9f52..0455dcb2a 100644
--- a/package.json
+++ b/package.json
@@ -78,7 +78,6 @@
78 "@types/bluebird": "3.5.21" 78 "@types/bluebird": "3.5.21"
79 }, 79 },
80 "dependencies": { 80 "dependencies": {
81 "@types/oauth2-server": "^3.0.8",
82 "async": "^2.0.0", 81 "async": "^2.0.0",
83 "async-lock": "^1.1.2", 82 "async-lock": "^1.1.2",
84 "async-lru": "^1.1.1", 83 "async-lru": "^1.1.1",
@@ -88,22 +87,22 @@
88 "body-parser": "^1.12.4", 87 "body-parser": "^1.12.4",
89 "bull": "^3.4.2", 88 "bull": "^3.4.2",
90 "commander": "^2.13.0", 89 "commander": "^2.13.0",
91 "concurrently": "^3.5.1", 90 "concurrently": "^4.0.1",
92 "config": "^1.14.0", 91 "config": "^2.0.1",
93 "cookie-parser": "^1.4.3", 92 "cookie-parser": "^1.4.3",
94 "cors": "^2.8.1", 93 "cors": "^2.8.1",
95 "create-torrent": "^3.24.5", 94 "create-torrent": "^3.24.5",
96 "deep-object-diff": "^1.1.0", 95 "deep-object-diff": "^1.1.0",
97 "express": "^4.12.4", 96 "express": "^4.12.4",
98 "express-oauth-server": "^2.0.0", 97 "express-oauth-server": "^2.0.0",
99 "express-rate-limit": "^2.11.0", 98 "express-rate-limit": "^3.1.0",
100 "express-validator": "^5.0.0", 99 "express-validator": "^5.0.0",
101 "flat": "^4.1.0", 100 "flat": "^4.1.0",
102 "fluent-ffmpeg": "^2.1.0", 101 "fluent-ffmpeg": "^2.1.0",
103 "fs-extra": "^7.0.0", 102 "fs-extra": "^7.0.0",
104 "helmet": "^3.12.1", 103 "helmet": "^3.12.1",
105 "ip-anonymize": "^0.0.6", 104 "ip-anonymize": "^0.0.6",
106 "ipaddr.js": "https://github.com/whitequark/ipaddr.js.git#8e69afeb4053ee32447a101845f860848280eca5", 105 "ipaddr.js": "1.8.1",
107 "is-cidr": "^2.0.5", 106 "is-cidr": "^2.0.5",
108 "iso-639-3": "^1.0.1", 107 "iso-639-3": "^1.0.1",
109 "js-yaml": "^3.5.4", 108 "js-yaml": "^3.5.4",
@@ -128,16 +127,16 @@
128 "safe-buffer": "^5.0.1", 127 "safe-buffer": "^5.0.1",
129 "scripty": "^1.5.0", 128 "scripty": "^1.5.0",
130 "sequelize": "4.38.0", 129 "sequelize": "4.38.0",
131 "sequelize-typescript": "0.6.6-beta.1", 130 "sequelize-typescript": "0.6.6",
132 "sharp": "^0.20.0", 131 "sharp": "^0.20.0",
133 "srt-to-vtt": "^1.1.2", 132 "srt-to-vtt": "^1.1.2",
134 "useragent": "^2.3.0", 133 "useragent": "^2.3.0",
135 "uuid": "^3.1.0", 134 "uuid": "^3.1.0",
136 "validator": "^10.2.0", 135 "validator": "^10.2.0",
137 "webfinger.js": "^2.6.6", 136 "webfinger.js": "^2.6.6",
138 "webtorrent": "^0.100.0", 137 "webtorrent": "^0.102.1",
139 "winston": "3.0.0", 138 "winston": "3.0.0",
140 "ws": "^5.0.0", 139 "ws": "^6.0.0",
141 "youtube-dl": "^1.12.2" 140 "youtube-dl": "^1.12.2"
142 }, 141 },
143 "devDependencies": { 142 "devDependencies": {
@@ -164,6 +163,7 @@
164 "@types/multer": "^1.3.3", 163 "@types/multer": "^1.3.3",
165 "@types/node": "^10.0.8", 164 "@types/node": "^10.0.8",
166 "@types/nodemailer": "^4.3.1", 165 "@types/nodemailer": "^4.3.1",
166 "@types/oauth2-server": "^3.0.8",
167 "@types/pem": "^1.9.3", 167 "@types/pem": "^1.9.3",
168 "@types/redis": "^2.8.5", 168 "@types/redis": "^2.8.5",
169 "@types/request": "^2.0.3", 169 "@types/request": "^2.0.3",
@@ -171,26 +171,26 @@
171 "@types/supertest": "^2.0.3", 171 "@types/supertest": "^2.0.3",
172 "@types/validator": "^9.4.0", 172 "@types/validator": "^9.4.0",
173 "@types/webtorrent": "^0.98.4", 173 "@types/webtorrent": "^0.98.4",
174 "@types/ws": "^5.1.1", 174 "@types/ws": "^6.0.0",
175 "chai": "^4.1.1", 175 "chai": "^4.1.1",
176 "chai-json-schema": "^1.5.0", 176 "chai-json-schema": "^1.5.0",
177 "chai-xml": "^0.3.2", 177 "chai-xml": "^0.3.2",
178 "husky": "^1.0.0-rc.4", 178 "husky": "^1.0.0-rc.4",
179 "libxmljs": "0.19.0", 179 "libxmljs": "0.19.3",
180 "lint-staged": "^7.1.0", 180 "lint-staged": "^7.1.0",
181 "maildev": "^1.0.0-rc3", 181 "maildev": "^1.0.0-rc3",
182 "mocha": "^5.0.0", 182 "mocha": "^5.0.0",
183 "nodemon": "^1.11.0", 183 "nodemon": "^1.11.0",
184 "prettier": "1.13.7", 184 "prettier": "1.14.2",
185 "sass-lint": "^1.12.1", 185 "sass-lint": "^1.12.1",
186 "source-map-support": "^0.5.0", 186 "source-map-support": "^0.5.0",
187 "spectacle-docs": "^1.0.2", 187 "spectacle-docs": "^1.0.2",
188 "supertest": "^3.0.0", 188 "supertest": "^3.0.0",
189 "ts-node": "7.0.0", 189 "ts-node": "7.0.1",
190 "tslint": "^5.7.0", 190 "tslint": "^5.7.0",
191 "tslint-config-standard": "^7.0.0", 191 "tslint-config-standard": "^7.0.0",
192 "typescript": "^2.5.2", 192 "typescript": "^2.5.2",
193 "xliff": "^3.0.1" 193 "xliff": "^4.0.0"
194 }, 194 },
195 "scripty": { 195 "scripty": {
196 "silent": true 196 "silent": true