build(deps): bump nodemailer from 10.0.3 to 10.0.8 (#320)

Bumps [nodemailer](https://github.com/nodemailer/nodemailer) from 10.0.3 to 10.0.8.
- [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/v10.0.3...v10.0.8)

---
updated-dependencies:
- dependency-name: nodemailer
  dependency-version: 10.0.8
  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-09-15 09:01:07 +02:00
committed by GitHub
parent 364e471101
commit 4a3d0f9ca3
2 changed files with 5 additions and 5 deletions
+4 -4
View File
@@ -8,7 +8,7 @@
"dependencies": {
"@actions/core": "^3.0.1",
"@actions/glob": "^0.7.0",
"nodemailer": "^10.0.3",
"nodemailer": "^10.0.8",
"showdown": "^2.1.0"
}
},
@@ -103,9 +103,9 @@
}
},
"node_modules/nodemailer": {
"version": "10.0.3",
"resolved": "https://registry.npmjs.org/nodemailer/-/nodemailer-10.0.3.tgz",
"integrity": "sha512-h5c8ypcMoOIh44bIcVROvTDbjRdOJX8AXTkxMht2C92HlSjkG+/8kjoqmNPypfjQaVNaUHWyZ3tqs5I3K91F3g==",
"version": "10.0.8",
"resolved": "https://registry.npmjs.org/nodemailer/-/nodemailer-10.0.8.tgz",
"integrity": "sha512-uCZ0AtFDI46sHwJ6mhwNuIoA/KiTC0ZCzX7g01941+H9VMIXEiZjtgjQkzoBRTeQba0cIrKfwk31q99PfcIMRw==",
"license": "MIT-0",
"engines": {
"node": ">=20.0.0"
+1 -1
View File
@@ -5,7 +5,7 @@
"dependencies": {
"@actions/core": "^3.0.1",
"@actions/glob": "^0.7.0",
"nodemailer": "^10.0.3",
"nodemailer": "^10.0.8",
"showdown": "^2.1.0"
}
}