Skip to content

Bump dependencies to fix security vulnerabilities#212

Merged
epszaw merged 2 commits into
mainfrom
bump/fix-security-vulnerabilities
Jun 29, 2026
Merged

Bump dependencies to fix security vulnerabilities#212
epszaw merged 2 commits into
mainfrom
bump/fix-security-vulnerabilities

Conversation

@todti

@todti todti commented Jun 26, 2026

Copy link
Copy Markdown
Contributor

Summary

  • undici ≥6.27.0 — fixes 4 CVEs (HTTP header injection, WebSocket DoS, response queue poisoning, SameSite downgrade)
  • @babel/core >7.29.0 — fixes arbitrary file read via sourceMappingURL
  • brace-expansion ≥1.1.13 — fixes DoS via zero-step sequence
  • esbuild ^0.28.1 — fixes arbitrary file read on Windows dev server
  • js-yaml ^4.2.0 (override) — fixes quadratic DoS in merge key handling

Test plan

  • npm audit reports 0 vulnerabilities
  • npm run build succeeds
  • CI passes

todti added 2 commits June 26, 2026 18:11
- undici ≥6.27.0 (CVE-2026-12151, GHSA-vxpw, GHSA-p88m, GHSA-35p6, GHSA-g8m3)
- @babel/core >7.29.0 (GHSA-4x5r)
- brace-expansion ≥1.1.13 (GHSA-f886)
- esbuild ^0.28.1 (GHSA-g7r4)
- js-yaml ^4.2.0 override (GHSA-h67p)
@epszaw
epszaw merged commit 4288880 into main Jun 29, 2026
9 checks passed
@epszaw
epszaw deleted the bump/fix-security-vulnerabilities branch June 29, 2026 08:21
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.

2 participants