From 03c93469b6dbff7ecaaccbfcb12a3b6b7b256629 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 28 Apr 2022 03:39:30 +0000 Subject: [PATCH] build(deps): bump async from 1.5.2 to 2.6.4 in /nebtestkit Bumps [async](https://github.com/caolan/async) from 1.5.2 to 2.6.4. - [Release notes](https://github.com/caolan/async/releases) - [Changelog](https://github.com/caolan/async/blob/v2.6.4/CHANGELOG.md) - [Commits](https://github.com/caolan/async/compare/v1.5.2...v2.6.4) --- updated-dependencies: - dependency-name: async dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- nebtestkit/package-lock.json | 9 ++++++--- nebtestkit/package.json | 2 +- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/nebtestkit/package-lock.json b/nebtestkit/package-lock.json index bfabbdcc5..922964df1 100644 --- a/nebtestkit/package-lock.json +++ b/nebtestkit/package-lock.json @@ -133,9 +133,12 @@ "dev": true }, "async": { - "version": "1.5.2", - "resolved": "https://registry.npmjs.org/async/-/async-1.5.2.tgz", - "integrity": "sha1-7GphrlZIDAw8skHJVhjiCJL5Zyo=" + "version": "2.6.4", + "resolved": "https://registry.npmjs.org/async/-/async-2.6.4.tgz", + "integrity": "sha512-mzo5dfJYwAn29PeiJ0zvwTo04zj8HDJj0Mn8TD7sno7q12prdbnasKJHhkm2c1LgrhlJ0teaea8860oxi51mGA==", + "requires": { + "lodash": "^4.17.14" + } }, "asynckit": { "version": "0.4.0", diff --git a/nebtestkit/package.json b/nebtestkit/package.json index a98b0822a..763eb06df 100644 --- a/nebtestkit/package.json +++ b/nebtestkit/package.json @@ -18,7 +18,7 @@ "command-exists": ">=1.2.4", "stringstream": ">=0.0.6", "cryptiles": "^4.1.2", - "async": "^1.5.2", + "async": "^2.6.4", "bignumber.js": "^5.0.0", "grpc": "^1.10.0", "lodash": ">=4.17.13",