-
Notifications
You must be signed in to change notification settings - Fork 47
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
Comments
This is breaking our product sadly. Is there a reason why it is taking forever to update? |
This is reported as a security vulnerability in https://security.snyk.io/vuln/SNYK-JS-INFLIGHT-6095116 Also
[email protected] removed the dependency on inflight last published in the year 2016. Line 61 in a95a7fc
|
Also
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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
The text was updated successfully, but these errors were encountered: