Update dependency nodemailer to v6.7.1

This commit is contained in:
Renovate Bot
2021-11-21 00:15:49 +00:00
committed by renovate[bot]
parent 3d8662b54d
commit 8d9675507a
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@@ -9417,9 +9417,9 @@
"integrity": "sha512-CqyzN6z7Q6aMeF/ktcMVTzhAHCEpf8SOarwpzpf8pNBY2k5/oM34UHldUwp8VKI7uxct2HxSRdJjBaZeESzcxA==" "integrity": "sha512-CqyzN6z7Q6aMeF/ktcMVTzhAHCEpf8SOarwpzpf8pNBY2k5/oM34UHldUwp8VKI7uxct2HxSRdJjBaZeESzcxA=="
}, },
"nodemailer": { "nodemailer": {
"version": "6.7.0", "version": "6.7.1",
"resolved": "https://registry.npmjs.org/nodemailer/-/nodemailer-6.7.0.tgz", "resolved": "https://registry.npmjs.org/nodemailer/-/nodemailer-6.7.1.tgz",
"integrity": "sha512-AtiTVUFHLiiDnMQ43zi0YgkzHOEWUkhDgPlBXrsDzJiJvB29Alo4OKxHQ0ugF3gRqRQIneCLtZU3yiUo7pItZw==" "integrity": "sha512-E1C8G3rnXrGjznwGP1k+OrW5k4rl0XtqTEB19f7vtJAMYwfxZVSsAu2iY5xJkrZsbVYr6PwwAwRmFlakPoFC0A=="
}, },
"normalize-path": { "normalize-path": {
"version": "3.0.0", "version": "3.0.0",

View File

@@ -19,7 +19,7 @@
"next": "12.0.4", "next": "12.0.4",
"next-auth": "4.0.0-beta.7", "next-auth": "4.0.0-beta.7",
"next-mdx-remote": "3.0.8", "next-mdx-remote": "3.0.8",
"nodemailer": "6.7.0", "nodemailer": "6.7.1",
"p-retry": "5.0.0", "p-retry": "5.0.0",
"react": "17.0.2", "react": "17.0.2",
"react-calendar": "3.5.0", "react-calendar": "3.5.0",