build(deps): bump nodemailer from 8.0.1 to 8.0.2 in /backend (#677)

Bumps [nodemailer](https://github.com/nodemailer/nodemailer) from 8.0.1 to 8.0.2.
- [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/v8.0.1...v8.0.2)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2026-03-17 16:42:04 +01:00 committed by GitHub
parent cc7e6a3855
commit c38675d20a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 5 additions and 5 deletions

View File

@ -12,7 +12,7 @@
"@fastify/type-provider-typebox": "^6.1.0",
"@types/nodemailer": "^7.0.11",
"fastify": "^5.8.1",
"nodemailer": "^8.0.1",
"nodemailer": "^8.0.2",
"ts-dotenv": "^0.9.1"
},
"devDependencies": {
@ -9514,9 +9514,9 @@
"license": "MIT"
},
"node_modules/nodemailer": {
"version": "8.0.1",
"resolved": "https://registry.npmjs.org/nodemailer/-/nodemailer-8.0.1.tgz",
"integrity": "sha512-5kcldIXmaEjZcHR6F28IKGSgpmZHaF1IXLWFTG+Xh3S+Cce4MiakLtWY+PlBU69fLbRa8HlaGIrC/QolUpHkhg==",
"version": "8.0.2",
"resolved": "https://registry.npmjs.org/nodemailer/-/nodemailer-8.0.2.tgz",
"integrity": "sha512-zbj002pZAIkWQFxyAaqoxvn+zoIwRnS40hgjqTXudKOOJkiFFgBeNqjgD3/YCR12sZnrghWYBY+yP1ZucdDRpw==",
"license": "MIT-0",
"engines": {
"node": ">=6.0.0"

View File

@ -32,7 +32,7 @@
"@fastify/type-provider-typebox": "^6.1.0",
"@types/nodemailer": "^7.0.11",
"fastify": "^5.8.1",
"nodemailer": "^8.0.1",
"nodemailer": "^8.0.2",
"ts-dotenv": "^0.9.1"
},
"imports": {