update: update dependency minimatch to v5.0.1 (#1029)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
parent
8e1c786acb
commit
7d3afe594e
|
@ -74,7 +74,7 @@
|
||||||
"jsonpath-plus": "6.0.1",
|
"jsonpath-plus": "6.0.1",
|
||||||
"lodash": "4.17.21",
|
"lodash": "4.17.21",
|
||||||
"memfs": "3.4.1",
|
"memfs": "3.4.1",
|
||||||
"minimatch": "5.0.0",
|
"minimatch": "5.0.1",
|
||||||
"mocha": "9.2.1",
|
"mocha": "9.2.1",
|
||||||
"noicejs": "4.0.0",
|
"noicejs": "4.0.0",
|
||||||
"nyc": "15.1.0",
|
"nyc": "15.1.0",
|
||||||
|
|
|
@ -2918,10 +2918,10 @@ min-indent@^1.0.0:
|
||||||
dependencies:
|
dependencies:
|
||||||
brace-expansion "^1.1.7"
|
brace-expansion "^1.1.7"
|
||||||
|
|
||||||
minimatch@5.0.0:
|
minimatch@5.0.1:
|
||||||
version "5.0.0"
|
version "5.0.1"
|
||||||
resolved "https://artifacts.apextoaster.com/repository/group-npm/minimatch/-/minimatch-5.0.0.tgz#281d8402aaaeed18a9e8406ad99c46a19206c6ef"
|
resolved "https://artifacts.apextoaster.com/repository/group-npm/minimatch/-/minimatch-5.0.1.tgz#fb9022f7528125187c92bd9e9b6366be1cf3415b"
|
||||||
integrity sha512-EU+GCVjXD00yOUf1TwAHVP7v3fBD3A8RkkPYsWWKGWesxM/572sL53wJQnHxquHlRhYUV36wHkqrN8cdikKc2g==
|
integrity sha512-nLDxIFRyhDblz3qMuq+SoRZED4+miJ/G+tdDrjkkkRnjAsBexeGpgjLEQ0blJy7rHhR2b93rhQY4SvyWu9v03g==
|
||||||
dependencies:
|
dependencies:
|
||||||
brace-expansion "^2.0.1"
|
brace-expansion "^2.0.1"
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue