Skip to content

chore: Remediate 3 Dependabot security alerts (react-router-dom 6→7) - #169

Open
ernst-dev wants to merge 1 commit into
mainfrom
dependabot-remediate/security-remediation-20260807
Open

chore: Remediate 3 Dependabot security alerts (react-router-dom 6→7)#169
ernst-dev wants to merge 1 commit into
mainfrom
dependabot-remediate/security-remediation-20260807

Conversation

@ernst-dev

Copy link
Copy Markdown
Member

Summary

Upgrades react-router-dom from ^6.30.4 to ^7.18.2 (dev dependency) to resolve all 3 open Dependabot security alerts.

NPMPM availability

Not applicable — all upgraded packages are dev-only (dev: true). No non-dev dependency versions increased.

Alerts resolved

Package Major line Vulnerable range Resolved version Severity Advisory
react-router 6.x >= 6.0.0, < 7.18.0 7.18.2 medium GHSA-wrjc-x8rr-h8h6 / CVE-2026-53669
react-router 6.x >= 6.4.0, < 7.18.0 7.18.2 medium GHSA-337j-9hxr-rhxg / CVE-2026-53666
react-router-dom 6.x >= 6.30.2, <= 6.30.4 7.18.2 medium GHSA-jjmj-jmhj-qwj2 / CVE-2026-53668

Remediation details

  • Rung used: 2 (npm audit fix --force)
  • Override added: No
  • Classification:

Unresolved alerts

None — merging this PR is expected to CLEAR ALL 3 open Dependabot alerts for this repo.

@ernst-dev
ernst-dev requested a review from a team as a code owner August 7, 2026 12:32
@ernst-dev
ernst-dev requested review from amanabiy and removed request for a team August 7, 2026 12:32
@codecov

codecov Bot commented Aug 7, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 100.00%. Comparing base (1c52826) to head (d310410).

Additional details and impacted files
@@            Coverage Diff            @@
##              main      #169   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            9         9           
  Lines           78        78           
  Branches        21        21           
=========================================
  Hits            78        78           

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

Upgrade react-router-dom from ^6.30.4 to ^7.18.2 to resolve:
- GHSA-wrjc-x8rr-h8h6 (react-router open redirect, CVE-2026-53669)
- GHSA-337j-9hxr-rhxg (react-router constructor injection, CVE-2026-53666)
- GHSA-jjmj-jmhj-qwj2 (react-router-dom, CVE-2026-53668)

All affected packages are dev-only dependencies.
@ernst-dev
ernst-dev force-pushed the dependabot-remediate/security-remediation-20260807 branch from d8e8139 to d310410 Compare August 7, 2026 13:53
Comment thread package.json
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-router-dom": "^6.30.4",
"react-router-dom": "^7.18.2",

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

There is a conflict with build tools during the dry run build

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

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

I have this PR for build-tools which widens the peer-deps: https://github.com/cloudscape-design/build-tools/pull/72/changes

After merging, this PR and other ones will go green

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