-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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
Security vulnerability with VuePress 1.8.2 #2946
Comments
With
Unfortunately |
I needed to dig deep to get the information that i wanted so here is what i found: |
Just FYI this repo is deprecated and will continue to accrue security and dependency deprecation issues. From the readme:
It is frustrating that a google for vuepress goes to vuepress 1.x and there is no clear mention you are on a deprecated project. Almost like putting the gun in your hand, pointing it at your foot and saying "you should be more careful!" This is "vuepress-next": https://v2.vuepress.vuejs.org/ |
Bug report
Steps to reproduce
What is expected?
Zero security vulnerability
What is actually happening?
Twelve security vulnerability
Other relevant information
npx vuepress info
in my VuePress project:If have deep dived into the modules
Newest Version of
chalk
is 4.1.2, and has no dependency tohas-ansi
since at least 2.0.0All other vulnerabilities should be fix with newer versions of
webpack-dev-server
andwebpackbar
.All the libs denpending on
ansi-regex
are using a newer versions.Updating
globby
,chokidar
,copy-webpack-plugin
should fix it, libs denpending onglob-parent
are using a newer versions.The text was updated successfully, but these errors were encountered: