Skip to content
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] Update chalk to 4.x? #1363

Open
mayank99 opened this issue Oct 5, 2021 · 0 comments
Open

[security] Update chalk to 4.x? #1363

mayank99 opened this issue Oct 5, 2021 · 0 comments

Comments

@mayank99
Copy link
Contributor

mayank99 commented Oct 5, 2021

BackstopJS currently uses a several years old version of chalk.

"chalk": "^1.1.3",

This is a slight problem because it has a transitive dependency on ansi-regex@2 (via strip-ansi@3), which has a security vulnerability: GHSA-93q8-gq69-wqmw.

"strip-ansi": "^3.0.0",

Would be nice to upgrade to the newest version of chalk. I would force resolve to chalk@4 on my end but it might break something.

@mayank99 mayank99 changed the title Update to chalk 4.x? [security] Update chalk to 4.x? Oct 5, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant