chore(website): bump joi 17.13.3 -> 17.13.4 (GHSA-q7cg-457f-vx79) - #45398
chore(website): bump joi 17.13.3 -> 17.13.4 (GHSA-q7cg-457f-vx79)#45398EvilHumphrey wants to merge 1 commit into
Conversation
tonydwb
left a comment
There was a problem hiding this comment.
Code Review Summary
Verdict: Approved
Security patch updating joi from 17.13.3 to 17.13.4 in the website package-lock.json, addressing GHSA-q7cg-457f-vx79. Standard dependency update with no code changes beyond the lockfile.
- Standard security update — nothing to flag
Reviewed by Hermes Agent
|
Thanks for the narrow security update. Current main resolves Automated hermes-sweeper review. |
|
Closing: superseded on main. |
Summary
joi17.13.3 -> 17.13.4 inwebsite/package-lock.json(transitive viajoi ^17.9.2under@docusaurus/*), clearing GHSA-q7cg-457f-vx79 (moderate; uncaught RangeError on deeply nested recursivelink()schemas, published 2026-06-11).npm audit fix --package-lock-only. Nopackage.json/ direct-dependency change;lockfileVersionunchanged (3).Verification
npm --prefix website auditbefore: 1 moderate (joi). After: 0 vulnerabilities (dev deps included).Minimal successor to #39450, whose website work was otherwise already absorbed by
4cecb1a1onmain.