the-tip-top-frontend/package.json
soufiane 5b57d941b9 fix: update dependencies to resolve security vulnerabilities
- Upgrade next from 14.2.4 to 14.2.33 (fixes critical CVEs)
- Upgrade nodemailer from 7.0.10 to 7.0.11 (fixes DoS vulnerability)
- Upgrade eslint-config-next to 14.2.33

Remaining 3 high vulnerabilities are in glob CLI tool (dev-only,
not exploitable in web context) and require Next.js 15 migration.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-12-06 16:51:50 +01:00

50 lines
1.3 KiB
JSON

{
"name": "the-tip-top-frontend",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "eslint .",
"test": "jest --coverage",
"sonar": "sonar-scanner"
},
"dependencies": {
"@hookform/resolvers": "^5.2.2",
"@react-oauth/google": "^0.12.2",
"@types/react-google-recaptcha": "^2.1.9",
"axios": "^1.13.1",
"bootstrap": "^5.3.3",
"lucide-react": "^0.553.0",
"next": "^14.2.33",
"next-auth": "^4.24.7",
"nodemailer": "^7.0.11",
"prom-client": "^15.1.3",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-google-recaptcha": "^3.1.0",
"react-hook-form": "^7.66.0",
"react-hot-toast": "^2.6.0",
"recharts": "^3.4.1",
"zod": "^4.1.12"
},
"devDependencies": {
"@testing-library/jest-dom": "^6.9.1",
"@testing-library/react": "^16.3.0",
"@types/jest": "^30.0.0",
"@types/node": "24.9.2",
"@types/react": "19.2.2",
"autoprefixer": "^10.4.21",
"eslint": "^8.57.0",
"eslint-config-next": "^14.2.33",
"jest": "^30.2.0",
"jest-environment-jsdom": "^30.2.0",
"jiti": "^2.6.1",
"postcss": "^8.5.6",
"tailwindcss": "^3.4.13",
"ts-jest": "^29.4.5",
"typescript": "5.9.3"
}
}