feat: mise à jour sécurité CVE-2025-55182 (Next.js 15.5.7, React 19.1.2)

This commit is contained in:
jessy-david-dev
2026-02-08 17:24:48 +01:00
commit b9a9d687b6
64 changed files with 15638 additions and 0 deletions
+38
View File
@@ -0,0 +1,38 @@
{
"name": "aystone",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@auth/prisma-adapter": "^2.10.0",
"@headlessui/react": "^2.2.6",
"@prisma/client": "^6.12.0",
"@tailwindcss/postcss": "^4.1.11",
"auth": "^1.2.3",
"framer-motion": "^12.23.9",
"lucide-react": "^0.526.0",
"next": "15.5.7",
"next-auth": "^5.0.0-beta.29",
"postcss": "^8.5.6",
"react": "19.1.2",
"react-dom": "19.1.2",
"sonner": "^2.0.6",
"tailwindcss": "^4.1.11",
"zod": "^4.0.10"
},
"devDependencies": {
"@eslint/eslintrc": "^3",
"@types/node": "^20",
"@types/react": "^19",
"@types/react-dom": "^19",
"eslint": "^9",
"eslint-config-next": "15.5.7",
"prisma": "^6.12.0",
"typescript": "^5"
}
}