We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I recently did a npm audit fix yet it required a manual review which pointed out that there's a vulnerability through multer > mkdirp > minimist
The text was updated successfully, but these errors were encountered:
Hey there, this has been addressed by mkdirp 0.5.3.
See these other issues for more info #858 #859 This can be resolved for now with:
npm update mkdirp --depth=10
There's also a PR to bump mkdirp dep version for an unrelated issue #862
Sorry, something went wrong.
Thank you this solved the problem.
No branches or pull requests
I recently did a npm audit fix yet it required a manual review which pointed out that there's a vulnerability through multer > mkdirp > minimist
The text was updated successfully, but these errors were encountered: