From b74828c023f66ca41ec1d8636b81068a2a54b5d5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 29 Apr 2022 16:16:12 +0000 Subject: [PATCH] build(deps): bump async from 2.0.1 to 2.6.4 Bumps [async](https://github.com/caolan/async) from 2.0.1 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/v2.0.1...v2.6.4) --- updated-dependencies: - dependency-name: async dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index f4eb480..5b91cef 100644 --- a/package-lock.json +++ b/package-lock.json @@ -75,11 +75,11 @@ "dev": true }, "async": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/async/-/async-2.0.1.tgz", - "integrity": "sha1-twnMAoCpw28J9FNr6CPIOKkEniU=", + "version": "2.6.4", + "resolved": "https://registry.npmjs.org/async/-/async-2.6.4.tgz", + "integrity": "sha512-mzo5dfJYwAn29PeiJ0zvwTo04zj8HDJj0Mn8TD7sno7q12prdbnasKJHhkm2c1LgrhlJ0teaea8860oxi51mGA==", "requires": { - "lodash": "^4.8.0" + "lodash": "^4.17.14" } }, "async-each": { diff --git a/package.json b/package.json index 82a2667..ba7a8d0 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ }, "dependencies": { "argparse": "1.0.7", - "async": "2.0.1", + "async": "2.6.4", "bn.js": "^4.11.6", "bunyan": "1.8.12", "md5": "2.1.0",