From c4871a54805f0c69eb89f9836010b9c15bc5d92c Mon Sep 17 00:00:00 2001 From: Feross Aboukhadijeh Date: Sun, 18 May 2014 18:34:56 -0700 Subject: [PATCH] bump deps --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index fc1c47b..3a75951 100644 --- a/package.json +++ b/package.json @@ -11,15 +11,15 @@ "url": "https://github.com/feross/bittorrent-tracker/issues" }, "dependencies": { - "bncode": "^0.5.2", + "bn.js": "^0.7.1", + "bncode": "^0.5.3", "compact2string": "^1.2.0", "extend.js": "0.0.1", "hat": "0.0.3", "inherits": "^2.0.1", "querystring": "^0.2.0", "run-parallel": "^1.0.0", - "string2compact": "^1.1.0", - "bn.js": "^0.4.3" + "string2compact": "^1.1.1" }, "devDependencies": { "magnet-uri": "^2.0.1",