Skip to content

fix(security): resolve npm audit vulnerabilities#58

Merged
paulocastellano merged 2 commits into
mainfrom
fix/npm-audit-55
May 21, 2026
Merged

fix(security): resolve npm audit vulnerabilities#58
paulocastellano merged 2 commits into
mainfrom
fix/npm-audit-55

Conversation

@paulocastellano
Copy link
Copy Markdown
Contributor

@paulocastellano paulocastellano commented May 21, 2026

Summary

  • Runs npm audit fix on the root frontend (package-lock.json) — 20 → 0 vulnerabilities
  • Runs npm audit fix on maizzle email templates (maizzle/package-lock.json) — 14 → 0 vulnerabilities
  • No package.json changes: vulnerable packages were transitive; semver ranges / "latest" already allow patched versions

Closes #55

Test plan

  • npm audit (root) — 0 vulnerabilities
  • npm audit (maizzle) — 0 vulnerabilities
  • npm run lint
  • npm run build
  • npm run build in maizzle/

paulocastellano and others added 2 commits May 21, 2026 20:28
Bump transitive dependencies via npm audit fix to address 20 reported
vulnerabilities (including critical protobufjs). Closes #55.

Co-authored-by: Cursor <cursoragent@cursor.com>
Apply npm audit fix to the separate maizzle package lockfile (14 vulnerabilities).

Co-authored-by: Cursor <cursoragent@cursor.com>
@paulocastellano paulocastellano merged commit 277093e into main May 21, 2026
2 checks passed
@paulocastellano paulocastellano deleted the fix/npm-audit-55 branch May 21, 2026 23:37
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.

[Security] npm dependencies contain vulnerabilities including 1 critical — npm audit fix recommended

1 participant