paulmillr / readdirp

Recursive version of fs.readdir with streaming api.
https://paulmillr.com
MIT License
382 stars 53 forks source link

Bump minimatch version to avoid vulnerability #52

Closed dangrasso closed 7 years ago

dangrasso commented 7 years ago

minimatch < 3.0.4 uses an old version of brace-expansion, with a known vulnerability: https://snyk.io/test/npm/brace-expansion/1.1.6

thlorenz commented 7 years ago

Not needed due to auto update via ^.