diff --git a/package.json b/package.json index 7f1ef7b..d6947a2 100644 --- a/package.json +++ b/package.json @@ -41,7 +41,7 @@ "pushdata-bitcoin": "^1.0.1", "randombytes": "^2.0.1", "safe-buffer": "^5.1.1", - "tiny-secp256k1": "^0.1.0", + "tiny-secp256k1": "^0.2.2", "typeforce": "^1.11.3", "varuint-bitcoin": "^1.0.4", "wif": "^2.0.1" @@ -50,7 +50,7 @@ "bip39": "^2.3.0", "bip65": "^1.0.1", "bip68": "^1.0.3", - "bn.js": "4.11.8", + "bn.js": "^4.11.8", "bs58": "^4.0.0", "dhttp": "^2.5.0", "hoodwink": "^1.0.0", diff --git a/test/integration/crypto.js b/test/integration/crypto.js index cd2af49..78a6ab0 100644 --- a/test/integration/crypto.js +++ b/test/integration/crypto.js @@ -1,6 +1,5 @@ /* global describe, it */ - const assert = require('assert') const BN = require('bn.js') const bitcoin = require('../../')