From ac2c7792c7b7096a31492e2e89fc891aba9928fd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 13 Apr 2022 19:41:22 +0000 Subject: [PATCH] chore(deps-dev): bump async from 3.2.0 to 3.2.2 Bumps [async](https://github.com/caolan/async) from 3.2.0 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/v3.2.0...v3.2.2) --- updated-dependencies: - dependency-name: async dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index ba65bc0..96c3304 100644 --- a/package.json +++ b/package.json @@ -38,7 +38,7 @@ "license": "MIT", "devDependencies": { "@types/node": "^14.14.10", - "async": "^3.1.0", + "async": "^3.2.2", "babili": "0.1.4", "benchmark": "^2.1.1", "bluebird": "^3.5.3", diff --git a/yarn.lock b/yarn.lock index 6939ba4..427ae75 100644 --- a/yarn.lock +++ b/yarn.lock @@ -590,10 +590,10 @@ async-settle@^1.0.0: dependencies: async-done "^1.2.2" -async@^3.1.0: - version "3.2.0" - resolved "https://registry.yarnpkg.com/async/-/async-3.2.0.tgz#b3a2685c5ebb641d3de02d161002c60fc9f85720" - integrity sha512-TR2mEZFVOj2pLStYxLht7TyfuRzaydfpxr3k9RpHIzMgw7A64dzsdqCxH1WJyQdoe8T10nDXd9wnEigmiuHIZw== +async@^3.2.2: + version "3.2.2" + resolved "https://registry.yarnpkg.com/async/-/async-3.2.2.tgz#2eb7671034bb2194d45d30e31e24ec7e7f9670cd" + integrity sha512-H0E+qZaDEfx/FY4t7iLRv1W2fFI6+pyCeTw1uN20AQPiwqwM6ojPxHxdLv4z8hi2DtnW9BOckSspLucW7pIE5g== atob@^2.1.2: version "2.1.2"