-
-
Notifications
You must be signed in to change notification settings - Fork 9
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
Relies (transitively) on vulnerable version of inflight #17
Comments
Would you like to send a PR to address this issue? |
Added a PR: One unit test is skipped temporarily, until I have time to figure out what's going wrong.... |
This was referenced Dec 7, 2023
Can we get this merged ? Needed for Pino fix |
unit tests are still not passing. Will take a look asap. |
Merged
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Seems that inflight is not expected to be fixed (see this comment). So, the upstream libs using it should fix by updating to later versions of the in between dependency (glob).
For my app, the dependency chain starts with pino-pretty, but this help-me lib would be the point of upgrading to newer version of glob to resolve:
[email protected] › [email protected] › [email protected] › [email protected]
The Snyk issue, for reference:
https://security.snyk.io/vuln/SNYK-JS-INFLIGHT-6095116
The text was updated successfully, but these errors were encountered: