Skip to content

Commit 8486d30

Browse files
authored
Fix React Server Components CVE vulnerabilities (#371)
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 1a9f4e1 commit 8486d30

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

website/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"dependencies": {
1212
"@octokit/graphql": "9.0.1",
1313
"lodash": "^4.17.21",
14-
"next": "^15.5.7",
14+
"next": "15.5.9",
1515
"react": "^19.1.1",
1616
"react-dom": "^19.1.1",
1717
"tinycolor2": "^1.6.0",

0 commit comments

Comments
 (0)