Skip to content

Update dependencies in order to fix minimatch warning #1963

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

Merged
merged 1 commit into from
Jul 29, 2016

Conversation

rosen-vladimirov
Copy link
Contributor

@rosen-vladimirov rosen-vladimirov commented Jul 29, 2016

As some of the dependencies are using old version of minimatch, the following warning appears during installation of nativescript CLI:
npm WARN deprecated [email protected]: Please update to minimatch 3.0.2 or higher to avoid a RegExp DoS issue

Update some of the dependencies in order to stop showing the warning. However it is still there as the broccoli dependency is not updated for more than 8 months and it depends on old version of glob module.
Same is valid for the node-inspector version that we are using and that we cannot upgrade at the moment.

Partial fix for: #1948

As some of the dependencies are using old version of minimatch, the following warning appears during installation of nativescript CLI:
`npm WARN deprecated [email protected]: Please update to minimatch 3.0.2 or higher to avoid a RegExp DoS issue`

Update some of the dependencies in order to stop showing the warning. However it is still there as the broccoli dependency is not updated for more than 8 months and it depends on old version of glob module.
Same is valid for the node-inspector version that we are using and that we cannot upgrade at the moment.
@rosen-vladimirov rosen-vladimirov added this to the 2.2.0 milestone Jul 29, 2016
@rosen-vladimirov rosen-vladimirov self-assigned this Jul 29, 2016
@rosen-vladimirov
Copy link
Contributor Author

ping @enchev , @dtopuzov , @vchimev , @pkoleva

@dtopuzov
Copy link
Contributor

👍

1 similar comment
@vchimev
Copy link

vchimev commented Jul 29, 2016

👍

@rosen-vladimirov rosen-vladimirov merged commit 6c277d3 into master Jul 29, 2016
@rosen-vladimirov rosen-vladimirov deleted the vladimirov/fix-minimatch-warn branch July 29, 2016 14:03
@fatenhealy
Copy link

I am getting the same warning:
npm WARN deprecated [email protected]: Please update to minimatch 3.0.2 or higher to avoid a RegExp DoS issue

Thanks,
Faten

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants