build(deps): bump nodemailer from 7.0.11 to 7.0.12 in /backend (#596)

Bumps [nodemailer](https://github.com/nodemailer/nodemailer) from 7.0.11 to 7.0.12.
- [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/v7.0.11...v7.0.12)

---
updated-dependencies:
- dependency-name: nodemailer
  dependency-version: 7.0.12
  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] 2025-12-27 08:43:10 +00:00 committed by GitHub
parent 6a2b56a37c
commit 787a1dfed7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 5 additions and 5 deletions

View File

@ -13,7 +13,7 @@
"@types/jest": "^30.0.0",
"@types/nodemailer": "^7.0.4",
"fastify": "^5.6.2",
"nodemailer": "^7.0.11",
"nodemailer": "^7.0.12",
"ts-dotenv": "^0.9.1"
},
"devDependencies": {
@ -8340,9 +8340,9 @@
"license": "MIT"
},
"node_modules/nodemailer": {
"version": "7.0.11",
"resolved": "https://registry.npmjs.org/nodemailer/-/nodemailer-7.0.11.tgz",
"integrity": "sha512-gnXhNRE0FNhD7wPSCGhdNh46Hs6nm+uTyg+Kq0cZukNQiYdnCsoQjodNP9BQVG9XrcK/v6/MgpAPBUFyzh9pvw==",
"version": "7.0.12",
"resolved": "https://registry.npmjs.org/nodemailer/-/nodemailer-7.0.12.tgz",
"integrity": "sha512-H+rnK5bX2Pi/6ms3sN4/jRQvYSMltV6vqup/0SFOrxYYY/qoNvhXPlYq3e+Pm9RFJRwrMGbMIwi81M4dxpomhA==",
"license": "MIT-0",
"engines": {
"node": ">=6.0.0"

View File

@ -44,7 +44,7 @@
"@types/jest": "^30.0.0",
"@types/nodemailer": "^7.0.4",
"fastify": "^5.6.2",
"nodemailer": "^7.0.11",
"nodemailer": "^7.0.12",
"ts-dotenv": "^0.9.1"
},
"jest": {