Skip to content

Commit

Permalink
fix: package.json to reduce vulnerabilities (#26)
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 19, 2020
1 parent 39bbf96 commit a22501e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"dependencies": {
"@hapi/hoek": "^9.0.4",
"joi": "^17.2.1",
"nodemailer": "^4.7.0",
"nodemailer": "^6.4.16",
"screwdriver-data-schema": "^20.6.0",
"screwdriver-notifications-base": "^3.0.2",
"tinytim": "^0.1.1"
Expand Down

0 comments on commit a22501e

Please sign in to comment.