update: update dependency minimatch to v6
This commit is contained in:
parent
e3d1dee564
commit
19e008b575
|
@ -83,7 +83,7 @@
|
|||
"jsonpath-plus": "7.2.0",
|
||||
"lodash": "4.17.21",
|
||||
"memfs": "3.4.13",
|
||||
"minimatch": "5.1.1",
|
||||
"minimatch": "6.1.6",
|
||||
"mocha": "10.2.0",
|
||||
"noicejs": "4.0.0",
|
||||
"nyc": "15.1.0",
|
||||
|
|
|
@ -2990,10 +2990,10 @@ minimatch@5.0.1:
|
|||
dependencies:
|
||||
brace-expansion "^2.0.1"
|
||||
|
||||
minimatch@5.1.1:
|
||||
version "5.1.1"
|
||||
resolved "https://artifacts.apextoaster.com/repository/group-npm/minimatch/-/minimatch-5.1.1.tgz#6c9dffcf9927ff2a31e74b5af11adf8b9604b022"
|
||||
integrity sha512-362NP+zlprccbEt/SkxKfRMHnNY85V74mVnpUpNyr3F35covl09Kec7/sEFLt3RA4oXmewtoaanoIf67SE5Y5g==
|
||||
minimatch@6.1.6:
|
||||
version "6.1.6"
|
||||
resolved "https://artifacts.apextoaster.com/repository/group-npm/minimatch/-/minimatch-6.1.6.tgz#5384bb324be5b5dae12a567c03d22908febd0ddd"
|
||||
integrity sha512-6bR3UIeh/DF8+p6A9Spyuy67ShOq42rOkHWi7eUe3Ua99Zo5lZfGC6lJJWkeoK4k9jQFT3Pl7czhTXimG2XheA==
|
||||
dependencies:
|
||||
brace-expansion "^2.0.1"
|
||||
|
||||
|
|
Loading…
Reference in New Issue