Skip to content

Commit

Permalink
fix: update nodemailer version in response to CVE. (#860)
Browse files Browse the repository at this point in the history
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-7769 reports a high-severity issue with the current version of nodemailer. This should be merged and released right away if possible.
  • Loading branch information
josh-padnick committed Dec 5, 2020
1 parent 2ee460d commit 0327b90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -46,7 +46,7 @@
"jose": "^1.27.2",
"jsonwebtoken": "^8.5.1",
"jwt-decode": "^2.2.0",
"nodemailer": "^6.4.6",
"nodemailer": "^6.4.16",
"oauth": "^0.9.15",
"preact": "^10.4.1",
"preact-render-to-string": "^5.1.7",
Expand Down

0 comments on commit 0327b90

Please sign in to comment.