Skip to content

Commit 67c2476

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 0428553 commit 67c2476

5 files changed

Lines changed: 6 additions & 6 deletions

File tree

docs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"dependencies": {
1212
"frames.js": "0.22.0",
1313
"lucide-react": "^0.372.0",
14-
"next": "14.1.4",
14+
"next": "14.2.35",
1515
"react": "^18.2.0",
1616
"react-dom": "18.2.0",
1717
"vocs": "1.0.0-alpha.46"

packages/debugger/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"@farcaster/frame-sdk": "^0.0.26",
2020
"@xmtp/xmtp-js": "^12.0.0",
2121
"is-port-reachable": "^4.0.0",
22-
"next": "14.1.4",
22+
"next": "14.2.35",
2323
"open": "^10.0.3",
2424
"react": "^18.2.0",
2525
"react-dom": "^18.2.0",
@@ -100,4 +100,4 @@
100100
"root": true,
101101
"extends": "next"
102102
}
103-
}
103+
}

templates/next-starter-with-examples/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"@xmtp/frames-validator": "^0.6.1",
1717
"clsx": "^2.1.0",
1818
"frames.js": "^0.22.0",
19-
"next": "^14.1.4",
19+
"next": "14.2.35",
2020
"react": "^18.2.0",
2121
"react-dom": "^18.2.0",
2222
"tailwindcss-animate": "^1.0.7",

templates/next-utils-starter/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
},
1313
"dependencies": {
1414
"frames.js": "^0.22.0",
15-
"next": "^14.1.4",
15+
"next": "14.2.35",
1616
"react": "^18.2.0",
1717
"react-dom": "^18.2.0"
1818
},

templates/next/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"type": "module",
66
"dependencies": {
77
"frames.js": "^0.22.0",
8-
"next": "^14.1.4",
8+
"next": "14.2.35",
99
"react": "^18.2.0",
1010
"react-dom": "^18.2.0"
1111
},

0 commit comments

Comments
 (0)