diff options
author | Raphael Kabo <raphaelkabo@hey.com> | 2023-10-09 10:44:46 +0100 |
---|---|---|
committer | Raphael Kabo <raphaelkabo@hey.com> | 2023-10-09 10:44:46 +0100 |
commit | 1be1b136aa652a68c99245a805c24d4478749984 (patch) | |
tree | 421a0bed5a4e9663fed979f0c888624d70d1dae6 /package.json | |
parent | 25fcdd1023550631f5fec6f750829fe09a311d66 (diff) |
Add packages to handle HTML sanitization
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/package.json b/package.json index 0a783ce..86ca7d9 100644 --- a/package.json +++ b/package.json @@ -21,6 +21,7 @@ "dependencies": { "@sendgrid/mail": "^6.5.5", "cors": "^2.8.5", + "dompurify": "^3.0.6", "express": "^4.18.2", "express-fileupload": "^1.4.1", "express-handlebars": "^6.0.7", @@ -30,6 +31,7 @@ "ical": "^0.6.0", "ical-generator": "^1.15.4", "jimp": "^0.16.13", + "jsdom": "^22.1.0", "marked": "^9.1.0", "moment-timezone": "^0.5.43", "mongoose": "^5.13.20", |