Commit f66e22d
chore: update dependencies and fix security vulnerabilities (#51)
- Ran npm install to sync node_modules with package.json declarations
(better-auth was missing, next/zod/dotenv/openai were at old major versions)
- Ran npm audit fix to resolve 3 vulnerabilities:
- rollup 4.0.0-4.58.0 (High): CVE-2026-27606 Arbitrary File Write via Path Traversal
- minimatch (High): GHSA-3ppc-4f35-3m26 ReDoS via repeated wildcards
- ajv <6.14.0 (Moderate): GHSA-2g4f-4pwh-qvx6 ReDoS with $data option
- Ran npm update to apply all safe patch/minor updates within semver ranges
- eslint v10 intentionally deferred pending breaking change evaluation
Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent 5c84314 commit f66e22d
2 files changed
Lines changed: 636 additions & 631 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
0 commit comments