From 1a2fefa3d9af208a38b3624f53838015f673320f Mon Sep 17 00:00:00 2001 From: Christopher Jeffrey Date: Sat, 5 Dec 2015 14:43:00 -0800 Subject: [PATCH] update bn.js --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index bfa23f89..96b9811f 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ "homepage": "https://github.com/indutny/bcoin", "dependencies": { "async": "^0.8.0", - "bn.js": "^0.10.0", + "bn.js": "^4.5.0", "elliptic": "^3.0.3", "hash.js": "^1.0.3", "inherits": "^2.0.1"