summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'package.json')
-rw-r--r--package.json4
1 files changed, 4 insertions, 0 deletions
diff --git a/package.json b/package.json
index 0a783ce..d573f7c 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",
@@ -45,8 +47,10 @@
"wait-on": "^7.0.1"
},
"devDependencies": {
+ "@types/dompurify": "^3.0.3",
"@types/express": "^4.17.18",
"@types/ical": "^0.8.1",
+ "@types/jsdom": "^21.1.3",
"@types/multer": "^1.4.8",
"@types/node": "^20.8.2",
"@types/nodemailer": "^6.4.11",