⬆️(mail) update mail-related dependencies

Bring packages to the latest compatible versions.
This commit is contained in:
lebaudantoine
2026-02-23 10:22:52 +01:00
committed by aleb_the_flash
parent 0b73fd8f06
commit 4d6a7573c4
2 changed files with 775 additions and 363 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -5,7 +5,7 @@
"type": "module", "type": "module",
"dependencies": { "dependencies": {
"@html-to/text-cli": "0.5.4", "@html-to/text-cli": "0.5.4",
"mjml": "4.15.3" "mjml": "4.18.0"
}, },
"private": true, "private": true,
"scripts": { "scripts": {
@@ -14,7 +14,7 @@
"build": "npm run build-mjml-to-html && npm run build-html-to-plain-text" "build": "npm run build-mjml-to-html && npm run build-html-to-plain-text"
}, },
"volta": { "volta": {
"node": "22.17.0" "node": "24.13.1"
}, },
"repository": "https://github.com/suitenumerique/meet", "repository": "https://github.com/suitenumerique/meet",
"author": "DINUM", "author": "DINUM",