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
Can also be fixed by adding this override block to the package.json:
"overrides": {
"cross-spawn": "7.0.5"
}
to override the vulnerable 7.0.3 version included through the latest version of js-beautify (since it doesn't have a newer version that fixes this issue yet)
Snyk link:
https://security.snyk.io/vuln/SNYK-JS-CROSSSPAWN-8303230
Issue:
cross-spawn
contains a Regular Expression Denial of Service (ReDoS) vulnerability, bumping thejs-beautify
package or adding a package override forcross-spawn
would fix this issue.The text was updated successfully, but these errors were encountered: