Files
deepstock/package.json
Dorian ff8331c54d chore: upgrade vite to 8 and plugin-vue to 6
Resolves the high-severity esbuild advisory (GHSA-gv7w-rqvm-qjhr).
vite 6/7 still pin vulnerable esbuild; vite 8.0.16 ships the patched
0.28.x. npm audit now reports 0 vulnerabilities and the build passes.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-06-16 14:52:49 +01:00

21 lines
458 B
JSON

{
"name": "plan-b",
"private": true,
"version": "0.1.0",
"type": "module",
"scripts": {
"dev": "vite --host",
"build": "vite build",
"preview": "vite preview",
"worker:dev": "npx wrangler dev --config worker/wrangler.toml",
"worker:deploy": "npx wrangler deploy --config worker/wrangler.toml"
},
"dependencies": {
"vue": "3.5.13"
},
"devDependencies": {
"@vitejs/plugin-vue": "6.0.7",
"vite": "8.0.16"
}
}