From c352264aa8faa636f17eabf1726a8c380b770334 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 13 Apr 2022 21:03:21 +0000 Subject: [PATCH] Bump async from 2.6.1 to 3.2.2 in /energy-viz Bumps [async](https://github.com/caolan/async) from 2.6.1 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.1...v3.2.2) --- updated-dependencies: - dependency-name: async dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- energy-viz/package.json | 2 +- energy-viz/yarn.lock | 13 ++++--------- 2 files changed, 5 insertions(+), 10 deletions(-) diff --git a/energy-viz/package.json b/energy-viz/package.json index 514cbf9..5f817ab 100644 --- a/energy-viz/package.json +++ b/energy-viz/package.json @@ -1,6 +1,6 @@ { "dependencies": { - "async": "^2.4.1", + "async": "^3.2.2", "csv-parse": "^1.2.0", "geojson": "^0.4.1", "jsonfile": "^3.0.0", diff --git a/energy-viz/yarn.lock b/energy-viz/yarn.lock index 4b5de11..504f6c8 100644 --- a/energy-viz/yarn.lock +++ b/energy-viz/yarn.lock @@ -75,11 +75,10 @@ async-cache@~1.1.0: dependencies: lru-cache "^4.0.0" -async@^2.4.1: - version "2.6.1" - resolved "https://registry.yarnpkg.com/async/-/async-2.6.1.tgz#b245a23ca71930044ec53fa46aa00a3e87c6a610" - dependencies: - lodash "^4.17.10" +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== asynckit@^0.4.0: version "0.4.0" @@ -540,10 +539,6 @@ locate-path@^3.0.0: p-locate "^3.0.0" path-exists "^3.0.0" -lodash@^4.17.10: - version "4.17.10" - resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.10.tgz#1b7793cf7259ea38fb3661d4d38b3260af8ae4e7" - lru-cache@^4.0.0: version "4.1.3" resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-4.1.3.tgz#a1175cf3496dfc8436c156c334b4955992bce69c"