chore(deps): bump fast-uri 3.1.0 -> 3.1.2 (npm audit fix)#83
Merged
Conversation
Resolves the CI npm audit gate failure currently blocking every dependabot PR. The vulnerable version sits at a transitive depth: @stryker-mutator/core -> ajv -> fast-uri (dev-only) Advisories addressed: - GHSA-q3j6-qgpj-74h6 path traversal via percent-encoded dot segments - GHSA-v39h-62p7-jpjc host confusion via percent-encoded authority delimiters Lockfile-only change; no package.json edits. Verified locally: - npm audit -> 0 vulnerabilities - npm run format:check -> 532 files clean - npm run lint -> 0 warnings / 0 errors - npm run build -> 8 artifacts built Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Deploying fs-packages with
|
| Latest commit: |
4b1b9fc
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://07a2fc97.fs-packages.pages.dev |
| Branch Preview URL: | https://chore-audit-fix-fast-uri.fs-packages.pages.dev |
jasperboerhof
approved these changes
May 12, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
npm auditgate failure currently blocking every open dependabot PR. They all rebase onmain, andmain's lockfile carries the vulnerable transitive — so each PR fails on the audit step regardless of what it bumps.package-lock.json3-line delta, nopackage.jsonedits.Vulnerability
fast-uri@3.1.0(high severity) sits at a dev-only transitive depth:Advisories addressed:
npm audit fixresolves both by bumping tofast-uri@3.1.2(patch).Test plan
Local verification of every CI gate (matches
.github/workflows/ci.yml):npm audit— 0 vulnerabilities (was 1 high)npm run format:check— 532 files cleannpm run lint— 0 warnings, 0 errorsnpm run build— 8 artifacts built (CJS + ESM + d.ts for each package)Out of scope
package.jsonchanges —fast-uriis not a direct dependency.