bencodezen / vue-enterprise-boilerplate

An ever-evolving, very opinionated architecture and dev environment for new Vue SPA projects using Vue CLI.
7.77k stars 1.32k forks source link

Update dependencies affected by flatmap-stream vulnerability #113

Closed frandiox closed 5 years ago

frandiox commented 5 years ago

Hi! The only dependency affected was npm-run-all. Fixes #112

chrisgundersen commented 5 years ago

Made this change locally to test and it's all working now - thanks!

frandiox commented 5 years ago

@chrisgundersen For the next time, you can try yarn why <package-name> or npm ls <package-name> and it will tell you what dependencies are requiring the package 👍

chrisvfritz commented 5 years ago

Thanks! I managed to fix this just now with a yarn upgrade.