Skip to content

Commit fbc9844

Browse files
authored
Fix React Server Components CVE vulnerabilities (#288)
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 28a1233 commit fbc9844

File tree

3 files changed

+83
-83
lines changed

3 files changed

+83
-83
lines changed

apps/docs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"jotai": "^2.15.1",
2929
"lucide-react": "^0.552.0",
3030
"mermaid": "^11.12.1",
31-
"next": "16.0.9",
31+
"next": "16.0.10",
3232
"next-themes": "^0.4.6",
3333
"octokit": "^5.0.5",
3434
"radix-ui": "^1.4.3",

apps/registry/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"dependencies": {
1010
"@vercel/analytics": "^1.5.0",
1111
"mcp-handler": "^1.0.3",
12-
"next": "16.0.9",
12+
"next": "16.0.10",
1313
"react": "19.2.1",
1414
"react-dom": "19.2.1",
1515
"shadcn": "^3.5.0",

0 commit comments

Comments
 (0)