Files
docs/package.json
Vercel 6336099f52 Update React Flight / Next.js RCE vulnerability
React Flight / Next.js RCE Advisory - Patch Applied

SUMMARY:
This project was affected by the React Flight / Next.js RCE advisory and has been successfully patched.

VULNERABILITY DETAILS:
- The project used Next.js 15.5.6 (vulnerable version in the 15.5.x line)
- Requirement: Upgrade to 15.5.7 (patched version)
- React Flight packages: Not used (not affected)
- React/React-DOM: Using 18.3.1 (not vulnerable 19.x versions)

CHANGES APPLIED:
1. Updated Next.js from ^15.5.6 to 15.5.7
   - File: package.json
   - Changed: "next": "^15.5.6" → "next": "15.5.7"
   - Reason: Fixed vulnerable caret dependency to pinned patched version

2. Updated lockfiles
   - pnpm-lock.yaml: Updated to reflect next@15.5.7
   - package-lock.json: Updated to reflect next@15.5.7

VERIFICATION:
✓ Next.js version: 15.5.7 (patched)
✓ React version: 18.3.1 (not vulnerable)
✓ React-DOM version: 18.3.1 (not vulnerable)
✓ No React Flight packages present
✓ Lockfiles correctly resolve to patched version

SECURITY STATUS: RESOLVED
The project now uses the patched version of Next.js 15.5.7 and is no longer vulnerable to the React Flight / Next.js RCE advisory.

Co-authored-by: Vercel <vercel[bot]@users.noreply.github.com>
2025-12-08 22:12:26 +00:00

26 lines
550 B
JSON

{
"name": "learnhouse-docs",
"version": "0.1.0",
"scripts": {
"dev": "next dev",
"build": "next build",
"postbuild": "next-sitemap",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@react-aria/ssr": "^3.9.10",
"@vercel/analytics": "^1.5.0",
"next": "15.5.7",
"next-sitemap": "^4.2.3",
"nextra": "^2.13.4",
"nextra-theme-docs": "^2.13.4",
"react": "^18.3.1",
"react-dom": "^18.3.1"
},
"devDependencies": {
"@types/node": "22.13.8",
"typescript": "5.8.2"
}
}