Skip to content

fix(deps): resolve high-severity advisories in fast-uri and ip-address - #51

Open
RobertoIskandarani wants to merge 1 commit into
mainfrom
fix/audit-fast-uri-ip-address
Open

fix(deps): resolve high-severity advisories in fast-uri and ip-address#51
RobertoIskandarani wants to merge 1 commit into
mainfrom
fix/audit-fast-uri-ip-address

Conversation

@RobertoIskandarani

Copy link
Copy Markdown
Contributor

What

Lockfile-only bump of two transitive runtime dependencies:

Both reach us through @modelcontextprotocol/sdk's dependency chain.

Why not npm audit fix

A plain npm audit fix also rewrites the dev toolchain (vitest/rolldown internals), which breaks decorator parsing in the NestJS integration tests. This is a targeted npm update fast-uri ip-address instead — the diff touches exactly those two packages.

Verification

  • npm audit --audit-level=high --omit=dev exits clean.
  • Full build + test suite green across all five packages (626 tests).

Bump the transitive fast-uri to 3.1.5 (GHSA-7p8r-x3mc-p8w7: the newer
advisory extends the vulnerable range past the 3.1.4 landed previously)
and ip-address to 10.4.0 (GHSA-mwp4-54f8-5fhr, GHSA-4xrf-jv44-h6hh,
GHSA-22jq-vg5j-6vgg). Lockfile-only change; `npm audit --audit-level=high
--omit=dev` is clean again.
@RobertoIskandarani
RobertoIskandarani requested a review from a team as a code owner August 5, 2026 11:29

@muralx muralx left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

LGTM

@muralx
muralx self-requested a review August 5, 2026 15:19
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