From 0c89bad46ae8806ea8b5b9b2819fceffbb8208ab Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 28 Apr 2022 21:10:28 +0000 Subject: [PATCH] Bump async from 2.4.1 to 2.6.4 in /sd-solar Bumps [async](https://github.com/caolan/async) from 2.4.1 to 2.6.4. - [Release notes](https://github.com/caolan/async/releases) - [Changelog](https://github.com/caolan/async/blob/v2.6.4/CHANGELOG.md) - [Commits](https://github.com/caolan/async/compare/v2.4.1...v2.6.4) --- updated-dependencies: - dependency-name: async dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- sd-solar/package.json | 2 +- sd-solar/yarn.lock | 17 +++++++++-------- 2 files changed, 10 insertions(+), 9 deletions(-) diff --git a/sd-solar/package.json b/sd-solar/package.json index c1cea44..8687cf3 100644 --- a/sd-solar/package.json +++ b/sd-solar/package.json @@ -1,6 +1,6 @@ { "dependencies": { - "async": "^2.4.1", + "async": "^2.6.4", "csv-parse": "^1.2.0", "geojson": "^0.4.1", "jsonfile": "^3.0.0", diff --git a/sd-solar/yarn.lock b/sd-solar/yarn.lock index 104b6b8..5462e25 100644 --- a/sd-solar/yarn.lock +++ b/sd-solar/yarn.lock @@ -1,16 +1,18 @@ # THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY. # yarn lockfile v1 + + async-cache@~1.1.0: version "1.1.0" resolved "https://registry.yarnpkg.com/async-cache/-/async-cache-1.1.0.tgz#4a9a5a89d065ec5d8e5254bd9ee96ba76c532b5a" dependencies: lru-cache "^4.0.0" -async@^2.4.1: - version "2.4.1" - resolved "https://registry.yarnpkg.com/async/-/async-2.4.1.tgz#62a56b279c98a11d0987096a01cc3eeb8eb7bbd7" +async@^2.6.4: + version "2.6.4" + resolved "https://registry.yarnpkg.com/async/-/async-2.6.4.tgz#706b7ff6084664cd7eae713f6f965433b5504221" dependencies: - lodash "^4.14.0" + lodash "^4.17.14" bl@~1.1.2: version "1.1.2" @@ -52,9 +54,9 @@ jsonfile@^3.0.0: optionalDependencies: graceful-fs "^4.1.6" -lodash@^4.14.0: - version "4.17.4" - resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.4.tgz#78203a4d1c328ae1d86dca6460e369b57f4055ae" +lodash@^4.17.14: + version "4.17.21" + resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.21.tgz#679591c564c3bffaae8454cf0b3df370c3d6911c" lru-cache@^4.0.0: version "4.1.1" @@ -113,4 +115,3 @@ util-deprecate@~1.0.1: yallist@^2.1.2: version "2.1.2" resolved "https://registry.yarnpkg.com/yallist/-/yallist-2.1.2.tgz#1c11f9218f076089a47dd512f93c6699a6a81d52" -