From 50bb297db6e37f135738a0c5cfbe8b8e8ee5193d Mon Sep 17 00:00:00 2001 From: Daniel Lautzenheiser Date: Mon, 16 Jan 2023 14:06:25 -0500 Subject: [PATCH] fix: revert last minimatch update --- 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 029b93a0..56a1dbae 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.0.3", + "minimatch": "6.0.0", "moment": "2.29.4", "node-polyglot": "2.4.2", "ol": "7.2.2", diff --git a/yarn.lock b/yarn.lock index f3dd6463..cc580581 100644 --- a/yarn.lock +++ b/yarn.lock @@ -13213,10 +13213,10 @@ minimatch@3.0.5: dependencies: brace-expansion "^1.1.7" -minimatch@6.0.3: - version "6.0.3" - resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-6.0.3.tgz#9859768163dde0e998635f3a89068e96144a51bd" - integrity sha512-MEMLwGVOlRN2AT3u2YEuC101XLzw8kxrYe3sfGLeSoNe0rK3gQAchxsMxlVqFhmkIX/lwFiQSnANfydPOWCR5g== +minimatch@6.0.0: + version "6.0.0" + resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-6.0.0.tgz#e00d2875b7ae572f9e699e674fdfdab587aa1fdd" + integrity sha512-6c/YhQ/ZnMCtAGMJTuPQlk1Q6ig41qn1laC1H/AU6dIIgurKxxfh0OEALh9V4+vPcy2VC670D46TOGc8dirt6w== dependencies: brace-expansion "^2.0.1"