From 9332e2afac400b12702a3c206077411ff1130462 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 13 Apr 2022 10:25:27 +0000 Subject: [PATCH] Bump async from 2.6.2 to 3.2.2 Bumps [async](https://github.com/caolan/async) from 2.6.2 to 3.2.2. - [Release notes](https://github.com/caolan/async/releases) - [Changelog](https://github.com/caolan/async/blob/master/CHANGELOG.md) - [Commits](https://github.com/caolan/async/compare/v2.6.2...v3.2.2) --- updated-dependencies: - dependency-name: async dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- package-lock.json | 19 ++++++++----------- package.json | 2 +- 2 files changed, 9 insertions(+), 12 deletions(-) diff --git a/package-lock.json b/package-lock.json index 03e16bb..a9534e1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -58,12 +58,9 @@ "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==", - "requires": { - "lodash": "4.17.11" - } + "version": "3.2.2", + "resolved": "https://registry.npmjs.org/async/-/async-3.2.2.tgz", + "integrity": "sha512-H0E+qZaDEfx/FY4t7iLRv1W2fFI6+pyCeTw1uN20AQPiwqwM6ojPxHxdLv4z8hi2DtnW9BOckSspLucW7pIE5g==" }, "asynckit": { "version": "0.4.0", @@ -150,6 +147,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 +179,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 +187,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 +390,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", @@ -625,11 +626,6 @@ "resolved": "https://registry.npmjs.org/libsodium/-/libsodium-0.7.4.tgz", "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==" - }, "md5.js": { "version": "1.3.5", "resolved": "https://registry.npmjs.org/md5.js/-/md5.js-1.3.5.tgz", @@ -1194,6 +1190,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..2cb5285 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": "^3.2.2", "base58-native": "^0.1.4", "bignum": "^0.13.0", "bitgo-utxo-lib": "git+https://github.com/miketout/bitgo-utxo-lib.git",