Skip to content

Commit bfca782

Browse files
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 Prettier
1 parent 6a2387c commit bfca782

3 files changed

Lines changed: 558 additions & 429 deletions

File tree

.claude/settings.local.json

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
{
2+
"permissions": {
3+
"allow": [
4+
"Bash(npm audit:*)",
5+
"Bash(npm view:*)",
6+
"Bash(npm ls:*)",
7+
"Bash(rm:*)",
8+
"Bash(npm run:*)",
9+
"Bash(npx prettier:*)",
10+
"Bash(npm install:*)"
11+
]
12+
}
13+
}

0 commit comments

Comments
 (0)