update: update dependency minimatch to v9
This commit is contained in:
parent
f1f45bbc6b
commit
9784894697
|
@ -83,7 +83,7 @@
|
||||||
"jsonpath-plus": "7.2.0",
|
"jsonpath-plus": "7.2.0",
|
||||||
"lodash": "4.17.21",
|
"lodash": "4.17.21",
|
||||||
"memfs": "3.5.1",
|
"memfs": "3.5.1",
|
||||||
"minimatch": "5.1.6",
|
"minimatch": "9.0.2",
|
||||||
"mocha": "10.2.0",
|
"mocha": "10.2.0",
|
||||||
"noicejs": "4.0.0",
|
"noicejs": "4.0.0",
|
||||||
"nyc": "15.1.0",
|
"nyc": "15.1.0",
|
||||||
|
|
|
@ -3204,10 +3204,10 @@ minimatch@5.0.1:
|
||||||
dependencies:
|
dependencies:
|
||||||
brace-expansion "^2.0.1"
|
brace-expansion "^2.0.1"
|
||||||
|
|
||||||
minimatch@5.1.6:
|
minimatch@9.0.2:
|
||||||
version "5.1.6"
|
version "9.0.2"
|
||||||
resolved "https://artifacts.apextoaster.com/repository/group-npm/minimatch/-/minimatch-5.1.6.tgz#1cfcb8cf5522ea69952cd2af95ae09477f122a96"
|
resolved "https://artifacts.apextoaster.com/repository/group-npm/minimatch/-/minimatch-9.0.2.tgz#397e387fff22f6795844d00badc903a3d5de7057"
|
||||||
integrity sha512-lKwV/1brpG6mBUFHtb7NUmtABCb2WZZmm2wNiOA5hAb8VdCS4B3dtMWyvcoViccwAW/COERjXLt0zP1zXUN26g==
|
integrity sha512-PZOT9g5v2ojiTL7r1xF6plNHLtOeTpSlDI007As2NlA2aYBMfVom17yqa6QzhmDP8QOhn7LjHTg7DFCVSSa6yg==
|
||||||
dependencies:
|
dependencies:
|
||||||
brace-expansion "^2.0.1"
|
brace-expansion "^2.0.1"
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue