Commit bfca782
committed
at: add form and data-fetching libraries, fix security vulnerabilities
- Bump next from ^15.5.9 to ^15.5.12 to patch Image Optimizer DoS and HTTP request deserialization vulnerabilities
- Bump eslint-config-next to ^15.5.12 to match Next.js version
- Add npm overrides for ajv (6.14.0) and minimatch (3.1.5) to resolve ReDoS vulnerabilities (GHSA-2g4f-4pwh-qvx6, GHSA-23c5-xmqv-rm74)
- Install @tanstack/react query for server state and data fetching
- Install react-hook-form with @hookform/resolvers and zod for type-safe form handling and validation
- Fix CRLF line endings across source files to satisfy Prettier1 parent 6a2387c commit bfca782
3 files changed
Lines changed: 558 additions & 429 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
0 commit comments