From 96cbab00ce90abc1c6b0eb19d7a9375e5f12e3db Mon Sep 17 00:00:00 2001 From: Feross Aboukhadijeh Date: Sat, 20 Jul 2019 11:42:42 -0700 Subject: [PATCH] bitfield@3 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index e4b7075..c9e138b 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ }, "dependencies": { "bencode": "^2.0.0", - "bitfield": "^2.0.0", + "bitfield": "^3.0.0", "debug": "^4.0.0", "simple-sha1": "^2.0.0" },