From a19b83ad6df21f2eeec08304cd24a0a43cdd80fe Mon Sep 17 00:00:00 2001 From: Feross Aboukhadijeh Date: Tue, 3 Nov 2020 09:31:23 -1000 Subject: [PATCH] bump deps --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index ff2fc82..a99acd7 100644 --- a/package.json +++ b/package.json @@ -13,11 +13,11 @@ "dependencies": { "bencode": "^2.0.1", "bitfield": "^3.0.0", - "debug": "^4.1.1", + "debug": "^4.2.0", "simple-sha1": "^3.0.1" }, "devDependencies": { - "bittorrent-protocol": "^3.1.1", + "bittorrent-protocol": "^3.1.2", "brfs": "^2.0.2", "standard": "*", "tape": "^5.0.1",