Hi everyone,
I ran the command npx fix-react2shell-next mentioned in the recent Vercel blog to check for vulnerabilities. After running it, I got this output:
Found 1 vulnerable file(s):
package.json next: 15.4.8 -> 15.4.10 [CVE-2025-55184, CVE-2025-55183, CVE-2025-67779]
Apply fixes? [Y/n] Y
The tool successfully updated my Next.js version, but my react and react-dom versions are still the same (19.1.0).
My question:
Do I need to update react and react-dom manually, or does this tool only handle Next.js updates? What’s the recommended approach here?
Thanks!