Update dependency nodemailer to v6.7.2

This commit is contained in:
Renovate Bot
2021-11-27 02:20:02 +00:00
committed by renovate[bot]
parent 86e585254c
commit 2cab2060ad
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@@ -9323,9 +9323,9 @@
"integrity": "sha512-CqyzN6z7Q6aMeF/ktcMVTzhAHCEpf8SOarwpzpf8pNBY2k5/oM34UHldUwp8VKI7uxct2HxSRdJjBaZeESzcxA=="
},
"nodemailer": {
"version": "6.7.1",
"resolved": "https://registry.npmjs.org/nodemailer/-/nodemailer-6.7.1.tgz",
"integrity": "sha512-E1C8G3rnXrGjznwGP1k+OrW5k4rl0XtqTEB19f7vtJAMYwfxZVSsAu2iY5xJkrZsbVYr6PwwAwRmFlakPoFC0A=="
"version": "6.7.2",
"resolved": "https://registry.npmjs.org/nodemailer/-/nodemailer-6.7.2.tgz",
"integrity": "sha512-Dz7zVwlef4k5R71fdmxwR8Q39fiboGbu3xgswkzGwczUfjp873rVxt1O46+Fh0j1ORnAC6L9+heI8uUpO6DT7Q=="
},
"normalize-path": {
"version": "3.0.0",

View File

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