Skip to content

deprecated [email protected] #205

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
simwin opened this issue Dec 5, 2016 · 3 comments
Closed

deprecated [email protected] #205

simwin opened this issue Dec 5, 2016 · 3 comments

Comments

@simwin
Copy link

simwin commented Dec 5, 2016

when I try npm install:
npm WARN deprecated [email protected]: Please update to minimatch 3.0.2 or higher to avoid a RegExp DoS issue
How can I fix it?

@danpat
Copy link
Member

danpat commented Dec 5, 2016

@simwin It's just a warning - feel free to submit a patch that updates package.json to a newer version.

@perliedman
Copy link
Contributor

I think the problem is that osrm-frontend doesn't depend on minimatch itself, it's a dependency somewhere one or more levels down the dependency tree.

So, the fix would be to either upgrade any packages depending on this particular version of minimatch, or make those project update their dependencies.

@yuryleb
Copy link
Contributor

yuryleb commented Apr 19, 2017

Issue could be closed due to merged #238

@danpat danpat closed this as completed Apr 19, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants