From 28c60d39d7a9f22ca6460b07d6bac469218df3bf Mon Sep 17 00:00:00 2001 From: Fedor Indutny Date: Sat, 17 May 2014 20:21:42 +0400 Subject: [PATCH] package: bump versions --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 06c24ca8..7ce569c3 100644 --- a/package.json +++ b/package.json @@ -22,8 +22,8 @@ "homepage": "https://github.com/indutny/bcoin", "dependencies": { "async": "^0.8.0", - "bn.js": "^0.5.0", - "elliptic": "^0.11.0", + "bn.js": "^0.6.0", + "elliptic": "^0.12.0", "hash.js": "^0.2.0", "inherits": "^2.0.1" },