update: update dependency minimatch to v5.1.6
This commit is contained in:
parent
330b980793
commit
c3f9698afc
|
@ -83,7 +83,7 @@
|
|||
"jsonpath-plus": "7.2.0",
|
||||
"lodash": "4.17.21",
|
||||
"memfs": "3.4.13",
|
||||
"minimatch": "5.1.1",
|
||||
"minimatch": "5.1.6",
|
||||
"mocha": "10.2.0",
|
||||
"noicejs": "4.0.0",
|
||||
"nyc": "15.1.0",
|
||||
|
|
|
@ -3185,10 +3185,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@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==
|
||||
dependencies:
|
||||
brace-expansion "^2.0.1"
|
||||
|
||||
|
|
Loading…
Reference in New Issue