mirror of
https://github.com/fabro-sh/fabro.git
synced 2026-08-28 05:27:41 +00:00
Patches GHSA-j687-52p2-xcff (CVE-2026-41067): XSS in define:vars via incomplete </script> tag sanitization. Requires Astro >= 6.1.6. Also bumps @astrojs/react to ^5.0.4 for Astro 6 compatibility. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
24 lines
514 B
JSON
24 lines
514 B
JSON
{
|
|
"name": "marketing",
|
|
"private": true,
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "astro dev",
|
|
"build": "astro build",
|
|
"preview": "astro preview"
|
|
},
|
|
"dependencies": {
|
|
"@astrojs/react": "^5.0.4",
|
|
"@tailwindcss/vite": "^4.2.1",
|
|
"@viz-js/viz": "^3.25.0",
|
|
"astro": "^6.1.6",
|
|
"react": "^19.2.4",
|
|
"react-dom": "^19.2.4",
|
|
"tailwindcss": "^4.2.1"
|
|
},
|
|
"devDependencies": {
|
|
"@types/react": "^19.2.7",
|
|
"@types/react-dom": "^19.2.3",
|
|
"typescript": "^5.9.2"
|
|
}
|
|
}
|