You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Jest-junit is a great libray. But recently our component and governence pipeline detect security vulnerability issue about ansi-regex(v4.1.0) when using jest-junit package.
Description: ansi-regex is vulnerable to Inefficient Regular Expression Complexity
Recommendation: Upgrade ansi-regex from 4.1.0 to 5.0.1 to fix the vulnerability
Hi, jest-junit team.
Jest-junit is a great libray. But recently our component and governence pipeline detect security vulnerability issue about ansi-regex(v4.1.0) when using jest-junit package.
To update ansi-regex to v5.0.1, jest-junit can update strip-ansi to v6.0.1
https://github.com/chalk/strip-ansi/tree/v6.0.1
How do you think about this?
Thanks in advance.
The text was updated successfully, but these errors were encountered: