Skip to content

fix(deps): resolve dependabot security alerts#3

Open
KelechiOdom10 wants to merge 1 commit intoforkfrom
fix/dependabot-alerts
Open

fix(deps): resolve dependabot security alerts#3
KelechiOdom10 wants to merge 1 commit intoforkfrom
fix/dependabot-alerts

Conversation

@KelechiOdom10
Copy link
Copy Markdown

@KelechiOdom10 KelechiOdom10 commented Mar 19, 2026

Summary

  • Update undici from 7.22.0 to 7.24.4 to fix 3 vulnerabilities (CVE-2026-1527, CVE-2026-1525, CVE-2026-1528)
  • Update terser-webpack-plugin from 5.3.16 to 5.4.0 (drops vulnerable serialize-javascript entirely)
  • Fix flatted unbounded recursion DoS + prototype pollution
  • All transitive dev dependencies — only package-lock.json changed

Test plan

  • npm audit shows 0 vulnerabilities
  • npm ls undici confirms 7.24.4
  • npm ls serialize-javascript confirms removed

Update transitive dependencies to fix vulnerabilities:
- undici 7.22.0 -> 7.24.4 (CVE-2026-1527, CVE-2026-1525, CVE-2026-1528)
- terser-webpack-plugin 5.3.16 -> 5.4.0 (drops vulnerable serialize-javascript)
- flatted -> latest (unbounded recursion DoS + prototype pollution)
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