build(deps): bump nodemailer from 10.0.1 to 10.0.3 (#319)

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

---
updated-dependencies:
- dependency-name: nodemailer
  dependency-version: 10.0.3
  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-14 08:21:54 +02:00
committed by GitHub
parent 420aeba895
commit 364e471101
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.1",
"nodemailer": "^10.0.3",
"showdown": "^2.1.0"
}
},
@@ -103,9 +103,9 @@
}
},
"node_modules/nodemailer": {
"version": "10.0.1",
"resolved": "https://registry.npmjs.org/nodemailer/-/nodemailer-10.0.1.tgz",
"integrity": "sha512-c+gU9cL9HLDax3vjxL88kW+6NOgdtEUWaZ+AUtxdJR6LLhf0kGdCLExof7yiKW7zdO9EfXCSIgmhGyFmUM0mYQ==",
"version": "10.0.3",
"resolved": "https://registry.npmjs.org/nodemailer/-/nodemailer-10.0.3.tgz",
"integrity": "sha512-h5c8ypcMoOIh44bIcVROvTDbjRdOJX8AXTkxMht2C92HlSjkG+/8kjoqmNPypfjQaVNaUHWyZ3tqs5I3K91F3g==",
"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.1",
"nodemailer": "^10.0.3",
"showdown": "^2.1.0"
}
}