build(deps): bump nodemailer from 6.9.6 to 6.9.7

Bumps [nodemailer](https://github.com/nodemailer/nodemailer) from 6.9.6 to 6.9.7.
- [Release notes](https://github.com/nodemailer/nodemailer/releases)
- [Changelog](https://github.com/nodemailer/nodemailer/blob/master/CHANGELOG.md)
- [Commits](https://github.com/nodemailer/nodemailer/compare/v6.9.6...v6.9.7)

---
updated-dependencies:
- dependency-name: nodemailer
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2023-11-02 16:10:49 +00:00 committed by GitHub
parent 0377b162ed
commit 3c1f692bc1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 5 deletions

8
package-lock.json generated
View file

@ -13,7 +13,7 @@
"chart.js": "^4.3.0",
"next": "^13.5.4",
"next-auth": "^4.23.2",
"nodemailer": "^6.9.3",
"nodemailer": "^6.9.7",
"react": "^18.2.0",
"react-chartjs-2": "^5.2.0",
"react-dom": "^18.2.0",
@ -3104,9 +3104,9 @@
}
},
"node_modules/nodemailer": {
"version": "6.9.6",
"resolved": "https://registry.npmjs.org/nodemailer/-/nodemailer-6.9.6.tgz",
"integrity": "sha512-s7pDtWwe5fLMkQUhw8TkWB/wnZ7SRdd9HRZslq/s24hlZvBP3j32N/ETLmnqTpmj4xoBZL9fOWyCIZ7r2HORHg==",
"version": "6.9.7",
"resolved": "https://registry.npmjs.org/nodemailer/-/nodemailer-6.9.7.tgz",
"integrity": "sha512-rUtR77ksqex/eZRLmQ21LKVH5nAAsVicAtAYudK7JgwenEDZ0UIQ1adUGqErz7sMkWYxWTTU1aeP2Jga6WQyJw==",
"engines": {
"node": ">=6.0.0"
}

View file

@ -14,7 +14,7 @@
"chart.js": "^4.3.0",
"next": "^13.5.4",
"next-auth": "^4.23.2",
"nodemailer": "^6.9.3",
"nodemailer": "^6.9.7",
"react": "^18.2.0",
"react-chartjs-2": "^5.2.0",
"react-dom": "^18.2.0",