-
Notifications
You must be signed in to change notification settings - Fork 51
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
Dependency vulnerabilities #105
Comments
Specifically, I'm running into some issues with the Severity: moderate |
A handy tool to use is snyk: npx snyk wizard --dev This takes you through the vulnerabilities and suggests a fix if it's available or to ignore the vulnerability until a fix can be applied at a later point. Some of the features of Snyk are on https://support.snyk.io/hc/en-us/articles/360000920818-What-is-the-difference-between-snyk-test-protect-and-monitor- |
@gotreasa Doesn't help with ansi-regex in this case. No patch available it says. Cant the project just update to 5.0.1 (with node.js 8 as req) or 6.0.1 (with node.js 12 as req)? The changelogs don't suggest any other breaking changes. |
Any chance you could run
npm audit fix --force
to kill those vulnerabilities?The text was updated successfully, but these errors were encountered: