Skip to content

Commit 42991aa

Browse files
committed
Update dependencies for React Flight RCE advisory
Updated dependencies to fix Next.js 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 60d53a2 commit 42991aa

File tree

2 files changed

+41
-41
lines changed

2 files changed

+41
-41
lines changed

quick-starts/nextjs-quick-start/package-lock.json

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

quick-starts/nextjs-quick-start/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"dependencies": {
1313
"@tanstack/react-query": "^5.37.1",
1414
"@web3auth/modal": "^10.7.0",
15-
"next": "^15.3.2",
15+
"next": "15.3.6",
1616
"react": "^19.1.0",
1717
"react-dom": "^19.1.0",
1818
"wagmi": "^2.14.16"

0 commit comments

Comments
 (0)