fix: revert last minimatch update

This commit is contained in:
Daniel Lautzenheiser 2023-01-16 14:06:25 -05:00
parent 5289d5a06a
commit 50bb297db6
2 changed files with 5 additions and 5 deletions

View File

@ -112,7 +112,7 @@
"jwt-decode": "3.1.2", "jwt-decode": "3.1.2",
"localforage": "1.10.0", "localforage": "1.10.0",
"lodash": "4.17.21", "lodash": "4.17.21",
"minimatch": "6.0.3", "minimatch": "6.0.0",
"moment": "2.29.4", "moment": "2.29.4",
"node-polyglot": "2.4.2", "node-polyglot": "2.4.2",
"ol": "7.2.2", "ol": "7.2.2",

View File

@ -13213,10 +13213,10 @@ minimatch@3.0.5:
dependencies: dependencies:
brace-expansion "^1.1.7" brace-expansion "^1.1.7"
minimatch@6.0.3: minimatch@6.0.0:
version "6.0.3" version "6.0.0"
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-6.0.3.tgz#9859768163dde0e998635f3a89068e96144a51bd" resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-6.0.0.tgz#e00d2875b7ae572f9e699e674fdfdab587aa1fdd"
integrity sha512-MEMLwGVOlRN2AT3u2YEuC101XLzw8kxrYe3sfGLeSoNe0rK3gQAchxsMxlVqFhmkIX/lwFiQSnANfydPOWCR5g== integrity sha512-6c/YhQ/ZnMCtAGMJTuPQlk1Q6ig41qn1laC1H/AU6dIIgurKxxfh0OEALh9V4+vPcy2VC670D46TOGc8dirt6w==
dependencies: dependencies:
brace-expansion "^2.0.1" brace-expansion "^2.0.1"