1
0
Fork 0

update: update dependency minimatch to v5.0.1 (#1029)

Co-authored-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
renovate[bot] 2022-02-24 21:53:32 +00:00 committed by GitHub
parent 8e1c786acb
commit 7d3afe594e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 5 deletions

View File

@ -74,7 +74,7 @@
"jsonpath-plus": "6.0.1",
"lodash": "4.17.21",
"memfs": "3.4.1",
"minimatch": "5.0.0",
"minimatch": "5.0.1",
"mocha": "9.2.1",
"noicejs": "4.0.0",
"nyc": "15.1.0",

View File

@ -2918,10 +2918,10 @@ min-indent@^1.0.0:
dependencies:
brace-expansion "^1.1.7"
minimatch@5.0.0:
version "5.0.0"
resolved "https://artifacts.apextoaster.com/repository/group-npm/minimatch/-/minimatch-5.0.0.tgz#281d8402aaaeed18a9e8406ad99c46a19206c6ef"
integrity sha512-EU+GCVjXD00yOUf1TwAHVP7v3fBD3A8RkkPYsWWKGWesxM/572sL53wJQnHxquHlRhYUV36wHkqrN8cdikKc2g==
minimatch@5.0.1:
version "5.0.1"
resolved "https://artifacts.apextoaster.com/repository/group-npm/minimatch/-/minimatch-5.0.1.tgz#fb9022f7528125187c92bd9e9b6366be1cf3415b"
integrity sha512-nLDxIFRyhDblz3qMuq+SoRZED4+miJ/G+tdDrjkkkRnjAsBexeGpgjLEQ0blJy7rHhR2b93rhQY4SvyWu9v03g==
dependencies:
brace-expansion "^2.0.1"