You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi @stephenfeather ,
Thanks for reporting this. I've submitted a PR for updating some of the dependencies, including gaze. However the warning for minimatch version is still in the output as there's no new version of broccoli dependency. Also at the moment we can use only a specific version of node-inspector, which depends on old version of minimatch.
├─┬ nativescript@2.1.1
│ ├─┬ gaze@1.0.0
│ │ └─┬ globule@0.2.0
│ │ ├─┬ glob@3.2.11
│ │ │ └── minimatch@0.3.0
│ │ └── minimatch@0.2.14
This is a flaw inherited from dependancies. gaze was updated to 1.1.0 on Apr 27th, globule updated a month ago (Jun 22) to upgrade minimatch
The text was updated successfully, but these errors were encountered: