Skip to content

Commit

Permalink
fix(deps): update dependency nodemailer to v6.6.5
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Oct 5, 2021
1 parent 7730ceb commit d68d341
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": "7.0.2",
"lint-staged": "11.2.0",
"jest": "27.0.6",
"nodemailer": "6.6.2",
"nodemailer": "6.6.5",
"nodemailer-mock": "1.5.11",
"prettier": "2.3.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": "8.0.10",
"@nestjs/platform-express": "8.0.10",
"dotenv": "10.0.0",
"nodemailer": "6.6.2",
"nodemailer": "6.6.5",
"reflect-metadata": "0.1.13",
"rimraf": "3.0.2",
"rxjs": "7.3.1"
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": "8.0.10",
"@nestjs/core": "8.0.10",
"@nestjs/platform-express": "8.0.10",
"nodemailer": "6.6.2",
"nodemailer": "6.6.5",
"reflect-metadata": "0.1.13",
"rimraf": "3.0.2",
"rxjs": "7.3.1",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4452,10 +4452,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.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.6.5:
version "6.6.5"
resolved "https://registry.yarnpkg.com/nodemailer/-/nodemailer-6.6.5.tgz#f9f6953cee5cfe82cbea152eeddacf7a0442049a"
integrity sha512-C/v856DBijUzHcHIgGpQoTrfsH3suKIRAGliIzCstatM2cAa+MYX3LuyCrABiO/cdJTxgBBHXxV1ztiqUwst5A==

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

0 comments on commit d68d341

Please sign in to comment.