build(deps): bump nodemailer from 8.0.11 to 9.0.0 (#296)

Bumps [nodemailer](https://github.com/nodemailer/nodemailer) from 8.0.11 to 9.0.0.
- [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.11...v9.0.0)

---
updated-dependencies:
- dependency-name: nodemailer
  dependency-version: 9.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

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-06-15 07:31:19 +02:00
committed by GitHub
parent 19dc78332f
commit d86d472c50
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": "^8.0.11",
"nodemailer": "^9.0.0",
"showdown": "^2.1.0"
}
},
@@ -103,9 +103,9 @@
}
},
"node_modules/nodemailer": {
"version": "8.0.11",
"resolved": "https://registry.npmjs.org/nodemailer/-/nodemailer-8.0.11.tgz",
"integrity": "sha512-nrO/pDAUKl+wXX+lx16tDLbnm0fW6sK/x8mgohaCpg+CdCEl482bD4tCuAZk2DyliruiNTIZxRCoWkDqJEnAiA==",
"version": "9.0.0",
"resolved": "https://registry.npmjs.org/nodemailer/-/nodemailer-9.0.0.tgz",
"integrity": "sha512-tbPTid7d/p9jAA8CRZ3iomvrMaST0o6NYuY7v6JQZHpPRZ61mLFSPKYd7342NtOFuej9/+L48SOIxwfu2uDvtw==",
"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": "^8.0.11",
"nodemailer": "^9.0.0",
"showdown": "^2.1.0"
}
}