Skip to content

Commit 818a0ba

Browse files
Fix React Server Components CVE vulnerabilities (#49)
* 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> * chore: prettier * fix: types --------- Co-authored-by: Vercel <vercel[bot]@users.noreply.github.com> Co-authored-by: dudu0506 <[email protected]>
1 parent 4778109 commit 818a0ba

File tree

4 files changed

+370
-88
lines changed

4 files changed

+370
-88
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"frames.js": "^0.19.3",
2121
"geist": "^1.2.1",
2222
"http-status-codes": "^2.3.0",
23-
"next": "latest",
23+
"next": "15.5.8",
2424
"postcss": "^8.4.33",
2525
"react": "18.2.0",
2626
"react-dom": "18.2.0",

0 commit comments

Comments
 (0)