fix(deps): update dependency minimatch to v7.1.0 (#571)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2023-02-22 23:12:58 -05:00 committed by GitHub
parent ce94a97d2f
commit e8ddb7ddaa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 5 deletions

View File

@ -112,7 +112,7 @@
"jwt-decode": "3.1.2",
"localforage": "1.10.0",
"lodash": "4.17.21",
"minimatch": "7.0.1",
"minimatch": "7.1.0",
"moment": "2.29.4",
"node-polyglot": "2.5.0",
"ol": "7.2.2",

View File

@ -13029,10 +13029,10 @@ minimatch@3.0.5:
dependencies:
brace-expansion "^1.1.7"
minimatch@7.0.1:
version "7.0.1"
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-7.0.1.tgz#346583590577d192cab9b88514f1832b9509d737"
integrity sha512-C4CrOG1kAnaIxQPTAoiAmZCR2up1yjDdseGpr8UCUw5UqBUao5E1q2bOv0cAX0+y8MUxcyrvkTsoj5DvGRnvdQ==
minimatch@7.1.0:
version "7.1.0"
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-7.1.0.tgz#8d3b0a361b02b4420c89fb2b8295621429c340ea"
integrity sha512-ZRvZsrVXiuB/QDlJx7WPymFyOHQUntQOEH3vFIwCzs/fDnH/siHZQAmI6Zamx1J9u9S66ucgKXU0CnqHfi8Z4g==
dependencies:
brace-expansion "^2.0.1"