Skip to content
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 to latest version #115

Closed
wants to merge 2 commits into from
Closed

Conversation

shahar-h
Copy link

Current mkdirp version is using minimist 0.0.8, which has a security vulnerability.
mkdirp > 1.00 doesn't use minimist anymore so upgarding will resolve this issue.

Current `mkdirp` version is using `minimist` 0.0.8, which has a security [vulnerability](https://snyk.io/vuln/SNYK-JS-MINIMIST-559764).
`mkdirp` > 1.00 doesn't use `minimist` anymore so upgarding will resolve this issue.
@vweevers
Copy link
Member

minimist is only used when you use mkdirp as a CLI, rather than a module. So the vulnerability does not apply.

@shahar-h
Copy link
Author

shahar-h commented Mar 17, 2020

a new version of mkdirp 0.5.3 was released with an upgrade to minimist, so security issue should be resolved with this upgrade:
isaacs/node-mkdirp#7

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants