fix: package.json & package-lock.json to reduce vulnerabilities (#28)

The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JS-NODEMAILER-1296415
This commit is contained in:
Snyk bot
2021-09-12 09:51:36 +02:00
committed by GitHub
parent 7d230410f1
commit 138a8de86c
2 changed files with 16 additions and 16 deletions

View File

@@ -19,7 +19,7 @@
"dependencies": {
"@sendgrid/mail": "^7.4.4",
"app-root-path": "^3.0.0",
"axios": "^0.21.3",
"axios": "^0.21.2",
"cookie-parser": "^1.4.5",
"express": "^4.17.1",
"express-rate-limit": "^5.2.6",
@@ -27,7 +27,7 @@
"helmet": "^4.6.0",
"http-errors": "^1.8.0",
"morgan": "^1.10.0",
"nodemailer": "^6.6.0",
"nodemailer": "^6.6.1",
"pug": "^3.0.2",
"tailwind-hamburgers": "^1.1.1",
"winston": "^3.3.3",