Skip to content

fix(deps): resolve npm audit high findings - #283

Merged
jsugg merged 1 commit into
mainfrom
ci/fix-prod-audit-vulns
Aug 10, 2026
Merged

fix(deps): resolve npm audit high findings#283
jsugg merged 1 commit into
mainfrom
ci/fix-prod-audit-vulns

Conversation

@jsugg

@jsugg jsugg commented Aug 10, 2026

Copy link
Copy Markdown
Owner

Summary

The weekly scheduled Security Audit (npm-audit job) failed on main (run #31372543026): the production --omit=dev gate measured 4 high + 1 moderate new advisories and correctly failed.

Bump six packages so both the production (--omit=dev, scheduled
npm-audit) and full-tree (dependency-audit) gates pass:
- undici 6.27.0 -> 6.28.0 (direct dep; moderate x3) GHSA-8xcm/m8rv/v3r7
- ip-address 10.2.0 -> 10.5.0 via express-rate-limit (high SSRF)
- fast-uri 3.1.4 -> 3.1.5 via ajv/swagger-parser (high host confusion)
- brace-expansion 5.0.8 -> 5.0.9 via minimatch/glob (high DoS)
- js-yaml 4.3.0 -> 4.3.1 via json-schema-ref-parser (high quadratic CPU)
- js-yaml 3.15.0 -> 3.15.1 via @istanbuljs/load-nyc-config (dev tree)

package.json: undici ^6.24.0 -> ^6.28.0. No overrides added.
Residual-advisories manifest + dependency-security.md refreshed
(verifiedAt 2026-08-10, new lockfile sha).

Verified locally: npm audit --omit=dev exit 0; npm audit (full) exit 0;
security:docs OK; typecheck, lint, test:unit pass.
@jsugg
jsugg merged commit 2196ee7 into main Aug 10, 2026
23 checks passed
@jsugg
jsugg deleted the ci/fix-prod-audit-vulns branch August 10, 2026 22:56
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