Skip to content
This repository was archived by the owner on Feb 22, 2021. It is now read-only.

Commit ada3f0c

Browse files
committed
fix: package.json & package-lock.json to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-NODEMAILER-1038834
1 parent 0cf787a commit ada3f0c

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

package-lock.json

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"jsonwebtoken": "^8.5.1",
3838
"marked": "^1.1.1",
3939
"mongoose": "^5.9.27",
40-
"nodemailer": "^6.4.10",
40+
"nodemailer": "^6.4.16",
4141
"pino": "^6.5.0",
4242
"pngquant": "^3.1.0",
4343
"reflect-metadata": "^0.1.13",

0 commit comments

Comments
 (0)