-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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 mkdirp dependency #858
Comments
Hmm, I don't think we can do this in a non-breaking way? If this pans out we can update: isaacs/node-mkdirp#7 (comment) |
Edit: Use For anyone using Add this to your "resolutions": {
"**/mkdirp/minimist": "0.2.1"
} |
A fix has been published to Npm 👏 You should be able to update that package specifically with something like:
Or you could just remove your I don't think that we need to take any action here since we are already depending on |
thanks everyone for the quick resolution |
mkdirp 0.5.1 uses minimist 0.0.8 which is reported to have a sec vulnerability CVE-2020-7598
thanks
The text was updated successfully, but these errors were encountered: