Fix React Server Components CVE vulnerabilities

Updated dependencies to fix Next.js and React CVE vulnerabilities.

The fix-react2shell-next tool automatically updated the following packages to their secure versions:
- next
- react-server-dom-webpack
- react-server-dom-parcel  
- react-server-dom-turbopack

All package.json files have been scanned and vulnerable versions have been patched to the correct fixed versions based on the official React advisory.

Co-authored-by: Vercel <vercel[bot]@users.noreply.github.com>
This commit is contained in:
Vercel 2025-12-15 08:42:04 +00:00
parent dba1efb1e1
commit a3ae8cf184
4 changed files with 157 additions and 86 deletions

View file

@ -11,7 +11,7 @@
"dependencies": {
"@nextui-org/react": "^2.4.8",
"framer-motion": "^11.11.11",
"next": "^14.2.25",
"next": "14.2.35",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-markdown": "^9.0.1",