Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/webtorrent/webtorrent.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Rodríguez <diegorbaquero@gmail.com>2018-08-28 02:31:47 +0300
committerDiego Rodríguez <diegorbaquero@gmail.com>2018-08-28 02:31:47 +0300
commita446ebc22f151b839ff271ec6dc30fa6c4ab935e (patch)
tree746c387d99d96060a539f920aa03db57533eb0b1
parent6a4beb5f8db076212af1e52904eb7b1102f1b903 (diff)
Update chunk-store-stream and parse-torrent
-rw-r--r--package.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/package.json b/package.json
index 849f556..7d9bbe6 100644
--- a/package.json
+++ b/package.json
@@ -30,7 +30,7 @@
"bitfield": "^2.0.0",
"bittorrent-dht": "^8.0.0",
"bittorrent-protocol": "^3.0.0",
- "chunk-store-stream": "^3.0.0",
+ "chunk-store-stream": "^3.0.1",
"create-torrent": "^3.24.5",
"debug": "^3.1.0",
"end-of-stream": "^1.1.0",
@@ -43,7 +43,7 @@
"multistream": "^2.0.5",
"package-json-versionify": "^1.0.2",
"parse-numeric-range": "^0.0.2",
- "parse-torrent": "^6.0.0",
+ "parse-torrent": "^6.1.2",
"pump": "^3.0.0",
"random-iterate": "^1.0.1",
"randombytes": "^2.0.3",