dfilatov / vow-fs

Vow-based file I/O for Node.js
MIT License
28 stars 8 forks source link

Update glob dependency #23

Closed BBosman closed 8 years ago

BBosman commented 8 years ago

Currently installing vow-fs gives a warning:

npm WARN deprecated minimatch@0.2.14: Please update to minimatch 3.0.2 or higher to avoid a RegExp DoS issue

This PR updates the glob dependency to the most recent version which uses an updated minimatch version as well.

I ran the tests after the change and they all still pass.

dfilatov commented 8 years ago

@BBosman Thanks!

dfilatov commented 8 years ago

this fix published in 0.3.6