Skip to content

Commit 3c79682

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 124b88e commit 3c79682

2 files changed

Lines changed: 48 additions & 48 deletions

File tree

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
"jspdf": "^2.5.2",
5757
"lucide-react": "^0.454.0",
5858
"mermaid": "^11.12.1",
59-
"next": "16.0.0",
59+
"next": "16.0.10",
6060
"next-themes": "^0.4.6",
6161
"nodemailer": "^7.0.10",
6262
"ogl": "^1.0.11",
@@ -90,4 +90,4 @@
9090
"tw-animate-css": "1.3.3",
9191
"typescript": "^5.9.3"
9292
}
93-
}
93+
}

pnpm-lock.yaml

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

0 commit comments

Comments
 (0)