Skip to content

Commit b69da43

Browse files
claude[bot]claude
andauthored
fix(deps): lift fast-uri override to ^3.1.6 for four new OSV advisories (#14783)
Four NEW fast-uri advisories (GHSA-5jgf-p345-68v8, GHSA-f65p-4m7j-42xc, GHSA-fph4-wmhf-6fwf, GHSA-jqff-g426-hqxp; 7.5 high each, fixed in 3.1.6) keep `Validate Package Dependencies` red after #14639/#14736 clear the xmldom/qs batch. Lift the existing #5032 override's target from ^3.1.5 to ^3.1.6 (selector stays at the 4.0.0 boundary) and extend its comment with the four new GHSAs. ajv@8.20.0 declares ^3.0.1, which already admits 3.1.6, so this is a dedupe onto the patched line. pnpm-lock.yaml regenerated with `pnpm install --lockfile-only` only. Claude-Session: https://claude.ai/code/session_01WLJQhde67SeTccsmnBVarV Co-authored-by: Claude <noreply@anthropic.com>
1 parent 661275d commit b69da43

2 files changed

Lines changed: 11 additions & 6 deletions

File tree

pnpm-lock.yaml

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pnpm-workspace.yaml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -239,6 +239,11 @@ overrides:
239239
# fast-uri GHSA-7p8r-x3mc-p8w7 (7.5 high) — transitive-only via ajv@8.20.0
240240
# (declares ^3.0.1), which reaches @modelcontextprotocol/sdk, objectql,
241241
# secretlint and table. Nothing declares fast-uri directly.
242+
# 2026-09-03 (#14732): four MORE fast-uri advisories, GHSA-5jgf-p345-68v8,
243+
# GHSA-f65p-4m7j-42xc, GHSA-fph4-wmhf-6fwf and GHSA-jqff-g426-hqxp (7.5
244+
# high each), fixed in 3.1.6 — target lifted from ^3.1.5, selector stays
245+
# at the 4.0.0 boundary. ajv@8.20.0's ^3.0.1 already admits 3.1.6, so
246+
# this is a dedupe onto the patched line, not a forced upgrade.
242247
# hono GHSA-8j4g-w8fx-2239 (5.3) — the one entry here that is NOT
243248
# transitive-only: two versions resolved, 4.12.32 from our own packages
244249
# and 4.12.33 pulled by @modelcontextprotocol/sdk. The override moves the
@@ -250,7 +255,7 @@ overrides:
250255
# peer states what host hono we work against, and a host that pins an old
251256
# hono owns that copy; narrowing it fixes nothing here and only breaks
252257
# compatibility. check-override-consistency.mjs covers both forms.
253-
'fast-uri@<4.0.0': '^3.1.5'
258+
'fast-uri@<4.0.0': '^3.1.6'
254259
'hono@<5.0.0': '^4.12.34'
255260
# OSV 2026-08-07 (#6407) — transitive-only, and the same "it has a fix, so
256261
# take the fix" disposition as the batch above:

0 commit comments

Comments
 (0)