Open
Description
Version
4.2.3
Reproduction link
Environment info
This issue is present in all normal usage environments.
Steps to reproduce
This issue can be easily found using npm tooling. I am not sure how to identify it using yarn. Basically, just run "npm audit" or "npm audit --fix". The minimist package is recognized to have a prototype pollution vulnerability and it is recommended to move up to version 1.2.3 or higher.
What is expected?
No security vulnerabilities
What is actually happening?
npm flags vue-cli as harboring a moderate risk (prototype pollution) through the "minimist" dependency.
I tried to fix this myself, but was unable to push my code up for a PR. It should be as simple as updating the line in package.json. However tests will need to be run to ensure that doing so does not introduce any other problems.