Skip to content

fix: update vulnerable transitive dependencies - #1431

Merged
dannyhw merged 2 commits into
mainfrom
dannyhw/fix-dependabot-alerts-aug-2026
Aug 5, 2026
Merged

fix: update vulnerable transitive dependencies#1431
dannyhw merged 2 commits into
mainfrom
dannyhw/fix-dependabot-alerts-aug-2026

Conversation

@dannyhw

@dannyhw dannyhw commented Aug 5, 2026

Copy link
Copy Markdown
Collaborator

Summary

  • update fast-uri to patched 3.1.5 and 4.1.2 releases
  • update brace-expansion to patched 1.1.18 and 2.1.4 releases
  • narrowly override @module-federation/dts-plugin@2.8.0 from its exact undici@7.28.0 pin to patched 7.29.0

Why

These updates address the actionable open Dependabot alerts for fast-uri, brace-expansion, and undici.

The fast-uri and brace-expansion parents already allow the patched versions, so they only require a transitive lockfile refresh. Module Federation pins undici@7.28.0 exactly, including in its current 2.8.1 release, so a parent-scoped override is currently the only update path. The override affects only the private Module Federation v2 tester.

React Router alert #629 is intentionally not changed here. It only affects unstable RSC APIs, which neither the website nor Rspress uses. Rspress does not yet publish a compatible React Router 8 migration, so that alert should be dismissed separately as vulnerable code not used.

Impact

No public Re.Pack API, published dependency range, or runtime behavior changes. Fresh consumers already resolve the patched fast-uri versions through the existing semver ranges.

Validation

  • pnpm install --frozen-lockfile
  • pnpm lint:ci
  • pnpm typecheck
  • pnpm --filter @callstack/repack-dev-server test — 5 passed
  • pnpm --filter @callstack/repack test — 283 passed
  • pnpm --filter metro-compat-test test — 47 passed, 16 skipped
  • installed dependency paths verified as:
    • fast-uri@3.1.5 and 4.1.2
    • brace-expansion@1.1.18 and 2.1.4
    • undici@7.29.0

@vercel

vercel Bot commented Aug 5, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
repack-website Ready Ready Preview Aug 5, 2026 10:25am

Request Review

@changeset-bot

changeset-bot Bot commented Aug 5, 2026

Copy link
Copy Markdown

⚠️ No Changeset found

Latest commit: 1aababf

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@dannyhw
dannyhw marked this pull request as ready for review August 5, 2026 10:25
@dannyhw
dannyhw merged commit 2f0ced2 into main Aug 5, 2026
10 checks passed
@dannyhw
dannyhw deleted the dannyhw/fix-dependabot-alerts-aug-2026 branch August 5, 2026 10:28
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.

1 participant