Skip to content

Commit eb4f141

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 8f7587b commit eb4f141

File tree

4 files changed

+165
-172
lines changed

4 files changed

+165
-172
lines changed

docs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"start": "next start"
1010
},
1111
"dependencies": {
12-
"next": "^15.0.2",
12+
"next": "15.0.7",
1313
"nextra": "^4.2.17",
1414
"nextra-theme-docs": "^4.2.17",
1515
"react": "19.1.0",

0 commit comments

Comments
 (0)