This project contains vulnerable versions of React/Next.js packages affected by CVE-2025-66478.
This project contains vulnerable versions of React/Next.js packages affected by CVE-2025-66478.
{
"nextVersion": "15.1.0",
"reactVersion": "19.0.0",
"reactDomVersion": "19.0.0"
}To check for vulnerabilities:
npm testTo apply fixes:
npm run fixnpm install
npm run devThen open http://localhost:3000 with your browser.