feat: add sanitize-html for improved email content sanitization

This commit is contained in:
Dries Augustyns
2026-05-06 11:06:50 +02:00
parent 1193d6c7e6
commit 735acff454
3 changed files with 90 additions and 6 deletions
+2
View File
@@ -39,6 +39,7 @@
"mailparser": "^3.9.8",
"morgan": "^1.10.0",
"multer": "^2.1.1",
"sanitize-html": "^2.17.3",
"signale": "^1.4.0",
"stripe": "^20.0.0"
},
@@ -52,6 +53,7 @@
"@types/mailparser": "^3.4.6",
"@types/morgan": "^1.9.9",
"@types/multer": "^2.0.0",
"@types/sanitize-html": "^2.16.1",
"@types/signale": "^1.4.7",
"concurrently": "^9.2.1",
"tsx": "^4.20.6"