Skip to content

Commit

Permalink
build(deps): update dependency minimatch to v5.1.3 (#19962)
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 Jan 21, 2023
1 parent 92e4c5c commit 88a1276
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -207,7 +207,7 @@
"luxon": "3.2.1",
"markdown-it": "13.0.1",
"markdown-table": "2.0.0",
"minimatch": "5.1.2",
"minimatch": "5.1.3",
"moo": "0.5.2",
"nanoid": "3.3.4",
"node-html-parser": "6.1.4",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Expand Up @@ -7483,10 +7483,10 @@ minimatch@5.1.0:
dependencies:
brace-expansion "^2.0.1"

minimatch@5.1.2:
version "5.1.2"
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-5.1.2.tgz#0939d7d6f0898acbd1508abe534d1929368a8fff"
integrity sha512-bNH9mmM9qsJ2X4r2Nat1B//1dJVcn3+iBLa3IgqJ7EbGaDNepL9QSHOxN4ng33s52VMMhhIfgCYDk3C4ZmlDAg==
minimatch@5.1.3:
version "5.1.3"
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-5.1.3.tgz#10ae385b8cb023b634156a145fb365331b9aee5d"
integrity sha512-yR0LpRkZBFmItN6as1GnWLpkKQNb8bbOWqb1ndXXnCtk97W/DM+GWc25WmTmOaP6/Mk4L4pI082ukXkYwOrmUA==
dependencies:
brace-expansion "^2.0.1"

Expand Down

0 comments on commit 88a1276

Please sign in to comment.