Fix npm warning for deprecated minimatch@0.3.0
See original GitHub issueWhen installing the package, I receive the following error:
$ npm install dustjs-linkedin
npm WARN deprecated minimatch@0.3.0: Please update to minimatch 3.0.2 or higher to avoid a RegExp DoS issue
It seems like the issue has already been resolved in f7906e4 when the cli
dependency was bumped.
So would it be possible to do a release to fix the warning? Much appreciated for all your work!
Issue Analytics
- State:
- Created 7 years ago
- Comments:16 (9 by maintainers)
Top Results From Across the Web
npm WARN deprecated minimatch@2.0.10: Please update to ...
Try this..this works For me to install npm ... I can fix it. npm install minimatch + minimatch@3.0.4 sudo npm install -g minimatch@3.0.4...
Read more >npm install, npm audit fix errors out - Laracasts
npm WARN deprecated minimatch@2.0.10: Please update to minimatch 3.0.2 or higher to avoid a RegExp DoS issue npm WARN deprecated minimatch@0.2.14: Please update ......
Read more >How to handle npm WARN deprecated messages when ...
When installing packages using the npm install command, npm frequently generates a warning message that says a package is deprecated. The ...
Read more >This Tutorial Starting your own BEM project
npm install npm WARN EBADENGINE Unsupported engine { npm WARN EBADENGINE ... info. npm WARN deprecated minimatch@0.2.14: Please update to minimatch 3.0.2 or ......
Read more >Error while updating the instance - Google Groups
@npmjs.com for more info. npm WARN deprecated mini...@0.4.0: Please update to minimatch 3.0.2 or higher to avoid a RegExp DoS issue.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
2.6.3 and 2.7.3 are available on NPM. Should hit CDNJS tonight.
Sorry for delay, I’ll get to it this weekend and just do patch releases with the CLI bump instead of trying to backport
On Sat, Jul 23, 2016, 6:32 PM Ryan Graham notifications@github.com wrote: