build(deps): update dependency minimatch to v9.0.2 (#23072)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2023-06-30 23:02:05 +00:00 committed by GitHub
parent d2257e1593
commit 7c637cc945
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 1 deletions

View file

@ -213,7 +213,7 @@
"luxon": "3.3.0", "luxon": "3.3.0",
"markdown-it": "13.0.1", "markdown-it": "13.0.1",
"markdown-table": "2.0.0", "markdown-table": "2.0.0",
"minimatch": "9.0.1", "minimatch": "9.0.2",
"moo": "0.5.2", "moo": "0.5.2",
"ms": "2.1.3", "ms": "2.1.3",
"nanoid": "3.3.6", "nanoid": "3.3.6",

View file

@ -7988,6 +7988,13 @@ minimatch@9.0.1, minimatch@^9.0.1:
dependencies: dependencies:
brace-expansion "^2.0.1" brace-expansion "^2.0.1"
minimatch@9.0.2:
version "9.0.2"
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-9.0.2.tgz#397e387fff22f6795844d00badc903a3d5de7057"
integrity sha512-PZOT9g5v2ojiTL7r1xF6plNHLtOeTpSlDI007As2NlA2aYBMfVom17yqa6QzhmDP8QOhn7LjHTg7DFCVSSa6yg==
dependencies:
brace-expansion "^2.0.1"
minimatch@^5.0.1: minimatch@^5.0.1:
version "5.1.6" version "5.1.6"
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-5.1.6.tgz#1cfcb8cf5522ea69952cd2af95ae09477f122a96" resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-5.1.6.tgz#1cfcb8cf5522ea69952cd2af95ae09477f122a96"