build(deps): bump nodemailer from 8.0.8 to 8.0.9 (#293)

Bumps [nodemailer](https://github.com/nodemailer/nodemailer) from 8.0.8 to 8.0.9.
- [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.8...v8.0.9)

---
updated-dependencies:
- dependency-name: nodemailer
  dependency-version: 8.0.9
  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-05-27 07:50:54 +02:00
committed by GitHub
parent 51e2c0dd20
commit 6bf8b9c046
2 changed files with 5 additions and 5 deletions

8
package-lock.json generated
View File

@@ -8,7 +8,7 @@
"dependencies": {
"@actions/core": "^3.0.1",
"@actions/glob": "^0.7.0",
"nodemailer": "^8.0.8",
"nodemailer": "^8.0.9",
"showdown": "^2.1.0"
}
},
@@ -103,9 +103,9 @@
}
},
"node_modules/nodemailer": {
"version": "8.0.8",
"resolved": "https://registry.npmjs.org/nodemailer/-/nodemailer-8.0.8.tgz",
"integrity": "sha512-p+XsnzXGdtIHXUu2ugxdfG+eX2nehsGhMjW9h0CWj1BhE30hrFz0kh0yIM0/VjUgVsRrDj+80ZO+I1nSkGE4tA==",
"version": "8.0.9",
"resolved": "https://registry.npmjs.org/nodemailer/-/nodemailer-8.0.9.tgz",
"integrity": "sha512-5ofa7BUN8+C+Hckh5V2GjeeOGRQBx0CJQA6KxrvuZfC8iU4/q7sLn8XrtEEhJkjV6HdyIiQs7Bba6bTao8JhkA==",
"license": "MIT-0",
"engines": {
"node": ">=6.0.0"