jakejs / jake

JavaScript build tool, similar to Make or Rake. Built to work with Node.js.
http://jakejs.com
Apache License 2.0
1.97k stars 190 forks source link

322 - Upgrade minimatch to 3.x #325

Closed welearnednothing closed 7 years ago

welearnednothing commented 7 years ago

Upon installing the older version of minimatch, npm would emit the following error: npm WARN deprecated minimatch@0.2.14: Please update to minimatch 3.0.2 or higher to avoid a RegExp DoS issue

Addresses issue #322

mde commented 7 years ago

Thank you very much for this!