Skip to content

Commit fd2d300

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 0ef0b54 commit fd2d300

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"eslint": "8.29.0",
2222
"eslint-config-next": "13.0.7",
2323
"file-saver": "^2.0.5",
24-
"next": "^15.5.0",
24+
"next": "15.5.9",
2525
"pkg": "^5.8.0",
2626
"react": "18.2.0",
2727
"react-dom": "18.2.0",

0 commit comments

Comments
 (0)