From 84b2169c6156944a7a5315baa30e73d4a41015df Mon Sep 17 00:00:00 2001 From: "greenkeeper[bot]" Date: Tue, 20 Feb 2018 05:52:21 +0000 Subject: [PATCH] fix(package): update bitfield to version 2.0.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index fb93d098..c225ff35 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ }, "dependencies": { "addr-to-ip-port": "^1.4.2", - "bitfield": "^1.1.2", + "bitfield": "^2.0.0", "bittorrent-dht": "^8.0.0", "bittorrent-protocol": "^2.1.5", "chunk-store-stream": "^2.0.2",