Skip to content

Commit

Permalink
build(deps): update dependency minimatch to v9.0.2 (#23072)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Jun 30, 2023
1 parent d2257e1 commit 7c637cc
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -213,7 +213,7 @@
"luxon": "3.3.0",
"markdown-it": "13.0.1",
"markdown-table": "2.0.0",
"minimatch": "9.0.1",
"minimatch": "9.0.2",
"moo": "0.5.2",
"ms": "2.1.3",
"nanoid": "3.3.6",
Expand Down
7 changes: 7 additions & 0 deletions yarn.lock
Expand Up @@ -7988,6 +7988,13 @@ minimatch@9.0.1, minimatch@^9.0.1:
dependencies:
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:
version "5.1.6"
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-5.1.6.tgz#1cfcb8cf5522ea69952cd2af95ae09477f122a96"
Expand Down

0 comments on commit 7c637cc

Please sign in to comment.