update: update dependency minimatch to v7
This commit is contained in:
parent
e1004120c7
commit
176c382803
|
@ -83,7 +83,7 @@
|
|||
"jsonpath-plus": "7.2.0",
|
||||
"lodash": "4.17.21",
|
||||
"memfs": "3.4.13",
|
||||
"minimatch": "5.1.6",
|
||||
"minimatch": "7.4.4",
|
||||
"mocha": "10.2.0",
|
||||
"noicejs": "4.0.0",
|
||||
"nyc": "15.1.0",
|
||||
|
|
|
@ -3198,10 +3198,10 @@ minimatch@5.0.1:
|
|||
dependencies:
|
||||
brace-expansion "^2.0.1"
|
||||
|
||||
minimatch@5.1.6:
|
||||
version "5.1.6"
|
||||
resolved "https://artifacts.apextoaster.com/repository/group-npm/minimatch/-/minimatch-5.1.6.tgz#1cfcb8cf5522ea69952cd2af95ae09477f122a96"
|
||||
integrity sha512-lKwV/1brpG6mBUFHtb7NUmtABCb2WZZmm2wNiOA5hAb8VdCS4B3dtMWyvcoViccwAW/COERjXLt0zP1zXUN26g==
|
||||
minimatch@7.4.4:
|
||||
version "7.4.4"
|
||||
resolved "https://artifacts.apextoaster.com/repository/group-npm/minimatch/-/minimatch-7.4.4.tgz#e15a8ab56cc5469eca75a26a1319e5c00900824a"
|
||||
integrity sha512-T+8B3kNrLP7jDb5eaC4rUIp6DKoeTSb6f9SwF2phcY2gxJUA0GEf1i29/FHxBMEfx0ppWlr434/D0P+6jb8bOQ==
|
||||
dependencies:
|
||||
brace-expansion "^2.0.1"
|
||||
|
||||
|
|
Loading…
Reference in New Issue