From 48ea577d499a0e827505ccd1c55c37118a4e565d Mon Sep 17 00:00:00 2001 From: Vercel Date: Wed, 7 Jan 2026 23:58:41 +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 | 70 +++++++++---------- 1 file changed, 35 insertions(+), 35 deletions(-) diff --git a/hierarchical-combo-filter-with-search/package.json b/hierarchical-combo-filter-with-search/package.json index 3d26e7f..669c17f 100644 --- a/hierarchical-combo-filter-with-search/package.json +++ b/hierarchical-combo-filter-with-search/package.json @@ -1,37 +1,37 @@ { - "name": "hierarchical-combo-filter-with-search", - "version": "0.1.0", - "private": true, - "scripts": { - "dev": "next dev", - "build": "next build", - "start": "next start", - "lint": "eslint", - "test": "jest" - }, - "dependencies": { - "@looker/components": "^5.0.3", - "@looker/embed-sdk": "^2.0.6", - "@looker/sdk": "^25.20.0", - "@looker/sdk-node": "^25.20.0", - "lodash": "^4.17.21", - "next": "16.0.1", - "react": "19.2.0", - "react-dom": "19.2.0", - "styled-components": "^6.1.19", - "swr": "^2.3.6", - "usehooks-ts": "^3.1.1" - }, - "devDependencies": { - "@jest/globals": "^30.2.0", - "@types/jest": "^30.0.0", - "@types/node": "^20", - "@types/react": "^19", - "@types/react-dom": "^19", - "eslint": "^9", - "eslint-config-next": "16.0.1", - "jest": "^30.2.0", - "ts-jest": "^29.4.5", - "typescript": "^5" - } + "name": "hierarchical-combo-filter-with-search", + "version": "0.1.0", + "private": true, + "scripts": { + "dev": "next dev", + "build": "next build", + "start": "next start", + "lint": "eslint", + "test": "jest" + }, + "dependencies": { + "@looker/components": "^5.0.3", + "@looker/embed-sdk": "^2.0.6", + "@looker/sdk": "^25.20.0", + "@looker/sdk-node": "^25.20.0", + "lodash": "^4.17.21", + "next": "16.0.10", + "react": "19.2.0", + "react-dom": "19.2.0", + "styled-components": "^6.1.19", + "swr": "^2.3.6", + "usehooks-ts": "^3.1.1" + }, + "devDependencies": { + "@jest/globals": "^30.2.0", + "@types/jest": "^30.0.0", + "@types/node": "^20", + "@types/react": "^19", + "@types/react-dom": "^19", + "eslint": "^9", + "eslint-config-next": "16.0.1", + "jest": "^30.2.0", + "ts-jest": "^29.4.5", + "typescript": "^5" + } }