fix(deps): resolve all security alerts (Vite 8, react-router-dom 7, overrides) - #10
Open
filippodanesi wants to merge 1 commit into
Open
filippodanesi wants to merge 1 commit into
filippodanesi wants to merge 1 commit into
Conversation
…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
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Resolves all open Dependabot alerts (3 on GitHub, plus 6 more found by local
npm audit).Changes (includes semver-major bumps)
vite5 → 8 +@vitejs/plugin-react-swclatest (esbuild dev-server CORS advisory)react-router-dom6 → 7 (cache-poisoning advisories; v7 keeps the BrowserRouter/Routes API used here)@vercel/node→ 6.0.0overrides: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 vulnerabilitiesvite build: passestsc --noEmit: passes🤖 Generated with Claude Code
https://claude.ai/code/session_019XbMKnutvnPqEgbvHe16hm