build(deps): bump @types/nodemailer from 7.0.9 to 7.0.11 in /backend (#656)

Bumps [@types/nodemailer](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/nodemailer) from 7.0.9 to 7.0.11.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/nodemailer)

---
updated-dependencies:
- dependency-name: "@types/nodemailer"
  dependency-version: 7.0.11
  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-02-24 02:28:24 +01:00 committed by GitHub
parent 87aed57c57
commit f986fb5a25
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 5 additions and 5 deletions

View File

@ -10,7 +10,7 @@
"license": "Apache-2.0",
"dependencies": {
"@fastify/type-provider-typebox": "^6.1.0",
"@types/nodemailer": "^7.0.9",
"@types/nodemailer": "^7.0.11",
"fastify": "^5.7.4",
"nodemailer": "^8.0.1",
"ts-dotenv": "^0.9.1"
@ -3479,9 +3479,9 @@
}
},
"node_modules/@types/nodemailer": {
"version": "7.0.9",
"resolved": "https://registry.npmjs.org/@types/nodemailer/-/nodemailer-7.0.9.tgz",
"integrity": "sha512-vI8oF1M+8JvQhsId0Pc38BdUP2evenIIys7c7p+9OZXSPOH5c1dyINP1jT8xQ2xPuBUXmIC87s+91IZMDjH8Ow==",
"version": "7.0.11",
"resolved": "https://registry.npmjs.org/@types/nodemailer/-/nodemailer-7.0.11.tgz",
"integrity": "sha512-E+U4RzR2dKrx+u3N4DlsmLaDC6mMZOM/TPROxA0UAPiTgI0y4CEFBmZE+coGWTjakDriRsXG368lNk1u9Q0a2g==",
"license": "MIT",
"dependencies": {
"@types/node": "*"

View File

@ -30,7 +30,7 @@
},
"dependencies": {
"@fastify/type-provider-typebox": "^6.1.0",
"@types/nodemailer": "^7.0.9",
"@types/nodemailer": "^7.0.11",
"fastify": "^5.7.4",
"nodemailer": "^8.0.1",
"ts-dotenv": "^0.9.1"