3.0.4
osx, node v10.10.0
1) Install any package from NPM,
2) You'll get prompted to run npm audit fix for 6 vulnerabilities
3) Run npm audit fix
4) Problem still there
5) Run npm audit fix - f
6) Still something with vue-cli-plugin-e2e-nightwatch that keeps bugging
To not have any issues
Nightwatch keeps on yelling it has some problems
Well, since I don't event use nightwatch I don't really have a problem with it. But I thought it would be nice to let you know :-)
Cheers guys, you do an amazing job!

Thanks for the report.
Unfortunately we can't do much about this, it's nested depedencies of nightwatch that are affected, and the semver versions of these packages don't allow an update to a secure version.
Fortunately though, since nightwatch isn't generating any user-facing code, and not running any user-provided input, the type of security problem that's reported here - a DOS attack / command injection - isn't really an issue, at least that's how it seems to me.
So we (including you) can reach out to package maintainers and open an issue about this, hoping they adjust the dependency version ranges, but that's already happening with little effect (see here for example)
Thank you for your quick response Linus!
Most helpful comment
Thanks for the report.
Unfortunately we can't do much about this, it's nested depedencies of nightwatch that are affected, and the semver versions of these packages don't allow an update to a secure version.
Fortunately though, since nightwatch isn't generating any user-facing code, and not running any user-provided input, the type of security problem that's reported here - a DOS attack / command injection - isn't really an issue, at least that's how it seems to me.
So we (including you) can reach out to package maintainers and open an issue about this, hoping they adjust the dependency version ranges, but that's already happening with little effect (see here for example)