From 2de77f6f5c7f1e5a8041158742563ffb051085d3 Mon Sep 17 00:00:00 2001 From: Braydon Fuller Date: Fri, 2 Jan 2015 12:38:55 -0500 Subject: [PATCH 1/2] Use the same version as specified in the elliptic package.json --- npm-shrinkwrap.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index 1f0993922..df0e256b4 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -43,9 +43,9 @@ "resolved": "https://registry.npmjs.org/bn.js/-/bn.js-0.15.2.tgz" }, "hash.js": { - "version": "0.3.2", - "from": "hash.js@0.3.2", - "resolved": "https://registry.npmjs.org/hash.js/-/hash.js-0.3.2.tgz" + "version": "0.2.0", + "from": "hash.js@0.2.0", + "resolved": "https://registry.npmjs.org/hash.js/-/hash.js-0.2.0.tgz" }, "inherits": { "version": "2.0.1", From 6ace41834f47950b7503bcc22cb0b2f095750382 Mon Sep 17 00:00:00 2001 From: Braydon Fuller Date: Fri, 2 Jan 2015 13:11:26 -0500 Subject: [PATCH 2/2] Upgraded elliptic and bn to the latest versions --- npm-shrinkwrap.json | 29 +++++++++++++++++------------ package.json | 4 ++-- 2 files changed, 19 insertions(+), 14 deletions(-) diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index df0e256b4..62cd95261 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -13,9 +13,9 @@ "resolved": "https://registry.npmjs.org/asn1.js/-/asn1.js-0.4.1.tgz" }, "bn.js": { - "version": "0.15.2", - "from": "bn.js@0.15.2", - "resolved": "https://registry.npmjs.org/bn.js/-/bn.js-0.15.2.tgz" + "version": "0.16.0", + "from": "bn.js@0.16.0", + "resolved": "https://registry.npmjs.org/bn.js/-/bn.js-0.16.0.tgz" }, "bs58": { "version": "2.0.0", @@ -33,19 +33,24 @@ "resolved": "https://registry.npmjs.org/buffers/-/buffers-0.1.1.tgz" }, "elliptic": { - "version": "0.15.12", - "from": "elliptic@0.15.12", - "resolved": "https://registry.npmjs.org/elliptic/-/elliptic-0.15.12.tgz", + "version": "0.16.0", + "from": "elliptic@0.16.0", + "resolved": "https://registry.npmjs.org/elliptic/-/elliptic-0.16.0.tgz", "dependencies": { "bn.js": { - "version": "0.15.2", - "from": "bn.js@0.15.2", - "resolved": "https://registry.npmjs.org/bn.js/-/bn.js-0.15.2.tgz" + "version": "0.16.0", + "from": "bn.js@0.16.0", + "resolved": "https://registry.npmjs.org/bn.js/-/bn.js-0.16.0.tgz" + }, + "brorand": { + "version": "1.0.1", + "from": "brorand@1.0.1", + "resolved": "https://registry.npmjs.org/brorand/-/brorand-1.0.1.tgz" }, "hash.js": { - "version": "0.2.0", - "from": "hash.js@0.2.0", - "resolved": "https://registry.npmjs.org/hash.js/-/hash.js-0.2.0.tgz" + "version": "0.3.2", + "from": "hash.js@0.3.2", + "resolved": "https://registry.npmjs.org/hash.js/-/hash.js-0.3.2.tgz" }, "inherits": { "version": "2.0.1", diff --git a/package.json b/package.json index f36534d20..a0aa3dfd2 100644 --- a/package.json +++ b/package.json @@ -71,11 +71,11 @@ }, "dependencies": { "asn1.js": "=0.4.1", - "bn.js": "=0.15.2", + "bn.js": "=0.16.0", "bs58": "=2.0.0", "bufferput": "^0.1.2", "buffers": "^0.1.1", - "elliptic": "=0.15.14", + "elliptic": "=0.16.0", "hash.js": "=0.3.2", "inherits": "=2.0.1", "jsrsasign": "=0.0.3",