Skip to content

fix(deps): resolve all security alerts (Vite 8, react-router-dom 7, overrides) - #10

Open
filippodanesi wants to merge 1 commit into
mainfrom
fix/security-audit-aug-2026
Open

filippodanesi wants to merge 1 commit into
mainfrom
fix/security-audit-aug-2026

Conversation

@filippodanesi

Copy link
Copy Markdown
Owner

Resolves all open Dependabot alerts (3 on GitHub, plus 6 more found by local npm audit).

Changes (includes semver-major bumps)

  • vite 5 → 8 + @vitejs/plugin-react-swc latest (esbuild dev-server CORS advisory)
  • react-router-dom 6 → 7 (cache-poisoning advisories; v7 keeps the BrowserRouter/Routes API used here)
  • @vercel/node → 6.0.0
  • npm overrides: path-to-regexp → ^6.3.0, undici → ^6.28.0, ajv → ^8.18.0 (even latest @vercel/node pins vulnerable ranges of these)

Verification

  • npm audit: 0 vulnerabilities
  • vite build: passes
  • tsc --noEmit: passes

⚠️ Major upgrades: worth a quick smoke test of the deployed preview (routing + /api/nlu) before merging.

🤖 Generated with Claude Code

https://claude.ai/code/session_019XbMKnutvnPqEgbvHe16hm

…verrides

Resolves all open security alerts. vite 5 -> 8 (esbuild dev-server
advisory), react-router-dom 6 -> 7, @vercel/node -> 6. path-to-regexp,
undici and ajv forced to patched versions via npm overrides since
@vercel/node 6 still pins vulnerable ranges. npm audit reports
0 vulnerabilities; vite build and tsc --noEmit both pass.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_019XbMKnutvnPqEgbvHe16hm
@vercel

vercel Bot commented Aug 22, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
nlu Ready Ready Preview Aug 22, 2026 8:13am

Request Review

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant