From be7f9de33995cfbd1711003685f95e213f9fa27f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 14 Apr 2022 05:06:04 +0000 Subject: [PATCH] Bump async from 2.1.5 to 3.2.2 Bumps [async](https://github.com/caolan/async) from 2.1.5 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.1.5...v3.2.2) --- updated-dependencies: - dependency-name: async dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 7 ++++++- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 1138e432..0be77e1f 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ "@bower_components/leaflet-utfgrid": "danzel/Leaflet.utfgrid", "@bower_components/leaflet.fullscreen": "brunob/leaflet.fullscreen", "@elastic/filesaver": "^1.1.2", - "async": "^2.0.0", + "async": "^3.2.2", "babel-plugin-transform-class-properties": "^6.24.1", "babel-plugin-transform-remove-strict-mode": "^0.0.2", "body-parser": "^1.16.1", diff --git a/yarn.lock b/yarn.lock index 5c91c556..c38bfb78 100644 --- a/yarn.lock +++ b/yarn.lock @@ -352,12 +352,17 @@ async@^1.4.0, async@^1.4.2: version "1.5.2" resolved "https://registry.yarnpkg.com/async/-/async-1.5.2.tgz#ec6a61ae56480c0c3cb241c95618e20892f9672a" -async@^2.0.0, async@^2.0.1, async@^2.1.4: +async@^2.0.1, async@^2.1.4: version "2.1.5" resolved "https://registry.yarnpkg.com/async/-/async-2.1.5.tgz#e587c68580994ac67fc56ff86d3ac56bdbe810bc" dependencies: lodash "^4.14.0" +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: version "0.2.10" resolved "https://registry.yarnpkg.com/async/-/async-0.2.10.tgz#b6bbe0b0674b9d719708ca38de8c237cb526c3d1"