From feb49eb7845db86a36246ed25fa3c68b15b9c43d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 14 Apr 2022 05:10:30 +0000 Subject: [PATCH] Bump async from 2.6.0 to 3.2.2 in /transitrichhousing Bumps [async](https://github.com/caolan/async) from 2.6.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/v2.6.0...v3.2.2) --- updated-dependencies: - dependency-name: async dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- transitrichhousing/package.json | 2 +- transitrichhousing/yarn.lock | 12 +++--------- 2 files changed, 4 insertions(+), 10 deletions(-) diff --git a/transitrichhousing/package.json b/transitrichhousing/package.json index f994bfe..65a4e70 100644 --- a/transitrichhousing/package.json +++ b/transitrichhousing/package.json @@ -1,6 +1,6 @@ { "dependencies": { - "async": "^2.4.1", + "async": "^3.2.2", "geojson": "^0.4.1", "jsonfile": "^3.0.0", "st": "^1.2.0" diff --git a/transitrichhousing/yarn.lock b/transitrichhousing/yarn.lock index e240a3e..f5a6cde 100644 --- a/transitrichhousing/yarn.lock +++ b/transitrichhousing/yarn.lock @@ -8,11 +8,9 @@ async-cache@~1.1.0: dependencies: lru-cache "^4.0.0" -async@^2.4.1: - version "2.6.0" - resolved "https://registry.yarnpkg.com/async/-/async-2.6.0.tgz#61a29abb6fcc026fea77e56d1c6ec53a795951f4" - 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" bl@~1.2.1: version "1.2.2" @@ -51,10 +49,6 @@ jsonfile@^3.0.0: optionalDependencies: graceful-fs "^4.1.6" -lodash@^4.14.0: - version "4.17.5" - resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.5.tgz#99a92d65c0272debe8c96b6057bc8fbfa3bed511" - lru-cache@^4.0.0: version "4.1.2" resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-4.1.2.tgz#45234b2e6e2f2b33da125624c4664929a0224c3f"