From 59cc95b78c8df2b8d789980d98423a9f445d013c Mon Sep 17 00:00:00 2001 From: Vercel Date: Tue, 17 Feb 2026 09:01:56 +0000 Subject: [PATCH] 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 --- package.json | 84 ++++++++++++++++++++++++++-------------------------- 1 file changed, 42 insertions(+), 42 deletions(-) diff --git a/package.json b/package.json index b285c64..342652b 100644 --- a/package.json +++ b/package.json @@ -1,44 +1,44 @@ { - "name": "thekoenekamp-website", - "version": "0.1.0", - "description": "Personal website and portfolio for Christoph Könekamp, built with Next.js", - "author": "Christoph Könekamp ", - "license": "UNLICENSED", - "private": false, - "repository": { - "type": "git", - "url": "https://github.com/thekoenekamp/website.git" - }, - "homepage": "http://www.thekoenekamp.com", - "keywords": [ - "portfolio", - "nextjs", - "react", - "personal-website" - ], - "scripts": { - "dev": "next dev --turbopack", - "build": "next build", - "lint": "next lint", - "start": "next start" - }, - "dependencies": { - "next": "15.4.6", - "react": "19.1.0", - "react-dom": "19.1.0", - "react-icons": "^5.5.0" - }, - "devDependencies": { - "@eslint/eslintrc": "^3", - "@tailwindcss/postcss": "^4", - "@types/node": "^20", - "@types/react": "^19", - "@types/react-dom": "^19", - "autoprefixer": "^10.4.21", - "eslint": "^9", - "eslint-config-next": "15.4.6", - "postcss": "^8.5.6", - "tailwindcss": "^4.1.11", - "typescript": "^5" - } + "name": "thekoenekamp-website", + "version": "0.1.0", + "description": "Personal website and portfolio for Christoph Könekamp, built with Next.js", + "author": "Christoph Könekamp ", + "license": "UNLICENSED", + "private": false, + "repository": { + "type": "git", + "url": "https://github.com/thekoenekamp/website.git" + }, + "homepage": "http://www.thekoenekamp.com", + "keywords": [ + "portfolio", + "nextjs", + "react", + "personal-website" + ], + "scripts": { + "dev": "next dev --turbopack", + "build": "next build", + "lint": "next lint", + "start": "next start" + }, + "dependencies": { + "next": "15.4.10", + "react": "19.1.0", + "react-dom": "19.1.0", + "react-icons": "^5.5.0" + }, + "devDependencies": { + "@eslint/eslintrc": "^3", + "@tailwindcss/postcss": "^4", + "@types/node": "^20", + "@types/react": "^19", + "@types/react-dom": "^19", + "autoprefixer": "^10.4.21", + "eslint": "^9", + "eslint-config-next": "15.4.6", + "postcss": "^8.5.6", + "tailwindcss": "^4.1.11", + "typescript": "^5" + } }