Bump nodemailer from 8.0.4 to 8.0.5

Bumps [nodemailer](https://github.com/nodemailer/nodemailer) from 8.0.4 to 8.0.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/v8.0.4...v8.0.5)

---
updated-dependencies:
- dependency-name: nodemailer
  dependency-version: 8.0.5
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2026-04-09 20:50:24 +00:00
committed by GitHub
parent 01ca9a08d1
commit 0c4e190952
2 changed files with 5 additions and 5 deletions
+4 -4
View File
@@ -13,7 +13,7 @@
"express": "^4.18.3", "express": "^4.18.3",
"express-session": "^1.19.0", "express-session": "^1.19.0",
"multer": "^2.1.1", "multer": "^2.1.1",
"nodemailer": "^8.0.4", "nodemailer": "^8.0.5",
"openid-client": "^5.7.1", "openid-client": "^5.7.1",
"pdfkit": "^0.15.0" "pdfkit": "^0.15.0"
}, },
@@ -1604,9 +1604,9 @@
} }
}, },
"node_modules/nodemailer": { "node_modules/nodemailer": {
"version": "8.0.4", "version": "8.0.5",
"resolved": "https://registry.npmjs.org/nodemailer/-/nodemailer-8.0.4.tgz", "resolved": "https://registry.npmjs.org/nodemailer/-/nodemailer-8.0.5.tgz",
"integrity": "sha512-k+jf6N8PfQJ0Fe8ZhJlgqU5qJU44Lpvp2yvidH3vp1lPnVQMgi4yEEMPXg5eJS1gFIJTVq1NHBk7Ia9ARdSBdQ==", "integrity": "sha512-0PF8Yb1yZuQfQbq+5/pZJrtF6WQcjTd5/S4JOHs9PGFxuTqoB/icwuB44pOdURHJbRKX1PPoJZtY7R4VUoCC8w==",
"license": "MIT-0", "license": "MIT-0",
"engines": { "engines": {
"node": ">=6.0.0" "node": ">=6.0.0"
+1 -1
View File
@@ -14,7 +14,7 @@
"express": "^4.18.3", "express": "^4.18.3",
"express-session": "^1.19.0", "express-session": "^1.19.0",
"multer": "^2.1.1", "multer": "^2.1.1",
"nodemailer": "^8.0.4", "nodemailer": "^8.0.5",
"openid-client": "^5.7.1", "openid-client": "^5.7.1",
"pdfkit": "^0.15.0" "pdfkit": "^0.15.0"
}, },