From c6f5b11a172da2686e5bc9cfa958d74d0c17e225 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 22 Feb 2023 06:39:20 -0500 Subject: [PATCH] fix(deps): update dependency minimatch to v7.0.1 (#567) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- packages/core/package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/packages/core/package.json b/packages/core/package.json index f968a935..4d336cda 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -112,7 +112,7 @@ "jwt-decode": "3.1.2", "localforage": "1.10.0", "lodash": "4.17.21", - "minimatch": "7.0.0", + "minimatch": "7.0.1", "moment": "2.29.4", "node-polyglot": "2.5.0", "ol": "7.2.2", diff --git a/yarn.lock b/yarn.lock index 8f597c50..8a280375 100644 --- a/yarn.lock +++ b/yarn.lock @@ -13020,10 +13020,10 @@ minimatch@3.0.5: dependencies: brace-expansion "^1.1.7" -minimatch@7.0.0: - version "7.0.0" - resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-7.0.0.tgz#20a8df098715e228c918b2bd81f34d9543767a75" - integrity sha512-Wog4y1P2q/0sF+0vw+6dWgqVmo/XPJg+2OtVmR6IVvNGDhcfAPjFacjZCUlGCoU/tbzH6EOeSt2P3llRAqRNiA== +minimatch@7.0.1: + version "7.0.1" + resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-7.0.1.tgz#346583590577d192cab9b88514f1832b9509d737" + integrity sha512-C4CrOG1kAnaIxQPTAoiAmZCR2up1yjDdseGpr8UCUw5UqBUao5E1q2bOv0cAX0+y8MUxcyrvkTsoj5DvGRnvdQ== dependencies: brace-expansion "^2.0.1"