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:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2021-05-01 23:47:42 +0300
committerGitHub <noreply@github.com>2021-05-01 23:47:42 +0300
commitf47785991ede378f030fc2935c0fbc08d49d3aaa (patch)
treec8386b1d7838d6104bdb143d8276a40e6c8fb21c /package.json
parent870ef7fdc35dd7a1f9ebdaea5b9a4f3c6d926d7c (diff)
Update tape requirement from ^5.1.1 to ^5.2.2
Updates the requirements on [tape](https://github.com/substack/tape) to permit the latest version. - [Release notes](https://github.com/substack/tape/releases) - [Commits](https://github.com/substack/tape/compare/v5.1.1...v5.2.2) Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to 'package.json')
-rw-r--r--package.json8
1 files changed, 4 insertions, 4 deletions
diff --git a/package.json b/package.json
index 888c902..97aac22 100644
--- a/package.json
+++ b/package.json
@@ -39,7 +39,7 @@
"addr-to-ip-port": "^1.5.1",
"bitfield": "^4.0.0",
"bittorrent-dht": "^10.0.0",
- "bittorrent-protocol": "^3.2.0",
+ "bittorrent-protocol": "^3.3.1",
"chrome-net": "^3.3.4",
"chunk-store-stream": "^4.3.0",
"cpus": "^1.0.3",
@@ -47,7 +47,7 @@
"debug": "^4.3.1",
"end-of-stream": "^1.4.4",
"escape-html": "^1.0.3",
- "fs-chunk-store": "^2.0.2",
+ "fs-chunk-store": "^2.0.3",
"http-node": "github:feross/http-node#webtorrent",
"immediate-chunk-store": "^2.1.1",
"load-ip-set": "^2.2.1",
@@ -84,7 +84,7 @@
"devDependencies": {
"airtap": "^4.0.3",
"airtap-manual": "^1.0.0",
- "airtap-sauce": "^1.1.0",
+ "airtap-sauce": "^1.1.2",
"babel-minify": "^0.5.1",
"bittorrent-tracker": "^9.16.0",
"browserify": "^17.0.0",
@@ -94,7 +94,7 @@
"run-series": "^1.1.9",
"serve-static": "^1.14.1",
"standard": "*",
- "tape": "^5.1.1",
+ "tape": "^5.2.2",
"webtorrent-fixtures": "^1.7.3"
},
"engines": {