From b893f01301dd43416a79951873571922f3a5f1f0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 24 Aug 2021 13:18:27 -0500 Subject: [PATCH] :arrow_up: Bump cosmiconfig from 7.0.0 to 7.0.1 (#526) Bumps [cosmiconfig](https://github.com/davidtheclark/cosmiconfig) from 7.0.0 to 7.0.1. - [Release notes](https://github.com/davidtheclark/cosmiconfig/releases) - [Changelog](https://github.com/davidtheclark/cosmiconfig/blob/main/CHANGELOG.md) - [Commits](https://github.com/davidtheclark/cosmiconfig/compare/v7.0.0...v7.0.1) --- updated-dependencies: - dependency-name: cosmiconfig dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- yarn.lock | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/yarn.lock b/yarn.lock index 35e472d0b..8a7d846e8 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3171,9 +3171,9 @@ cors@~2.8.5: vary "^1" cosmiconfig@^7.0.0: - version "7.0.0" - resolved "https://registry.yarnpkg.com/cosmiconfig/-/cosmiconfig-7.0.0.tgz#ef9b44d773959cae63ddecd122de23853b60f8d3" - integrity sha512-pondGvTuVYDk++upghXJabWzL6Kxu6f26ljFw64Swq9v6sQPUL3EUlVDV56diOjpCayKihL6hVe8exIACU4XcA== + version "7.0.1" + resolved "https://registry.yarnpkg.com/cosmiconfig/-/cosmiconfig-7.0.1.tgz#714d756522cace867867ccb4474c5d01bbae5d6d" + integrity sha512-a1YWNUV2HwGimB7dU2s1wUMurNKjpx60HxBB6xUM8Re+2s1g1IIfJvFR0/iCF+XHdE0GMTKTuLR32UQff4TEyQ== dependencies: "@types/parse-json" "^4.0.0" import-fresh "^3.2.1"