fix(website): bump react-router to ^7.17.0 to clear 6 CVEs#80
Merged
Conversation
The marketing site (separate npm project from the pnpm monorepo) pinned react-router ^7.6.2 with the lockfile resolved at 7.13.1, leaving 6 open Dependabot alerts (4 high, 2 moderate): unauth RCE via vendored turbo-stream TYPE_ERROR deserialization (GHSA-49rj-9fvp-4h2h), two DoS (GHSA-rxv8-25v2-qmq8, GHSA-8x6r-g9mw-2r78), RSC redirect XSS (GHSA-8646-j5j9-6r62), prerender Location XSS (GHSA-f22v-gfqf-p8f3), and protocol-relative open redirect (GHSA-2j2x-hqr9-3h42). Bump the floor to ^7.17.0 (latest 7.x, same major) and refresh the lock. `npm audit` now reports 0 vulnerabilities; `npm run build` passes. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
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.
Summary
The marketing site (
website/— a separate npm project from the pnpm monorepo) pinnedreact-router: ^7.6.2with the lockfile resolved at 7.13.1, leaving 6 open Dependabot alerts (4 high, 2 moderate). This bumps the floor to^7.17.0(latest 7.x, same major) and refreshes the lock.Alerts cleared
TYPE_ERRORdeserialization__manifestjavascript:targetsLocationheader in prerendered redirect//URL reinterpretationTest plan
npm audit→ 0 vulnerabilitiesnpm run build(tsc -b && vite build) passeslockfileVersion 3, react-router 7.17.0)🤖 Generated with Claude Code