-
Notifications
You must be signed in to change notification settings - Fork 62
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 rimraf to a version with a newer glob dependency #100
Comments
@bruce hey! It looks like only you can release a new version now, so I am writing to you. Do you have any plans to support and develop this project? It looks perfect, but time passes, and the project's dependencies become outdated. Thus, modern How do you feel about updating all dependencies and releasing a major release? |
Ah, I was unaware of that; this project has been off my radar for some time.
No, but I'm at least willing to make new dependency related releases, time-permitting, until someone else steps forward and wants to continue to support the project more comprehensively.
Yes, I can take a look at this in a week or so; I'm currently on holiday and a continent and ocean away from my laptop. |
Hello,
The current release of node-temp uses rimraf 2.6.3, which depends on Glob, which depends on Inflight, which has a security issue: CWE-772. Newer releases of rimraf and Glob exist that do not have this dependency. Temp should be updated to a newer version, as it's used by many downstream packages, like js-codeshift, which currently have this vulnerability.
The text was updated successfully, but these errors were encountered: