Skip to content

Commit

Permalink
fix(deps): update dependency nodemailer to v6.4.15
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Nov 7, 2020
1 parent 265c8b3 commit 5bd97b2
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 @@ -77,7 +77,7 @@
"husky": "4.3.0",
"lint-staged": "10.5.1",
"jest": "26.6.3",
"nodemailer": "6.4.14",
"nodemailer": "6.4.15",
"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.5.1",
"@nestjs/platform-express": "7.5.1",
"dotenv": "8.2.0",
"nodemailer": "6.4.14",
"nodemailer": "6.4.15",
"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.5.1",
"@nestjs/core": "7.5.1",
"@nestjs/platform-express": "7.5.1",
"nodemailer": "6.4.14",
"nodemailer": "6.4.15",
"reflect-metadata": "0.1.13",
"rimraf": "3.0.2",
"rxjs": "6.6.3",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4864,10 +4864,10 @@ [email protected]:
resolved "https://registry.yarnpkg.com/nodemailer/-/nodemailer-6.4.0.tgz#91482ebc09d39156d933eb9e6159642cd27bf02c"
integrity sha512-UBqPOfQGD1cM3HnjhuQe+0u3DWx47WWK7lBjG5UtPnGOysr7oDK5lNCzcjK6zzeBSdTk4m1tGx1xNbWFZQmMNA==

[email protected].14:
version "6.4.14"
resolved "https://registry.yarnpkg.com/nodemailer/-/nodemailer-6.4.14.tgz#2ffb160b63ff0c15a979da75e1f82af85433d2a3"
integrity sha512-0AQHOOT+nRAOK6QnksNaK7+5vjviVvEBzmZytKU7XSA+Vze2NLykTx/05ti1uJgXFTWrMq08u3j3x4r4OE6PAA==
[email protected].15:
version "6.4.15"
resolved "https://registry.yarnpkg.com/nodemailer/-/nodemailer-6.4.15.tgz#da5dbb78b8376e34c232c6aa3d2d65cfe17440e9"
integrity sha512-2/z13dBTWdgTRlxVMAK6C13dCI22GEShET4+jFLlQsxpblxYhojnucfcTZO1QBu5CsHvABsBj2JCGO3vl0HSQA==

[email protected]:
version "6.4.11"
Expand Down

0 comments on commit 5bd97b2

Please sign in to comment.