Skip to content

chore(deps): update dependency react-router to v6.30.2#33

Open
mend-on-mend[bot] wants to merge 1 commit intomainfrom
whitesource-remediate/npm-react-router-vulnerability
Open

chore(deps): update dependency react-router to v6.30.2#33
mend-on-mend[bot] wants to merge 1 commit intomainfrom
whitesource-remediate/npm-react-router-vulnerability

Conversation

@mend-on-mend
Copy link

@mend-on-mend mend-on-mend bot commented Jan 11, 2026

This PR contains the following updates:

Package Change Age Confidence
react-router (source) 6.26.2 -> 6.30.2 age confidence
react-router (source) 6.30.1 -> 6.30.2 age confidence
react-router (source) 6.23.1 -> 6.30.2 age confidence
react-router (source) 6.26.1 -> 6.30.2 age confidence
react-router (source) 6.24.0 -> 6.30.2 age confidence
react-router (source) 6.29.0 -> 6.30.2 age confidence
react-router (source) 6.28.0 -> 6.30.2 age confidence
react-router (source) 6.23.0 -> 6.30.2 age confidence
react-router (source) 6.26.0 -> 6.30.2 age confidence
react-router (source) 6.27.0 -> 6.30.2 age confidence
react-router (source) 6.28.2 -> 6.30.2 age confidence
react-router (source) 6.30.0 -> 6.30.2 age confidence
react-router (source) 6.25.1 -> 6.30.2 age confidence
react-router (source) 6.0.0-beta.0 || ^6.3.0 -> 6.30.2 ^6.30.2 age confidence
react-router (source) 6.24.1 -> 6.30.2 age confidence
react-router (source) 6.28.1 -> 6.30.2 age confidence

React Router has unexpected external redirect via untrusted paths

CVE-2025-68470 / GHSA-9jcx-v3wj-wh4m

More information

Details

An attacker-supplied path can be crafted so that when a React Router application navigates to it via navigate(), <Link>, or redirect(), the app performs a navigation/redirect to an external URL. This is only an issue if developers pass untrusted content into navigation paths in their application code.

Severity

  • CVSS Score: 6.5 / 10 (Medium)
  • Vector String: CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:H/A:N

References

This data is provided by OSV and the GitHub Advisory Database (CC-BY 4.0).


Release Notes

remix-run/react-router (react-router)

v6.30.2: v6.30.2

Compare Source

See the changelog for release notes: https://github.com/remix-run/react-router/blob/v6/CHANGELOG.md#v6302

v6.30.1: v6.30.1

Compare Source

See the changelog for release notes: https://github.com/remix-run/react-router/blob/main/CHANGELOG.md#v6301

v6.30.0: v6.30.0

Compare Source

See the changelog for release notes: https://github.com/remix-run/react-router/blob/main/CHANGELOG.md#v6300

v6.29.0: v6.29.0

Compare Source

See the changelog for release notes: https://github.com/remix-run/react-router/blob/main/CHANGELOG.md#v6290

v6.28.2: v6.28.2

Compare Source

See the changelog for release notes: https://github.com/remix-run/react-router/blob/main/CHANGELOG.md#v6282

v6.28.1: v6.28.1

Compare Source

See the changelog for release notes: https://github.com/remix-run/react-router/blob/main/CHANGELOG.md#v6281

v6.28.0

Compare Source

Minor Changes
    • Log deprecation warnings for v7 flags (#​11750)
    • Add deprecation warnings to json/defer in favor of returning raw objects
      • These methods will be removed in React Router v7
Patch Changes
  • Update JSDoc URLs for new website structure (add /v6/ segment) (#​12141)
  • Updated dependencies:
    • @remix-run/router@1.21.0

v6.27.0

Compare Source

Minor Changes
  • Stabilize unstable_patchRoutesOnNavigation (#​11973)
    • Add new PatchRoutesOnNavigationFunctionArgs type for convenience (#​11967)
  • Stabilize unstable_dataStrategy (#​11974)
  • Stabilize the unstable_flushSync option for navigations and fetchers (#​11989)
  • Stabilize the unstable_viewTransition option for navigations and the corresponding unstable_useViewTransitionState hook (#​11989)
Patch Changes
  • Fix bug when submitting to the current contextual route (parent route with an index child) when an ?index param already exists from a prior submission (#​12003)

  • Fix useFormAction bug - when removing ?index param it would not keep other non-Remix index params (#​12003)

  • Fix types for RouteObject within PatchRoutesOnNavigationFunction's patch method so it doesn't expect agnostic route objects passed to patch (#​11967)

  • Updated dependencies:

    • @remix-run/router@1.20.0

Configuration

📅 Schedule: Branch creation - "" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about these updates again.


  • If you want to rebase/retry this PR, check this box

Note

Updates routing deps across many workspaces for consistency and security.

  • Upgrades react-router lock entries to 6.30.x and aligns @remix-run/router to 1.23.2
  • Adjusts lockfile selectors (splitting combined ranges) across numerous yarn.lock files
  • Tightens peerDependencies in bitbucket-pull-requests plugin to require react-router 6.30.2

Written by Cursor Bugbot for commit 2321c30. This will update automatically on new commits. Configure here.

Signed-off-by: mend-on-mend[bot] <mend-on-mend[bot]@users.noreply.github.com>
@coderabbitai
Copy link

coderabbitai bot commented Jan 11, 2026

Important

Review skipped

Bot user detected.

To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.


Comment @coderabbitai help to get the list of available commands and usage tips.

Copy link

@cursor cursor bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This PR is being reviewed by Cursor Bugbot

Details

Your team is on the Bugbot Free tier. On this plan, Bugbot will review limited PRs each billing cycle for each member of your team.

To receive Bugbot reviews on all of your PRs, visit the Cursor dashboard to activate Pro and start your 14-day free trial.

"react": "^16.13.1 || ^17.0.0 || ^18.0.0",
"react-dom": "^16.13.1 || ^17.0.0 || ^18.0.0",
"react-router": "6.0.0-beta.0 || ^6.3.0"
"react-router": "6.30.2 ^6.30.2"
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Malformed semver range in peerDependencies breaks version matching

High Severity

The react-router peerDependency has been changed from a valid semver range "6.0.0-beta.0 || ^6.3.0" to "6.30.2 ^6.30.2", which is malformed. In semver, a space between version specifiers means intersection (AND), not union (OR), making this range confusing and likely unintended. This will cause peer dependency resolution issues for consumers of this package who may have valid react-router versions installed. The range appears to be a typo and should likely be "^6.30.2" instead.

Fix in Cursor Fix in Web

@mend-on-mend
Copy link
Author

mend-on-mend bot commented Jan 11, 2026

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants