build(deps): bump nodemailer from 6.10.0 to 7.0.5 in /backend (#416)

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

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-07-19 13:00:46 +02:00 committed by GitHub
parent 985df31775
commit a6a7faad66
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": "^29.5.14",
"@types/nodemailer": "^6.4.17",
"fastify": "^5.4.0",
"nodemailer": "^6.10.0",
"nodemailer": "^7.0.5",
"ts-dotenv": "^0.9.1"
},
"devDependencies": {
@ -6772,9 +6772,9 @@
"license": "MIT"
},
"node_modules/nodemailer": {
"version": "6.10.0",
"resolved": "https://registry.npmjs.org/nodemailer/-/nodemailer-6.10.0.tgz",
"integrity": "sha512-SQ3wZCExjeSatLE/HBaXS5vqUOQk6GtBdIIKxiFdmm01mOQZX/POJkO3SUX1wDiYcwUOJwT23scFSC9fY2H8IA==",
"version": "7.0.5",
"resolved": "https://registry.npmjs.org/nodemailer/-/nodemailer-7.0.5.tgz",
"integrity": "sha512-nsrh2lO3j4GkLLXoeEksAMgAOqxOv6QumNRVQTJwKH4nuiww6iC2y7GyANs9kRAxCexg3+lTWM3PZ91iLlVjfg==",
"license": "MIT-0",
"engines": {
"node": ">=6.0.0"

View File

@ -47,7 +47,7 @@
"@types/jest": "^29.5.14",
"@types/nodemailer": "^6.4.17",
"fastify": "^5.4.0",
"nodemailer": "^6.10.0",
"nodemailer": "^7.0.5",
"ts-dotenv": "^0.9.1"
},
"jest": {