Skip to content

fix: update fast-uri to 3.1.5 to resolve CVE-2026-18446 - #489

Merged
hongyi-chen merged 1 commit into
mainfrom
independabot/fast-uri-CVE-2026-18446
Aug 7, 2026
Merged

fix: update fast-uri to 3.1.5 to resolve CVE-2026-18446#489
hongyi-chen merged 1 commit into
mainfrom
independabot/fast-uri-CVE-2026-18446

Conversation

@independabot-soc2

Copy link
Copy Markdown
Contributor

Hi, this is independabot — not Lili! You can ask her if you have questions, but she had no hand in generating this PR other than setting up the independabot schedule.

Please merge this PR yourself, if you approve.

BEFORE YOU MERGE

Instructions for resolving the vuln — test to make sure that nothing is broken, check compatibility, etc.

Bumped the pinned fast-uri entry in package-lock.json from 3.1.4 to 3.1.5. fast-uri is a dev-only transitive dependency (yaml-language-serverajv@8.20.0fast-uri@^3.0.1), so the new version is inside the existing semver range and no package.json change was needed.

Highlight the risky code / where the dependency was used

Nothing in src/ imports fast-uri directly. It is only reachable through ajv inside yaml-language-server, which is a dev/tooling dependency used for YAML schema validation — it does not ship in the built docs site under dist/. Blast radius is limited to local tooling and the build toolchain.

Special instructions for this PR — e.g. if it's a Stainless thing

Only package-lock.json changed, and only the three fast-uri lines (version, resolved, integrity), to avoid unrelated lockfile churn that npm update introduced (peer/optional flag reshuffling). Note the pre-existing patch-package warning for starlight-llms-txt (patch authored for 0.8.1, applied to 0.11.0) — unrelated to this change and present on main.

AFTER YOU MERGE

No post-merge steps.

Co-Authored-By: Oz <oz-agent@warp.dev>
@cla-bot cla-bot Bot added the cla-signed label Aug 7, 2026
@vercel

vercel Bot commented Aug 7, 2026

Copy link
Copy Markdown

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

Project Deployment Actions Updated (UTC)
docs Ready Ready Preview Aug 7, 2026 1:51pm

Request Review

@independabot-soc2
independabot-soc2 Bot requested a review from dannyneira August 7, 2026 13:49
@oz-for-oss

oz-for-oss Bot commented Aug 7, 2026

Copy link
Copy Markdown
Contributor

@independabot-soc2[bot]

I'm starting a first review of this pull request.

You can view the conversation on Warp.

I completed the review and no human review was requested for this pull request.

Comment /oz-review on this pull request to retrigger a review (up to 3 times on the same pull request).

Powered by Oz

@oz-for-oss oz-for-oss Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Overview

This PR updates the pinned fast-uri transitive dev dependency in package-lock.json from 3.1.4 to 3.1.5 to address CVE-2026-18446, without broadening dependency ranges or changing application code.

Concerns

  • No blocking concerns found in the attached diff.

Verdict

Found: 0 critical, 0 important, 0 suggestions

Approve

Comment /oz-review on this pull request to retrigger a review (up to 3 times on the same pull request).

Powered by Oz

@hongyi-chen
hongyi-chen merged commit fec5acf into main Aug 7, 2026
8 checks passed
@hongyi-chen
hongyi-chen deleted the independabot/fast-uri-CVE-2026-18446 branch August 7, 2026 15:13
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.

2 participants