build(deps): bump nodemailer from 9.0.4 to 9.0.5 (#309)

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

---
updated-dependencies:
- dependency-name: nodemailer
  dependency-version: 9.0.5
  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-08-11 08:07:41 +02:00
committed by GitHub
parent 62b29dec2d
commit 0bbdab0966
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": "^9.0.4",
"nodemailer": "^9.0.5",
"showdown": "^2.1.0"
}
},
@@ -103,9 +103,9 @@
}
},
"node_modules/nodemailer": {
"version": "9.0.4",
"resolved": "https://registry.npmjs.org/nodemailer/-/nodemailer-9.0.4.tgz",
"integrity": "sha512-LmJNRVRtfSCULxcZpy0Cpg4WWenlUZ9+zbmTO+S7v9wD6XreYLjXRFtDjtV/4F0HT5p1GyZfA0Ux/myxHb18CQ==",
"version": "9.0.5",
"resolved": "https://registry.npmjs.org/nodemailer/-/nodemailer-9.0.5.tgz",
"integrity": "sha512-wvjiKvjczmsN7U/8006JOdXubgBk2XFAbioDMbT+sM7cPs0QrhJTa6KBRX7P5REGGkDcLUz/EarWidb8G8C1jQ==",
"license": "MIT-0",
"engines": {
"node": ">=6.0.0"
+1 -1
View File
@@ -5,7 +5,7 @@
"dependencies": {
"@actions/core": "^3.0.1",
"@actions/glob": "^0.7.0",
"nodemailer": "^9.0.4",
"nodemailer": "^9.0.5",
"showdown": "^2.1.0"
}
}