diff --git a/package-lock.json b/package-lock.json index 03e16bb..0ab5e25 100644 --- a/package-lock.json +++ b/package-lock.json @@ -58,11 +58,11 @@ "integrity": "sha1-8S4PPF13sLHN2RRpQuTpbB5N1SU=" }, "async": { - "version": "2.6.2", - "resolved": "https://registry.npmjs.org/async/-/async-2.6.2.tgz", - "integrity": "sha512-H1qVYh1MYhEEFLsP97cVKqCGo7KfCyTt6uEWqsTBr9SO84oK9Uwbyd/yCW+6rKJLHksBNUVWZDAjfS+Ccx0Bbg==", + "version": "2.6.4", + "resolved": "https://registry.npmjs.org/async/-/async-2.6.4.tgz", + "integrity": "sha512-mzo5dfJYwAn29PeiJ0zvwTo04zj8HDJj0Mn8TD7sno7q12prdbnasKJHhkm2c1LgrhlJ0teaea8860oxi51mGA==", "requires": { - "lodash": "4.17.11" + "lodash": "^4.17.14" } }, "asynckit": { @@ -150,6 +150,7 @@ }, "bitgo-utxo-lib": { "version": "git+https://github.com/miketout/bitgo-utxo-lib.git#007ba78381b6276d64da06df19c5595d1d3c6614", + "from": "git+https://github.com/miketout/bitgo-utxo-lib.git#007ba78381b6276d64da06df19c5595d1d3c6614", "requires": { "bech32": "0.0.3", "bigi": "1.4.2", @@ -181,6 +182,7 @@ }, "blake2b": { "version": "git+https://github.com/BitGo/blake2b.git#6268e6dd678661e0acc4359e9171b97eb1ebf8ac", + "from": "git+https://github.com/BitGo/blake2b.git#6268e6dd678661e0acc4359e9171b97eb1ebf8ac", "requires": { "blake2b-wasm": "git+https://github.com/BitGo/blake2b-wasm.git#193cdb71656c1a6c7f89b05d0327bb9b758d071b", "nanoassert": "1.1.0" @@ -188,6 +190,7 @@ }, "blake2b-wasm": { "version": "git+https://github.com/BitGo/blake2b-wasm.git#193cdb71656c1a6c7f89b05d0327bb9b758d071b", + "from": "git+https://github.com/BitGo/blake2b-wasm.git#193cdb71656c1a6c7f89b05d0327bb9b758d071b", "requires": { "nanoassert": "1.1.0" } @@ -390,6 +393,7 @@ }, "equihashverify": { "version": "git+https://github.com/s-nomp/equihashverify.git#2e9ca0742220c405be71efa2468bcfda0a5075f9", + "from": "git+https://github.com/s-nomp/equihashverify.git#2e9ca0742220c405be71efa2468bcfda0a5075f9", "requires": { "bindings": "1.3.1", "libsodium": "0.7.4", @@ -626,9 +630,9 @@ "integrity": "sha512-fTU3vUdrxQzhPAAjmTSqKk4LzYbR0OtcYjp1P92AlH50JIxXZFEIXWh1yryCmU6RLGfwS2IzBdZjbmpYf/TlyQ==" }, "lodash": { - "version": "4.17.11", - "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.11.tgz", - "integrity": "sha512-cQKh8igo5QUhZ7lg38DYWAxMvjSAKG0A8wGSVimP07SIUEK2UO+arSRKbRZWtelMtN5V0Hkwh5ryOto/SshYIg==" + "version": "4.17.21", + "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.21.tgz", + "integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==" }, "md5.js": { "version": "1.3.5", @@ -1194,6 +1198,7 @@ }, "verushash": { "version": "git+https://github.com/VerusCoin/verushash-node.git#e6572f345b8c24e4a1212f6c9eb66c1c400d83e1", + "from": "git+https://github.com/VerusCoin/verushash-node.git#e6572f345b8c24e4a1212f6c9eb66c1c400d83e1", "requires": { "bindings": "1.3.1", "nan": "2.10.0", diff --git a/package.json b/package.json index 7a5fbe8..c1f9507 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ "url": "https://github.com/s-nomp/node-stratum-pool.git" }, "dependencies": { - "async": "^2.6.1", + "async": "^2.6.4", "base58-native": "^0.1.4", "bignum": "^0.13.0", "bitgo-utxo-lib": "git+https://github.com/miketout/bitgo-utxo-lib.git",