From e793a50a92ea77c79e228a9024c45449ad6000ed Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 26 Feb 2023 07:27:01 -0500 Subject: [PATCH] fix(deps): update dependency minimatch to v7.2.0 (#589) 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 799ec1f7..30690d78 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.1.4", + "minimatch": "7.2.0", "moment": "2.29.4", "node-polyglot": "2.5.0", "ol": "7.2.2", diff --git a/yarn.lock b/yarn.lock index a44e062c..7acc7818 100644 --- a/yarn.lock +++ b/yarn.lock @@ -12840,10 +12840,10 @@ minimatch@3.0.5: dependencies: brace-expansion "^1.1.7" -minimatch@7.1.4: - version "7.1.4" - resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-7.1.4.tgz#5b252ebef9931e082549370815afdec3caed0319" - integrity sha512-dZdn8jDUB4Y3eu7hABT6IgLTMQ9cVf+vhhXjLAkuN40wRkweVxEpvnGYLYZUhNB0P+BbTOZDzo+1rCitOQWc3g== +minimatch@7.2.0: + version "7.2.0" + resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-7.2.0.tgz#741ff59370007ebb8faff0a9b20cdb44357803e4" + integrity sha512-rMRHmwySzopAQjmWW6TkAKCEDKNaY/HuV/c2YkWWuWnfkTwApt0V4hnYzzPnZ/5Gcd2+8MPncSyuOGPl3xPvcg== dependencies: brace-expansion "^2.0.1"