Skip to content

fix(deps): bump fast-uri, brace-expansion to patched versions in validation/#391

Merged
hdamker merged 1 commit into
camaraproject:mainfrom
hdamker:fix/deps-fast-uri-brace-expansion
Jul 23, 2026
Merged

fix(deps): bump fast-uri, brace-expansion to patched versions in validation/#391
hdamker merged 1 commit into
camaraproject:mainfrom
hdamker:fix/deps-fast-uri-brace-expansion

Conversation

@hdamker

@hdamker hdamker commented Jul 23, 2026

Copy link
Copy Markdown
Contributor

What type of PR is this?

  • bug

What this PR does / why we need it:

Closes 4 open Dependabot alerts on transitive dependencies in validation/ by bumping fast-uri and brace-expansion to patched versions.

Alert Package CVE Severity
#26 fast-uri CVE-2026-16221 (host confusion via literal backslash authority delimiter) High
#25 fast-uri CVE-2026-13676 (host confusion via failed IDN canonicalization) High
#24 brace-expansion CVE-2026-13149 (DoS via exponential-time expansion of consecutive non-expanding {} groups) High
#23 brace-expansion CVE-2026-13149 (same CVE, separate resolution under glob's nested minimatch) High

Both packages are transitive — fast-uri under ajv, brace-expansion under minimatch (both the top-level copy and glob's own nested copy). Parent ranges already permit the patched versions, including the existing fast-uri package.json override from #273, so this is a lockfile-only refresh — no override or direct-dependency change needed.

Which issue(s) this PR fixes:

(no separate issue — Dependabot alerts auto-close on merge)

Special notes for reviewers:

Verification:

  • npm ci --ignore-scripts (the CI install command) succeeds against the refreshed lockfile
  • npm audit reports 0 vulnerabilities
  • 1216/1216 validation/ unit tests pass, including the 57 Spectral/Redocly-engine tests that exercise these packages directly

Changelog input

 release-note
 NONE

Additional documentation

docs
NONE

…dation/

Closes 4 open Dependabot alerts on transitive deps (parent ranges already
permit these versions, no override change needed):
- fast-uri 3.1.2 -> 3.1.4 (GHSA-4c8g-83qw-93j6, GHSA-v2hh-gcrm-f6hx)
- brace-expansion 1.1.15 -> 1.1.16, 5.0.6 -> 5.0.7 (GHSA-3jxr-9vmj-r5cp)
@hdamker
hdamker requested review from Kevsy and rartych as code owners July 23, 2026 09:17
@hdamker
hdamker merged commit 247ed6e into camaraproject:main Jul 23, 2026
6 checks passed
@hdamker
hdamker deleted the fix/deps-fast-uri-brace-expansion branch July 23, 2026 09: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.

1 participant