Skip to content

Commit

Permalink
fix: package.json & package-lock.json to reduce vulnerabilities (#637)
Browse files Browse the repository at this point in the history
The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JS-NODEMAILER-1038834
  • Loading branch information
snyk-bot authored Nov 16, 2020
1 parent 21cb13c commit df633d8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@
"ngclipboard": "^2.0.0",
"nocache": "^2.1.0",
"node-cache": "^5.1.2",
"nodemailer": "^6.4.12",
"nodemailer": "^6.4.16",
"nodemailer-direct-transport": "~3.3.2",
"opossum": "^5.0.1",
"promise-retry": "^2.0.1",
Expand Down

0 comments on commit df633d8

Please sign in to comment.