bump deps

This commit is contained in:
Feross Aboukhadijeh 2014-05-18 18:34:56 -07:00
parent 418e996b81
commit c4871a5480

View File

@ -11,15 +11,15 @@
"url": "https://github.com/feross/bittorrent-tracker/issues" "url": "https://github.com/feross/bittorrent-tracker/issues"
}, },
"dependencies": { "dependencies": {
"bncode": "^0.5.2", "bn.js": "^0.7.1",
"bncode": "^0.5.3",
"compact2string": "^1.2.0", "compact2string": "^1.2.0",
"extend.js": "0.0.1", "extend.js": "0.0.1",
"hat": "0.0.3", "hat": "0.0.3",
"inherits": "^2.0.1", "inherits": "^2.0.1",
"querystring": "^0.2.0", "querystring": "^0.2.0",
"run-parallel": "^1.0.0", "run-parallel": "^1.0.0",
"string2compact": "^1.1.0", "string2compact": "^1.1.1"
"bn.js": "^0.4.3"
}, },
"devDependencies": { "devDependencies": {
"magnet-uri": "^2.0.1", "magnet-uri": "^2.0.1",