-
Notifications
You must be signed in to change notification settings - Fork 323
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
Update glob dependency to >9.0.0 #605
Comments
Exactly. In my case I get the same warning as the OP. The offending reference to $ npm ls glob
[email protected] /home/david/Projects/Evoke-mac/esx-core/server
├─┬ [email protected]
│ └─┬ @anttiviljami/[email protected]
│ └── [email protected]
├─┬ [email protected]
│ └─┬ [email protected]
│ └─┬ @mark.probst/[email protected]
│ └── [email protected]
└─┬ [email protected]
└─┬ [email protected]
└── [email protected] deduped I also notice the offending dependency on $ npm ls inflight
[email protected] /home/david/Projects/Evoke-mac/esx-core/server
└─┬ [email protected]
└─┬ [email protected]
└─┬ @mark.probst/[email protected]
└─┬ [email protected]
└── [email protected] For |
For the |
Do the |
This package currently uses
glob
<v9, which transitively depends on inflight, which is deprecated due to leaking memory.To fix this, just update glob to >9.0.0
The text was updated successfully, but these errors were encountered: