Skip to content

Commit 31f1259

Browse files
authored
Fix React Server Components CVE vulnerabilities (#16)
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>
1 parent 1c35867 commit 31f1259

2 files changed

Lines changed: 70 additions & 54 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"date-fns": "^4.1.0",
3030
"framer-motion": "^11.13.1",
3131
"lucide-react": "^0.468.0",
32-
"next": "15.0.4",
32+
"next": "15.0.7",
3333
"next-themes": "^0.4.4",
3434
"nextjs-toploader": "^3.7.15",
3535
"react": "19.0.0",

0 commit comments

Comments
 (0)