I see two deprecation warnings when installing Huron, for `minimatch@0.2.14` and `graceful-fs@1.2.3`, both of which are coming from [gaze](https://www.npmjs.com/package/gaze). `npm ls minimatch graceful-fs` In the case of minmatch, the warning is somewhat dire: ``` Please update to minimatch 3.0.2 or higher to avoid a RegExp DoS issue ```
I see two deprecation warnings when installing Huron, for
minimatch@0.2.14andgraceful-fs@1.2.3, both of which are coming from gaze.npm ls minimatch graceful-fsIn the case of minmatch, the warning is somewhat dire: