aboutsummaryrefslogtreecommitdiffhomepage
path: root/package.json
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2018-07-17 10:16:45 +0200
committerChocobozzz <me@florianbigard.com>2018-07-17 10:16:45 +0200
commit3fd5104142c7c13d1a790e8327bdf21745568bc0 (patch)
tree9855e24411128c18142cf16d14dea8c8ff59474c /package.json
parent6d88de725321e77486788f64a2e2537f5e6ef0cd (diff)
downloadPeerTube-3fd5104142c7c13d1a790e8327bdf21745568bc0.tar.gz
PeerTube-3fd5104142c7c13d1a790e8327bdf21745568bc0.tar.zst
PeerTube-3fd5104142c7c13d1a790e8327bdf21745568bc0.zip
Painfull server dep upgrade
Diffstat (limited to 'package.json')
-rw-r--r--package.json11
1 files changed, 7 insertions, 4 deletions
diff --git a/package.json b/package.json
index 586db76f4..283cd22d7 100644
--- a/package.json
+++ b/package.json
@@ -73,11 +73,14 @@
73 "git add" 73 "git add"
74 ] 74 ]
75 }, 75 },
76 "resolutions": {
77 "@types/bluebird": "3.5.21"
78 },
76 "dependencies": { 79 "dependencies": {
77 "async": "^2.0.0", 80 "async": "^2.0.0",
78 "async-lock": "^1.1.2", 81 "async-lock": "^1.1.2",
79 "async-lru": "^1.1.1", 82 "async-lru": "^1.1.1",
80 "bcrypt": "^2.0.1", 83 "bcrypt": "^3.0.0",
81 "bittorrent-tracker": "^9.0.0", 84 "bittorrent-tracker": "^9.0.0",
82 "bluebird": "^3.5.0", 85 "bluebird": "^3.5.0",
83 "body-parser": "^1.12.4", 86 "body-parser": "^1.12.4",
@@ -132,6 +135,7 @@
132 "@types/async": "^2.0.40", 135 "@types/async": "^2.0.40",
133 "@types/async-lock": "^1.1.0", 136 "@types/async-lock": "^1.1.0",
134 "@types/bcrypt": "^2.0.0", 137 "@types/bcrypt": "^2.0.0",
138 "@types/bluebird": "3.5.21",
135 "@types/body-parser": "^1.16.3", 139 "@types/body-parser": "^1.16.3",
136 "@types/bull": "^3.3.12", 140 "@types/bull": "^3.3.12",
137 "@types/chai": "^4.0.4", 141 "@types/chai": "^4.0.4",
@@ -153,7 +157,6 @@
153 "@types/pem": "^1.9.3", 157 "@types/pem": "^1.9.3",
154 "@types/redis": "^2.8.5", 158 "@types/redis": "^2.8.5",
155 "@types/request": "^2.0.3", 159 "@types/request": "^2.0.3",
156 "@types/sequelize": "^4.0.55",
157 "@types/sharp": "^0.17.6", 160 "@types/sharp": "^0.17.6",
158 "@types/supertest": "^2.0.3", 161 "@types/supertest": "^2.0.3",
159 "@types/validator": "^9.4.0", 162 "@types/validator": "^9.4.0",
@@ -163,12 +166,12 @@
163 "chai-json-schema": "^1.5.0", 166 "chai-json-schema": "^1.5.0",
164 "chai-xml": "^0.3.2", 167 "chai-xml": "^0.3.2",
165 "husky": "^1.0.0-rc.4", 168 "husky": "^1.0.0-rc.4",
166 "libxmljs": "0.18.8", 169 "libxmljs": "0.19.1",
167 "lint-staged": "^7.1.0", 170 "lint-staged": "^7.1.0",
168 "maildev": "^1.0.0-rc3", 171 "maildev": "^1.0.0-rc3",
169 "mocha": "^5.0.0", 172 "mocha": "^5.0.0",
170 "nodemon": "^1.11.0", 173 "nodemon": "^1.11.0",
171 "prettier": "1.13.6", 174 "prettier": "1.13.7",
172 "sass-lint": "^1.12.1", 175 "sass-lint": "^1.12.1",
173 "source-map-support": "^0.5.0", 176 "source-map-support": "^0.5.0",
174 "spectacle-docs": "^1.0.2", 177 "spectacle-docs": "^1.0.2",