build(deps): bump @types/nodemailer from 7.0.3 to 7.0.4 in /backend (#561)

Bumps [@types/nodemailer](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/nodemailer) from 7.0.3 to 7.0.4.
- [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.4
  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-11-22 12:50:41 +01:00 committed by GitHub
parent 3871151bd2
commit 124cab2c1a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 5 additions and 5 deletions

View File

@ -11,7 +11,7 @@
"dependencies": { "dependencies": {
"@fastify/type-provider-typebox": "^5.2.0", "@fastify/type-provider-typebox": "^5.2.0",
"@types/jest": "^30.0.0", "@types/jest": "^30.0.0",
"@types/nodemailer": "^7.0.3", "@types/nodemailer": "^7.0.4",
"fastify": "^5.6.2", "fastify": "^5.6.2",
"nodemailer": "^7.0.10", "nodemailer": "^7.0.10",
"ts-dotenv": "^0.9.1" "ts-dotenv": "^0.9.1"
@ -3401,9 +3401,9 @@
} }
}, },
"node_modules/@types/nodemailer": { "node_modules/@types/nodemailer": {
"version": "7.0.3", "version": "7.0.4",
"resolved": "https://registry.npmjs.org/@types/nodemailer/-/nodemailer-7.0.3.tgz", "resolved": "https://registry.npmjs.org/@types/nodemailer/-/nodemailer-7.0.4.tgz",
"integrity": "sha512-fC8w49YQ868IuPWRXqPfLf+MuTRex5Z1qxMoG8rr70riqqbOp2F5xgOKE9fODEBPzpnvjkJXFgK6IL2xgMSTnA==", "integrity": "sha512-ee8fxWqOchH+Hv6MDDNNy028kwvVnLplrStm4Zf/3uHWw5zzo8FoYYeffpJtGs2wWysEumMH0ZIdMGMY1eMAow==",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"@aws-sdk/client-sesv2": "^3.839.0", "@aws-sdk/client-sesv2": "^3.839.0",

View File

@ -42,7 +42,7 @@
"dependencies": { "dependencies": {
"@fastify/type-provider-typebox": "^5.2.0", "@fastify/type-provider-typebox": "^5.2.0",
"@types/jest": "^30.0.0", "@types/jest": "^30.0.0",
"@types/nodemailer": "^7.0.3", "@types/nodemailer": "^7.0.4",
"fastify": "^5.6.2", "fastify": "^5.6.2",
"nodemailer": "^7.0.10", "nodemailer": "^7.0.10",
"ts-dotenv": "^0.9.1" "ts-dotenv": "^0.9.1"