Skip to content

Commit 0befb95

Browse files
Fix React Server Components CVE vulnerabilities (#676)
* 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> * Fix deps --------- Co-authored-by: Vercel <vercel[bot]@users.noreply.github.com> Co-authored-by: Hayden Bleasel <[email protected]>
1 parent 136ae3e commit 0befb95

File tree

13 files changed

+200
-200
lines changed

13 files changed

+200
-200
lines changed

apps/api/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"@sentry/nextjs": "^10.29.0",
2424
"@t3-oss/env-nextjs": "^0.13.8",
2525
"import-in-the-middle": "^2.0.0",
26-
"next": "16.0.9",
26+
"next": "16.0.10",
2727
"react": "19.2.1",
2828
"react-dom": "19.2.1",
2929
"require-in-the-middle": "8.0.1",

apps/app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"fuse.js": "^7.1.0",
2929
"import-in-the-middle": "^2.0.0",
3030
"lucide-react": "^0.556.0",
31-
"next": "16.0.9",
31+
"next": "16.0.10",
3232
"next-themes": "^0.4.6",
3333
"react": "19.2.1",
3434
"react-dom": "19.2.1",

apps/email/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"@repo/typescript-config": "workspace:*",
2121
"@types/node": "24.10.1",
2222
"@types/react": "19.2.7",
23-
"next": "16.0.9",
23+
"next": "16.0.10",
2424
"typescript": "^5.9.3"
2525
}
2626
}

apps/storybook/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"date-fns": "^4.1.0",
1717
"input-otp": "^1.4.2",
1818
"lucide-react": "^0.556.0",
19-
"next": "16.0.9",
19+
"next": "16.0.10",
2020
"react": "19.2.1",
2121
"react-dom": "19.2.1",
2222
"react-hook-form": "^7.68.0",

apps/web/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"import-in-the-middle": "^2.0.0",
3232
"lucide-react": "^0.556.0",
3333
"mdx-bundler": "^10.1.1",
34-
"next": "16.0.9",
34+
"next": "16.0.10",
3535
"react": "19.2.1",
3636
"react-dom": "19.2.1",
3737
"require-in-the-middle": "8.0.1",

docs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"mermaid": "^11.12.2",
3636
"motion": "^12.23.25",
3737
"nanoid": "^5.1.6",
38-
"next": "16.0.9",
38+
"next": "16.0.10",
3939
"next-themes": "^0.4.6",
4040
"radix-ui": "latest",
4141
"react": "^19.2.1",

docs/pnpm-lock.yaml

Lines changed: 58 additions & 58 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/cms/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,6 @@
2020
"@types/node": "24.10.1",
2121
"@types/react": "19.2.7",
2222
"@types/react-dom": "19.2.3",
23-
"next": "16.0.9"
23+
"next": "16.0.10"
2424
}
2525
}

packages/feature-flags/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"zod": "^4.1.13"
1818
},
1919
"peerDependencies": {
20-
"next": "16.0.9"
20+
"next": "16.0.10"
2121
},
2222
"devDependencies": {
2323
"@repo/typescript-config": "workspace:*",

packages/internationalization/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,6 @@
1919
"@types/node": "24.10.1",
2020
"@types/react": "19.2.7",
2121
"@types/react-dom": "19.2.3",
22-
"next": "16.0.9"
22+
"next": "16.0.10"
2323
}
2424
}

0 commit comments

Comments
 (0)