From 2eec21b0526cdc0e0590356a8c264c2f78456213 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 28 Oct 2021 15:04:53 +0000 Subject: [PATCH] Bump async from 2.6.3 to 3.2.2 Bumps [async](https://github.com/caolan/async) from 2.6.3 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.3...v3.2.2) --- updated-dependencies: - dependency-name: async dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index e22436a00..1613fc612 100644 --- a/package.json +++ b/package.json @@ -101,7 +101,7 @@ "zmq": "^2.14.0" }, "devDependencies": { - "async": "^2.0.1", + "async": "^3.2.2", "bower": "^1.8.8", "chai": "^3.4.1", "css-loader": "^0.23.1", diff --git a/yarn.lock b/yarn.lock index 78d6ceae6..40f10e66e 100644 --- a/yarn.lock +++ b/yarn.lock @@ -662,6 +662,11 @@ async@^2.0.1, async@^2.5.0, async@^2.6.2: dependencies: lodash "^4.17.14" +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== + async@~0.2.6, async@~0.2.7, async@~0.2.9: version "0.2.10" resolved "https://registry.yarnpkg.com/async/-/async-0.2.10.tgz#b6bbe0b0674b9d719708ca38de8c237cb526c3d1"