Skip to content

Commit cb11d34

Browse files
Lykhoydaclaude
andauthored
fix(deps): bump fast-uri >=3.1.2 and devalue >=5.8.1 to clear Dependabot HIGHs (#170)
Closes 5 high-severity Dependabot alerts: - #11, #15: fast-uri path traversal (scripts/cdp-bridge/package-lock.json) - #20, #21: fast-uri host confusion (root package-lock.json) - #25: devalue DoS via sparse array deserialization (docs-site/package-lock.json) fast-uri reaches us transitively via @modelcontextprotocol/sdk → ajv@8.18.0, which accepts ^3.0.1 — patched 3.1.2 already in range, just needed lockfile re-resolution. Added a defensive `>=3.1.2` override in scripts/cdp-bridge/ package.json so a fresh install on the published tarball can't regress. devalue 5.7.1 → 5.8.1 is the same shape via astro@6.1.5 (^5.x range satisfies). Verified: cdp-bridge unit suite passes (1464/1464). Co-authored-by: Claude Opus 4.7 <noreply@anthropic.com>
1 parent d44d313 commit cb11d34

4 files changed

Lines changed: 24 additions & 37 deletions

File tree

docs-site/package-lock.json

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

package-lock.json

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

scripts/cdp-bridge/package-lock.json

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

scripts/cdp-bridge/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525
"node": ">=22"
2626
},
2727
"overrides": {
28-
"@hono/node-server": ">=1.19.13"
28+
"@hono/node-server": ">=1.19.13",
29+
"fast-uri": ">=3.1.2"
2930
}
3031
}

0 commit comments

Comments
 (0)