chore(deps): apply safe updates and upgrade mjml to v5#7
Merged
chriskehayias merged 1 commit intomainfrom Apr 18, 2026
Merged
Conversation
Dependency audit (2026-04-17) — reduces npm audit from 33 → 2 vulns (1 critical, 31 high closed). Only remaining items are xmldom via docxtemplater-image-module-free (no upstream fix). Safe updates (patch/minor, non-breaking): - next 16.2.3 → 16.2.4 - eslint-config-next 16.2.3 → 16.2.4 - better-auth 1.6.2 → 1.6.5 - @react-pdf/renderer 4.4.1 → 4.5.1 - autoprefixer 10.4.27 → 10.5.0 - docxtemplater 3.68.4 → 3.68.5 - postcss 8.5.9 → 8.5.10 - typescript 6.0.2 → 6.0.3 Major upgrade: - mjml 4.18.0 → 5.0.1 (closes 31 high-severity advisories from html-minifier REDoS and mj-include directory traversal). MJML 5 replaces html-minifier with htmlnano. Zero code changes required — the mjml2html signature used by compileMjml() is unchanged, and we already pass minify:false. Client-side editor is unaffected because grapesjs-mjml@1.0.8 pulls mjml-browser@4 as a separate package. Held for later: - eslint 9 → 10 (blocked on eslint-config-next 17) - jsdom 28 → 29 (no security driver) Verification: - npm run build: ok (5s compile, 4s typecheck, Next 16.2.4) - npm run test:run: 507/507 passing - npm run lint: unchanged (95 pre-existing no-explicit-any in tests) End-to-end template-editor compile flow still needs manual smoke test. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Codecov Report✅ All modified and coverable lines are covered by tests. 📢 Thoughts on this report? Let us know! |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Dependency audit (2026-04-17) — reduces npm audit from 33 → 2 vulns (1 critical, 31 high closed). Only remaining items are xmldom via docxtemplater-image-module-free (no upstream fix).
Safe updates (patch/minor, non-breaking):
Major upgrade:
Held for later:
Verification:
End-to-end template-editor compile flow still needs manual smoke test.
Co-Authored-By: Claude Opus 4.7 (1M context) noreply@anthropic.com