Skip to content
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

Memory leak in inflight dependency #83

Open
rahmanfasalu opened this issue Dec 21, 2023 · 3 comments
Open

Memory leak in inflight dependency #83

rahmanfasalu opened this issue Dec 21, 2023 · 3 comments

Comments

@rahmanfasalu
Copy link

Version-2.1.4 is using a dependency of glob "^7.1.6," which has a transient dependency, "inflight," that has a memory leak. maybe updating glob to the latest version might fix the issue

ref: isaacs/inflight-DEPRECATED-DO-NOT-USE#18

@Benjamin-Willard
Copy link

This is breaking our product sadly. Is there a reason why it is taking forever to update?

@MikeMcC399
Copy link

This is reported as a security vulnerability in https://security.snyk.io/vuln/SNYK-JS-INFLIGHT-6095116
Missing Release of Resource after Effective Lifetime

Also

$ npm view inflight deprecated
This module is not supported, and leaks memory. Do not use it. Check out lru-cache if you want a good and tested way to coalesce async requests by a key value, which is much more comprehensive and powerful.

[email protected] removed the dependency on inflight last published in the year 2016.

"glob": "^7.1.6"

@MikeMcC399
Copy link

Also

$ npm view [email protected] deprecated
Glob versions prior to v9 are no longer supported
$ npm view [email protected] deprecated
Glob versions prior to v9 are no longer supported

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

3 participants