From 52c8e9873e69d0ee3c08055eff5807e8b49c4b25 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 22 Jan 2023 17:14:26 -0500 Subject: [PATCH] fix(deps): update dependency minimatch to v6.1.6 (#407) 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 604aa334..672658c7 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": "6.1.5", + "minimatch": "6.1.6", "moment": "2.29.4", "node-polyglot": "2.4.2", "ol": "7.2.2", diff --git a/yarn.lock b/yarn.lock index dd0de95c..552f9663 100644 --- a/yarn.lock +++ b/yarn.lock @@ -13167,10 +13167,10 @@ minimatch@3.0.5: dependencies: brace-expansion "^1.1.7" -minimatch@6.1.5: - version "6.1.5" - resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-6.1.5.tgz#61adaa90e59b29022fd8e326364f0336e4f9282d" - integrity sha512-2/WxnHMkH7qFS+pG8ibLN5GZdx5Y0aLlgFSghaKRUpkeEmC85wZRb/xDvj9jv601KdNOS2G/nNqj2h6k42yxBQ== +minimatch@6.1.6: + version "6.1.6" + resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-6.1.6.tgz#5384bb324be5b5dae12a567c03d22908febd0ddd" + integrity sha512-6bR3UIeh/DF8+p6A9Spyuy67ShOq42rOkHWi7eUe3Ua99Zo5lZfGC6lJJWkeoK4k9jQFT3Pl7czhTXimG2XheA== dependencies: brace-expansion "^2.0.1"