mirror of
https://github.com/renovatebot/renovate.git
synced 2025-01-11 06:26:26 +00:00
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:
parent
d2257e1593
commit
7c637cc945
2 changed files with 8 additions and 1 deletions
|
@ -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",
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue