Skip to content

Commit f66e22d

Browse files
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

File tree

next-env.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/// <reference types="next" />
22
/// <reference types="next/image-types/global" />
3-
import "./.next/dev/types/routes.d.ts";
3+
import "./.next/types/routes.d.ts";
44

55
// NOTE: This file should not be edited
66
// see https://nextjs.org/docs/app/api-reference/config/typescript for more information.

0 commit comments

Comments
 (0)