Skip to content

Commit

Permalink
fix(deps): update dependency nodemailer to v6.4.10
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Jun 18, 2020
1 parent 0b1c2c0 commit 284ce78
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
"husky": "4.2.5",
"lint-staged": "10.2.11",
"jest": "26.0.1",
"nodemailer": "6.4.8",
"nodemailer": "6.4.10",
"prettier": "2.0.5",
"reflect-metadata": "0.1.13",
"rimraf": "3.0.2",
Expand Down
2 changes: 1 addition & 1 deletion sample/01-basic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"@nestjs/core": "7.1.3",
"@nestjs/platform-express": "7.1.3",
"dotenv": "8.2.0",
"nodemailer": "6.4.8",
"nodemailer": "6.4.10",
"reflect-metadata": "0.1.13",
"rimraf": "3.0.2",
"rxjs": "6.5.5"
Expand Down
2 changes: 1 addition & 1 deletion sample/02-custom-template-adapter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"@nestjs/common": "7.1.3",
"@nestjs/core": "7.1.3",
"@nestjs/platform-express": "7.1.3",
"nodemailer": "6.4.8",
"nodemailer": "6.4.10",
"reflect-metadata": "0.1.13",
"rimraf": "3.0.2",
"rxjs": "6.5.5",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4588,10 +4588,10 @@ [email protected]:
resolved "https://registry.yarnpkg.com/nodemailer/-/nodemailer-6.4.0.tgz#91482ebc09d39156d933eb9e6159642cd27bf02c"
integrity sha512-UBqPOfQGD1cM3HnjhuQe+0u3DWx47WWK7lBjG5UtPnGOysr7oDK5lNCzcjK6zzeBSdTk4m1tGx1xNbWFZQmMNA==

[email protected].8:
version "6.4.8"
resolved "https://registry.yarnpkg.com/nodemailer/-/nodemailer-6.4.8.tgz#aca52886e4e56f71f6b8a65f5ca6b767ca751fc7"
integrity sha512-UbJD0+g5e2H20bWv7Rpj3B+N3TMMJ0MLoLwaGVJ0k3Vo8upq0UltwHJ5BJfrpST1vFa91JQ8cf7cICK5DSIo1Q==
[email protected].10:
version "6.4.10"
resolved "https://registry.yarnpkg.com/nodemailer/-/nodemailer-6.4.10.tgz#f4c8dc7991c57f41fd081bef224ef01f7065143d"
integrity sha512-j+pS9CURhPgk6r0ENr7dji+As2xZiHSvZeVnzKniLOw1eRAyM/7flP0u65tCnsapV8JFu+t0l/5VeHsCZEeh9g==

nodemailer@^6.3.1:
version "6.4.6"
Expand Down

0 comments on commit 284ce78

Please sign in to comment.