Update dependency nodemailer to v6.7.0

This commit is contained in:
Renovate Bot
2021-10-16 03:15:43 +00:00
committed by Thomas Ruoff
parent 8c0e1cb914
commit ba298268a7
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@@ -9666,9 +9666,9 @@
"integrity": "sha512-9/IECtNr8dXNmPWmFXepT0/7o5eolGesHUa3mtr0KlgnCvnZxwh2qensKL42JJY2vQKC3nIBXetFAqR+PW1CmA=="
},
"nodemailer": {
"version": "6.6.5",
"resolved": "https://registry.npmjs.org/nodemailer/-/nodemailer-6.6.5.tgz",
"integrity": "sha512-C/v856DBijUzHcHIgGpQoTrfsH3suKIRAGliIzCstatM2cAa+MYX3LuyCrABiO/cdJTxgBBHXxV1ztiqUwst5A=="
"version": "6.7.0",
"resolved": "https://registry.npmjs.org/nodemailer/-/nodemailer-6.7.0.tgz",
"integrity": "sha512-AtiTVUFHLiiDnMQ43zi0YgkzHOEWUkhDgPlBXrsDzJiJvB29Alo4OKxHQ0ugF3gRqRQIneCLtZU3yiUo7pItZw=="
},
"normalize-package-data": {
"version": "2.5.0",

View File

@@ -19,7 +19,7 @@
"next-auth": "4.0.0-beta.2",
"next-iron-session": "4.1.14",
"next-mdx-remote": "3.0.6",
"nodemailer": "6.6.5",
"nodemailer": "6.7.0",
"p-retry": "4.6.1",
"react": "17.0.2",
"react-calendar": "3.4.0",