Skip to content

Commit f19c603

Browse files
committed
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>
1 parent e70313c commit f19c603

2 files changed

Lines changed: 200 additions & 183 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"prepare": "husky"
1717
},
1818
"dependencies": {
19-
"next": "^15.0.2",
19+
"next": "15.0.7",
2020
"nextra": "^4.0.0",
2121
"nextra-theme-docs": "^4.0.0",
2222
"react": "^19.1.0",

0 commit comments

Comments
 (0)