Files
anyllm-proxy/crates/proxy/admin-ui/package.json
T
whit3rabbitandClaude Sonnet 4.6 0dd3ef98f6 fix: upgrade vite to 8.0.7 to address CVE path traversal and arbitrary file read
Fixes Dependabot alerts #2 (high) and #3 (medium): vite arbitrary file read
via dev server WebSocket and path traversal in optimized deps .map handling.
Patched version required >= 6.4.2; upgraded to 8.0.7. Build verified.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-08 16:38:40 -05:00

30 lines
701 B
JSON

{
"name": "anyllm-admin-ui",
"private": true,
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"lint": "eslint src",
"preview": "vite preview"
},
"dependencies": {
"@tanstack/react-query": "^5.0.0",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"zustand": "^5.0.0"
},
"devDependencies": {
"@types/react": "^19.0.0",
"@types/react-dom": "^19.0.0",
"@vitejs/plugin-react": "^4.0.0",
"eslint": "^9.0.0",
"eslint-plugin-react-hooks": "^5.0.0",
"eslint-plugin-react-refresh": "^0.4.0",
"typescript": "^5.0.0",
"typescript-eslint": "^8.0.0",
"vite": "^8.0.7",
"vite-plugin-singlefile": "^2.0.0"
}
}