aboutsummaryrefslogtreecommitdiffhomepage
path: root/package.json
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2018-11-15 10:54:37 +0100
committerChocobozzz <me@florianbigard.com>2018-11-15 10:54:37 +0100
commitf7454ca60a72fb199edbf58ba334801bd1e6417b (patch)
tree5cdccf8ab98d6a984ac041178ea642e9984aac79 /package.json
parent79f068dfd54b0131ecf499ec1e458fedbf858229 (diff)
downloadPeerTube-f7454ca60a72fb199edbf58ba334801bd1e6417b.tar.gz
PeerTube-f7454ca60a72fb199edbf58ba334801bd1e6417b.tar.zst
PeerTube-f7454ca60a72fb199edbf58ba334801bd1e6417b.zip
Upgrade server dep
Diffstat (limited to 'package.json')
-rw-r--r--package.json18
1 files changed, 9 insertions, 9 deletions
diff --git a/package.json b/package.json
index 3d25a9ab8..40d0214c9 100644
--- a/package.json
+++ b/package.json
@@ -89,7 +89,7 @@
89 "async": "^2.0.0", 89 "async": "^2.0.0",
90 "async-lock": "^1.1.2", 90 "async-lock": "^1.1.2",
91 "async-lru": "^1.1.1", 91 "async-lru": "^1.1.1",
92 "bcrypt": "2", 92 "bcrypt": "3.0.2",
93 "bittorrent-tracker": "^9.0.0", 93 "bittorrent-tracker": "^9.0.0",
94 "bluebird": "^3.5.0", 94 "bluebird": "^3.5.0",
95 "body-parser": "^1.12.4", 95 "body-parser": "^1.12.4",
@@ -114,7 +114,7 @@
114 "http-signature": "^1.2.0", 114 "http-signature": "^1.2.0",
115 "ip-anonymize": "^0.0.6", 115 "ip-anonymize": "^0.0.6",
116 "ipaddr.js": "1.8.1", 116 "ipaddr.js": "1.8.1",
117 "is-cidr": "^2.0.5", 117 "is-cidr": "^3.0.0",
118 "iso-639-3": "^1.0.1", 118 "iso-639-3": "^1.0.1",
119 "js-yaml": "^3.5.4", 119 "js-yaml": "^3.5.4",
120 "jsonld": "^1.0.1", 120 "jsonld": "^1.0.1",
@@ -139,9 +139,9 @@
139 "request": "^2.81.0", 139 "request": "^2.81.0",
140 "safe-buffer": "^5.0.1", 140 "safe-buffer": "^5.0.1",
141 "scripty": "^1.5.0", 141 "scripty": "^1.5.0",
142 "sequelize": "4.38.0", 142 "sequelize": "4.41.2",
143 "sequelize-typescript": "0.6.6", 143 "sequelize-typescript": "0.6.6",
144 "sharp": "^0.20.0", 144 "sharp": "^0.21.0",
145 "srt-to-vtt": "^1.1.2", 145 "srt-to-vtt": "^1.1.2",
146 "summon-install": "^0.4.3", 146 "summon-install": "^0.4.3",
147 "useragent": "^2.3.0", 147 "useragent": "^2.3.0",
@@ -156,7 +156,7 @@
156 "devDependencies": { 156 "devDependencies": {
157 "@types/async": "^2.0.40", 157 "@types/async": "^2.0.40",
158 "@types/async-lock": "^1.1.0", 158 "@types/async-lock": "^1.1.0",
159 "@types/bcrypt": "^2.0.0", 159 "@types/bcrypt": "^3.0.0",
160 "@types/bluebird": "3.5.21", 160 "@types/bluebird": "3.5.21",
161 "@types/body-parser": "^1.16.3", 161 "@types/body-parser": "^1.16.3",
162 "@types/bull": "^3.3.12", 162 "@types/bull": "^3.3.12",
@@ -184,7 +184,7 @@
184 "@types/pem": "^1.9.3", 184 "@types/pem": "^1.9.3",
185 "@types/redis": "^2.8.5", 185 "@types/redis": "^2.8.5",
186 "@types/request": "^2.0.3", 186 "@types/request": "^2.0.3",
187 "@types/sharp": "^0.17.6", 187 "@types/sharp": "^0.21.0",
188 "@types/supertest": "^2.0.3", 188 "@types/supertest": "^2.0.3",
189 "@types/validator": "^9.4.0", 189 "@types/validator": "^9.4.0",
190 "@types/webtorrent": "^0.98.4", 190 "@types/webtorrent": "^0.98.4",
@@ -193,8 +193,8 @@
193 "chai-json-schema": "^1.5.0", 193 "chai-json-schema": "^1.5.0",
194 "chai-xml": "^0.3.2", 194 "chai-xml": "^0.3.2",
195 "husky": "^1.0.0-rc.4", 195 "husky": "^1.0.0-rc.4",
196 "libxmljs": "0.19.3", 196 "libxmljs": "0.19.5",
197 "lint-staged": "^7.1.0", 197 "lint-staged": "^8.0.4",
198 "maildev": "^1.0.0-rc3", 198 "maildev": "^1.0.0-rc3",
199 "mocha": "^5.0.0", 199 "mocha": "^5.0.0",
200 "nodemon": "^1.11.0", 200 "nodemon": "^1.11.0",
@@ -205,7 +205,7 @@
205 "ts-node": "7.0.1", 205 "ts-node": "7.0.1",
206 "tslint": "^5.7.0", 206 "tslint": "^5.7.0",
207 "tslint-config-standard": "^8.0.1", 207 "tslint-config-standard": "^8.0.1",
208 "typescript": "^2.5.2", 208 "typescript": "^3.1.6",
209 "xliff": "^4.0.0" 209 "xliff": "^4.0.0"
210 }, 210 },
211 "scripty": { 211 "scripty": {