Skip to content

Commit

Permalink
fix(deps): update dependency nodemailer to v6.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Jun 18, 2021
1 parent 38cdf35 commit fc92ddd
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": "6.0.0",
"lint-staged": "11.0.0",
"jest": "27.0.4",
"nodemailer": "6.6.1",
"nodemailer": "6.6.2",
"nodemailer-mock": "1.5.9",
"prettier": "2.3.1",
"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.6.18",
"@nestjs/platform-express": "7.6.18",
"dotenv": "10.0.0",
"nodemailer": "6.6.1",
"nodemailer": "6.6.2",
"reflect-metadata": "0.1.13",
"rimraf": "3.0.2",
"rxjs": "7.1.0"
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.6.18",
"@nestjs/core": "7.6.18",
"@nestjs/platform-express": "7.6.18",
"nodemailer": "6.6.1",
"nodemailer": "6.6.2",
"reflect-metadata": "0.1.13",
"rimraf": "3.0.2",
"rxjs": "7.1.0",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4401,10 +4401,10 @@ nodemailer@6.4.18:
resolved "https://registry.yarnpkg.com/nodemailer/-/nodemailer-6.4.18.tgz#2788c85792844fc17befda019031609017f4b9a1"
integrity sha512-ht9cXxQ+lTC+t00vkSIpKHIyM4aXIsQ1tcbQCn5IOnxYHi81W2XOaU66EQBFFpbtzLEBTC94gmkbD4mGZQzVpA==

nodemailer@6.6.1:
version "6.6.1"
resolved "https://registry.yarnpkg.com/nodemailer/-/nodemailer-6.6.1.tgz#2a05fbf205b897d71bf43884167b5d4d3bd01b99"
integrity sha512-1xzFN3gqv+/qJ6YRyxBxfTYstLNt0FCtZaFRvf4Sg9wxNGWbwFmGXVpfSi6ThGK6aRxAo+KjHtYSW8NvCsNSAg==
nodemailer@6.6.2:
version "6.6.2"
resolved "https://registry.yarnpkg.com/nodemailer/-/nodemailer-6.6.2.tgz#e184c9ed5bee245a3e0bcabc7255866385757114"
integrity sha512-YSzu7TLbI+bsjCis/TZlAXBoM4y93HhlIgo0P5oiA2ua9Z4k+E2Fod//ybIzdJxOlXGRcHIh/WaeCBehvxZb/Q==

nodemailer@^6.5.0, nodemailer@^6.x:
version "6.5.0"
Expand Down

0 comments on commit fc92ddd

Please sign in to comment.