Bump nodemailer and @types/nodemailer

Bumps [nodemailer](https://github.com/nodemailer/nodemailer) and [@types/nodemailer](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/nodemailer). These dependencies needed to be updated together.

Updates `nodemailer` from 6.9.4 to 6.9.5
- [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/v6.9.4...v6.9.5)

Updates `@types/nodemailer` from 6.4.9 to 6.4.10
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/nodemailer)

---
updated-dependencies:
- dependency-name: nodemailer
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: "@types/nodemailer"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2023-09-12 04:59:49 +00:00
committed by GitHub
parent 89ea345301
commit 28bd63d6de
2 changed files with 10 additions and 10 deletions

View File

@ -20,7 +20,7 @@
"joi": "^17.10.1",
"mongoose": "^7.5.1",
"mongoose-field-encryption": "^7.0.1",
"nodemailer": "^6.9.4",
"nodemailer": "^6.9.5",
"speakeasy": "^2.0.0",
"ts-md5": "^1.3.1"
},
@ -29,7 +29,7 @@
"@types/cors": "^2.8.14",
"@types/express": "^4.17.17",
"@types/node": "^20.5.9",
"@types/nodemailer": "^6.4.9",
"@types/nodemailer": "^6.4.10",
"@types/speakeasy": "^2.0.7",
"@typescript-eslint/eslint-plugin": "^6.4.1",
"@typescript-eslint/parser": "^6.6.0",