aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorChocobozzz <florian.bigard@gmail.com>2016-05-13 15:27:42 +0200
committerChocobozzz <florian.bigard@gmail.com>2016-05-13 15:27:42 +0200
commit788a7e02029efae7c44bc4ec608493f67dac291a (patch)
treed47871748e52f1e67a2a20a6981f14ce34f7b0f1
parentb6c6f935d4eb3692cfd7f79a66cc40e0fef69256 (diff)
downloadPeerTube-788a7e02029efae7c44bc4ec608493f67dac291a.tar.gz
PeerTube-788a7e02029efae7c44bc4ec608493f67dac291a.tar.zst
PeerTube-788a7e02029efae7c44bc4ec608493f67dac291a.zip
Update webtorrent
-rw-r--r--client/package.json2
-rw-r--r--package.json2
2 files changed, 2 insertions, 2 deletions
diff --git a/client/package.json b/client/package.json
index 5a103ceb7..d441b5bf4 100644
--- a/client/package.json
+++ b/client/package.json
@@ -38,7 +38,7 @@
38 "reflect-metadata": "0.1.3", 38 "reflect-metadata": "0.1.3",
39 "rxjs": "5.0.0-beta.6", 39 "rxjs": "5.0.0-beta.6",
40 "systemjs": "0.19.27", 40 "systemjs": "0.19.27",
41 "webtorrent": "^0.89.0", 41 "webtorrent": "^0.93.2",
42 "zone.js": "0.6.12" 42 "zone.js": "0.6.12"
43 }, 43 },
44 "devDependencies": { 44 "devDependencies": {
diff --git a/package.json b/package.json
index 3b9e84175..f72aec9f0 100644
--- a/package.json
+++ b/package.json
@@ -67,7 +67,7 @@
67 "segfault-handler": "^1.0.0", 67 "segfault-handler": "^1.0.0",
68 "ursa": "^0.9.1", 68 "ursa": "^0.9.1",
69 "validator": "^5.0.0", 69 "validator": "^5.0.0",
70 "webtorrent": "^0.89.0", 70 "webtorrent": "^0.93.2",
71 "winston": "^2.1.1", 71 "winston": "^2.1.1",
72 "ws": "^1.0.1" 72 "ws": "^1.0.1"
73 }, 73 },