Skip to content

Commit

Permalink
fix(deps): update dependency nodemailer to v6.4.12
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Oct 1, 2020
1 parent a9d1e0e commit 68ec318
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
"husky": "4.3.0",
"lint-staged": "10.4.0",
"jest": "26.4.2",
"nodemailer": "6.4.11",
"nodemailer": "6.4.12",
"nodemailer-mock": "1.5.3",
"prettier": "2.1.2",
"reflect-metadata": "0.1.13",
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.4.4",
"@nestjs/platform-express": "7.4.4",
"dotenv": "8.2.0",
"nodemailer": "6.4.11",
"nodemailer": "6.4.12",
"reflect-metadata": "0.1.13",
"rimraf": "3.0.2",
"rxjs": "6.6.3"
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.4.4",
"@nestjs/core": "7.4.4",
"@nestjs/platform-express": "7.4.4",
"nodemailer": "6.4.11",
"nodemailer": "6.4.12",
"reflect-metadata": "0.1.13",
"rimraf": "3.0.2",
"rxjs": "6.6.3",
Expand Down
7 changes: 6 additions & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4897,7 +4897,12 @@ nodemailer@6.4.0:
resolved "https://registry.yarnpkg.com/nodemailer/-/nodemailer-6.4.0.tgz#91482ebc09d39156d933eb9e6159642cd27bf02c"
integrity sha512-UBqPOfQGD1cM3HnjhuQe+0u3DWx47WWK7lBjG5UtPnGOysr7oDK5lNCzcjK6zzeBSdTk4m1tGx1xNbWFZQmMNA==

nodemailer@6.4.11, nodemailer@6.x:
nodemailer@6.4.12:
version "6.4.12"
resolved "https://registry.yarnpkg.com/nodemailer/-/nodemailer-6.4.12.tgz#efb3946f3e5c5afad50af8090e070957cea1c43d"
integrity sha512-c/WplZp24Lxc+hn0w/kweNxcYGpaqtH1iecfGKTbXVmp5qx+ILApKsmCAucWWIIQiYKKH4ZA/ffSNOsai6xJGA==

nodemailer@6.x:
version "6.4.11"
resolved "https://registry.yarnpkg.com/nodemailer/-/nodemailer-6.4.11.tgz#1f00b4ffd106403f17c03f3d43d5945b2677046c"
integrity sha512-BVZBDi+aJV4O38rxsUh164Dk1NCqgh6Cm0rQSb9SK/DHGll/DrCMnycVDD7msJgZCnmVa8ASo8EZzR7jsgTukQ==
Expand Down

0 comments on commit 68ec318

Please sign in to comment.