Files
chat-ui/apps/web/package.json
T
Vercel b27fae84a5 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>
2025-12-16 22:38:26 +00:00

48 lines
1.4 KiB
JSON

{
"name": "web",
"version": "1.1.1",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"type-check": "tsc --noEmit",
"registry:build": "rm -rf public/r && npx shadcn@latest build && npm run registry:post-build",
"registry:post-build": "node scripts/add-css-source.js"
},
"dependencies": {
"framer-motion": "^12.15.0",
"@faker-js/faker": "^9.4.0",
"@llamaindex/chat-ui": "workspace:*",
"@llamaindex/dynamic-ui": "workspace:*",
"@radix-ui/react-slot": "^1.0.2",
"@radix-ui/react-tabs": "^1.1.1",
"@ai-sdk/react": "^2.0.4",
"ai": "^5.0.4",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"highlight.js": "^11.10.0",
"llamaindex": "0.9.3",
"lucide-react": "^0.453.0",
"mermaid": "^11.6.0",
"next": "15.1.11",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"tailwind-merge": "^2.5.4",
"tailwindcss-animate": "^1.0.7"
},
"devDependencies": {
"@llamaindex/eslint-config": "workspace:*",
"@llamaindex/typescript-config": "workspace:*",
"@next/eslint-plugin-next": "^14.2.3",
"@tailwindcss/postcss": "^4.0.7",
"@types/node": "^20.11.24",
"@types/react": "^18.2.61",
"@types/react-dom": "^18.2.19",
"postcss": "^8.4.35",
"tailwindcss": "^4.0.7",
"typescript": "^5.3.3"
}
}