⬆️(mail) update mjml to v5 and @html-to/text-cli

@html-to/text-cli was containing CVEs reported by the audit.
This commit is contained in:
lebaudantoine
2026-07-09 16:04:48 +02:00
committed by aleb_the_flash
parent 2509452c52
commit e47ad42656
7 changed files with 1922 additions and 955 deletions
+1 -1
View File
@@ -6,4 +6,4 @@ DIR_MAILS="../backend/core/templates/mail/html/"
if [ ! -d "${DIR_MAILS}" ]; then
mkdir -p "${DIR_MAILS}";
fi
mjml mjml/*.mjml -o "${DIR_MAILS}";
mjml mjml/*.mjml -o "${DIR_MAILS}" --config.allowIncludes true;