aboutsummaryrefslogtreecommitdiffhomepage
path: root/package.json
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2018-09-20 16:53:31 +0200
committerChocobozzz <me@florianbigard.com>2018-09-21 09:26:52 +0200
commit74921541dbbb0dfce65fc11c7d74deed488ef9bc (patch)
treea9090047d019854ba6d6106d92d3e23e96534a15 /package.json
parent1fd3ef3fb49cf5482f2ab6f827a2b059a44f409c (diff)
downloadPeerTube-74921541dbbb0dfce65fc11c7d74deed488ef9bc.tar.gz
PeerTube-74921541dbbb0dfce65fc11c7d74deed488ef9bc.tar.zst
PeerTube-74921541dbbb0dfce65fc11c7d74deed488ef9bc.zip
Upgrade server dependencies
Diffstat (limited to 'package.json')
-rw-r--r--package.json5
1 files changed, 2 insertions, 3 deletions
diff --git a/package.json b/package.json
index d5cf95b83..2d5258fa0 100644
--- a/package.json
+++ b/package.json
@@ -90,8 +90,8 @@
90 "bluebird": "^3.5.0", 90 "bluebird": "^3.5.0",
91 "body-parser": "^1.12.4", 91 "body-parser": "^1.12.4",
92 "bull": "^3.4.2", 92 "bull": "^3.4.2",
93 "cli-table": "^0.3.1",
94 "bytes": "^3.0.0", 93 "bytes": "^3.0.0",
94 "cli-table": "^0.3.1",
95 "commander": "^2.13.0", 95 "commander": "^2.13.0",
96 "concurrently": "^4.0.1", 96 "concurrently": "^4.0.1",
97 "config": "^2.0.1", 97 "config": "^2.0.1",
@@ -143,7 +143,7 @@
143 "validator": "^10.2.0", 143 "validator": "^10.2.0",
144 "webfinger.js": "^2.6.6", 144 "webfinger.js": "^2.6.6",
145 "webtorrent": "^0.102.1", 145 "webtorrent": "^0.102.1",
146 "winston": "3.0.0", 146 "winston": "3.1.0",
147 "ws": "^6.0.0", 147 "ws": "^6.0.0",
148 "youtube-dl": "^1.12.2" 148 "youtube-dl": "^1.12.2"
149 }, 149 },
@@ -191,7 +191,6 @@
191 "maildev": "^1.0.0-rc3", 191 "maildev": "^1.0.0-rc3",
192 "mocha": "^5.0.0", 192 "mocha": "^5.0.0",
193 "nodemon": "^1.11.0", 193 "nodemon": "^1.11.0",
194 "prettier": "1.14.2",
195 "sass-lint": "^1.12.1", 194 "sass-lint": "^1.12.1",
196 "source-map-support": "^0.5.0", 195 "source-map-support": "^0.5.0",
197 "spectacle-docs": "^1.0.2", 196 "spectacle-docs": "^1.0.2",