create-react-app
create-react-app copied to clipboard
Snyk Package Analysis - Regular Expression Denial of Service (ReDoS) Vulnerability
trafficstars
Introduced through: [email protected] Fixed In: [email protected]
Please upgrade internal package nth-check (v1.0.2 to v2.0.1) of react-scripts
+1
+1
I resolved nth-check vulnerability issue by using overrides in package.json:
"overrides": {
"nth-check": ">=2.0.2",
},