1
0
Fork 0

update: update dependency minimatch to v5 (#1020)

Co-authored-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
renovate[bot] 2022-02-15 18:41:05 +00:00 committed by GitHub
parent 52a5398fa6
commit 9cc6fae09d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 13 additions and 6 deletions

View File

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

View File

@ -754,6 +754,13 @@ brace-expansion@^1.1.7:
balanced-match "^1.0.0"
concat-map "0.0.1"
brace-expansion@^2.0.1:
version "2.0.1"
resolved "https://artifacts.apextoaster.com/repository/group-npm/brace-expansion/-/brace-expansion-2.0.1.tgz#1edc459e0f0c548486ecf9fc99f2221364b9a0ae"
integrity sha512-XnAIvQ8eM+kC6aULx6wuQiwVsnzsi9d3WxzV3FpWTGA19F621kwdbsAcFKXgKUHZWsy+mY6iL1sHTxWEFCytDA==
dependencies:
balanced-match "^1.0.0"
braces@^3.0.1, braces@~3.0.2:
version "3.0.2"
resolved "https://artifacts.apextoaster.com/repository/group-npm/braces/-/braces-3.0.2.tgz#3454e1a462ee8d599e236df336cd9ea4f8afe107"
@ -2911,12 +2918,12 @@ min-indent@^1.0.0:
dependencies:
brace-expansion "^1.1.7"
minimatch@4.2.1:
version "4.2.1"
resolved "https://artifacts.apextoaster.com/repository/group-npm/minimatch/-/minimatch-4.2.1.tgz#40d9d511a46bdc4e563c22c3080cde9c0d8299b4"
integrity sha512-9Uq1ChtSZO+Mxa/CL1eGizn2vRn3MlLgzhT0Iz8zaY8NdvxvB0d5QdPFmCKf7JKA9Lerx5vRrnwO03jsSfGG9g==
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==
dependencies:
brace-expansion "^1.1.7"
brace-expansion "^2.0.1"
minimist-options@4.1.0, minimist-options@^4.0.2:
version "4.1.0"