aboutsummaryrefslogtreecommitdiffhomepage
path: root/package.json
diff options
context:
space:
mode:
authorChocobozzz <florian.bigard@gmail.com>2015-11-11 14:17:36 +0100
committerChocobozzz <florian.bigard@gmail.com>2015-11-11 14:17:56 +0100
commitd74c85c4b87e952fec87963cd421efa8c3f2cde9 (patch)
tree6f148357aeb47d3afc7cbdaf54ad4572f3f7de1f /package.json
parent4429bba6e212763323c06a723d72411723f7f440 (diff)
downloadPeerTube-d74c85c4b87e952fec87963cd421efa8c3f2cde9.tar.gz
PeerTube-d74c85c4b87e952fec87963cd421efa8c3f2cde9.tar.zst
PeerTube-d74c85c4b87e952fec87963cd421efa8c3f2cde9.zip
Update bittorrent-tracker and ws modules
Diffstat (limited to 'package.json')
-rw-r--r--package.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/package.json b/package.json
index 3e97386b5..b74ff6c74 100644
--- a/package.json
+++ b/package.json
@@ -13,7 +13,7 @@
13 }, 13 },
14 "dependencies": { 14 "dependencies": {
15 "async": "^1.2.1", 15 "async": "^1.2.1",
16 "bittorrent-tracker": "^4.4.5", 16 "bittorrent-tracker": "^6.0.6",
17 "blueimp-file-upload": "^9.10.1", 17 "blueimp-file-upload": "^9.10.1",
18 "body-parser": "^1.12.4", 18 "body-parser": "^1.12.4",
19 "bootstrap": "^3.3.5", 19 "bootstrap": "^3.3.5",
@@ -47,7 +47,7 @@
47 "ursa": "^0.9.1", 47 "ursa": "^0.9.1",
48 "webtorrent": "*", 48 "webtorrent": "*",
49 "winston": "^1.0.1", 49 "winston": "^1.0.1",
50 "ws": "^0.7.2" 50 "ws": "^0.8.0"
51 }, 51 },
52 "devDependencies": { 52 "devDependencies": {
53 "chai": "^3.3.0", 53 "chai": "^3.3.0",