-
Notifications
You must be signed in to change notification settings - Fork 327
Update glob dependency to >9.0.0 #605
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
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 |
What's the status of this and #608? We are trying to get rid of deprecated packages in our application and this is one of the last ones that pulls in something very old (i.e. Is there something blocking the bump to Glob > 9.0.0 and thus removing inflight? |
Please send a pull request. |
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: