Updated Dependencies. Add axios override to patch CVE-2024-39338. Implemented email functionality. Updated README.md

This commit is contained in:
Glenn de Haan
2024-08-17 13:42:12 +02:00
parent 93e9037c6b
commit 46dd565379
9 changed files with 421 additions and 14 deletions

View File

@@ -14,6 +14,11 @@
},
"author": "Glenn de Haan",
"license": "MIT",
"overrides": {
"node-unifi@^2.5.1": {
"axios": "1.7.4"
}
},
"dependencies": {
"cookie-parser": "^1.4.6",
"ejs": "^3.1.10",
@@ -22,11 +27,12 @@
"jsonwebtoken": "^9.0.2",
"multer": "^1.4.5-lts.1",
"node-unifi": "^2.5.1",
"nodemailer": "^6.9.14",
"pdfkit": "^0.15.0"
},
"devDependencies": {
"@tailwindcss/forms": "^0.5.7",
"nodemon": "^3.1.3",
"tailwindcss": "^3.4.4"
"nodemon": "^3.1.4",
"tailwindcss": "^3.4.10"
}
}