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:
authorrenovate[bot] <29139614+renovate[bot]@users.noreply.github.com>2022-04-22 14:49:05 +0300
committerGitHub <noreply@github.com>2022-04-22 14:49:05 +0300
commita7785227d88fbac22a1b627460694b3523833fde (patch)
tree74f1daca7468a0954aa3f6bc4fb9794e663ad2cc
parent11f9426ee9ef3b800ac978afa5082809eb87c545 (diff)
fix(deps): update dependency bitfield to ^4.1.0 (#2303)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
-rw-r--r--package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json
index 9b895c8..b8cab9c 100644
--- a/package.json
+++ b/package.json
@@ -38,7 +38,7 @@
"dependencies": {
"@webtorrent/http-node": "^1.3.0",
"addr-to-ip-port": "^1.5.4",
- "bitfield": "^4.0.0",
+ "bitfield": "^4.1.0",
"bittorrent-dht": "^10.0.2",
"bittorrent-protocol": "^3.5.3",
"cache-chunk-store": "^3.2.2",