Skip to content

Update frontend React Router to patched 7.17.0 release#219

Merged
jayhill merged 1 commit into
mainfrom
copilot/open-dependabot-alerts-react-router
Jun 13, 2026
Merged

Update frontend React Router to patched 7.17.0 release#219
jayhill merged 1 commit into
mainfrom
copilot/open-dependabot-alerts-react-router

Conversation

Copilot AI commented Jun 13, 2026

Copy link
Copy Markdown
Contributor

This updates the frontend off the vulnerable React Router release line that triggered the open Dependabot alerts. The change is limited to the frontend package manifest and lockfile so the app resolves to a patched react-router/react-router-dom pair.

  • Dependency update

    • Bump react-router-dom from ^7.13.1 to ^7.17.0 in frontend/package.json.
  • Resolved package graph

    • Refresh frontend/package-lock.json so the installed graph moves react-router-dom and its react-router dependency to 7.17.0.
  • Behavioral impact

    • No application code changes; routing behavior continues to use the existing React Router API surface already present in the frontend.
{
  "dependencies": {
    "react-router-dom": "^7.17.0"
  }
}

Copilot AI changed the title Update frontend React Router to 7.17.0 Update frontend React Router to patched 7.17.0 release Jun 13, 2026
Copilot AI requested a review from jayhill June 13, 2026 03:21
@jayhill jayhill marked this pull request as ready for review June 13, 2026 03:32
@jayhill jayhill merged commit e0f18b6 into main Jun 13, 2026
8 checks passed
@jayhill jayhill deleted the copilot/open-dependabot-alerts-react-router branch June 13, 2026 03:32
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.

2 participants