build(deps): bump nodemailer from 9.0.6 to 9.1.0 (#312)

Bumps [nodemailer](https://github.com/nodemailer/nodemailer) from 9.0.6 to 9.1.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/v9.0.6...v9.1.0)

---
updated-dependencies:
- dependency-name: nodemailer
  dependency-version: 9.1.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

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-04 08:36:44 +02:00
committed by GitHub
parent 0fd6142bc2
commit 773f2c25fb
2 changed files with 5 additions and 5 deletions
+4 -4
View File
@@ -8,7 +8,7 @@
"dependencies": { "dependencies": {
"@actions/core": "^3.0.1", "@actions/core": "^3.0.1",
"@actions/glob": "^0.7.0", "@actions/glob": "^0.7.0",
"nodemailer": "^9.0.6", "nodemailer": "^9.1.0",
"showdown": "^2.1.0" "showdown": "^2.1.0"
} }
}, },
@@ -103,9 +103,9 @@
} }
}, },
"node_modules/nodemailer": { "node_modules/nodemailer": {
"version": "9.0.6", "version": "9.1.0",
"resolved": "https://registry.npmjs.org/nodemailer/-/nodemailer-9.0.6.tgz", "resolved": "https://registry.npmjs.org/nodemailer/-/nodemailer-9.1.0.tgz",
"integrity": "sha512-IQUGFdhdGwI9+AWX+FpUt4DLmvFaOjTMEoneTIWX/RXxuy1TdenPwWrvFMSfLkPKl+HQEXWuSAxEMMbPYXtBmg==", "integrity": "sha512-xj1Ri5Sau3qpPffHJwi2bY0oWVVWYq62Ph17l+2v1xXpxjqTls3YPc3L8dub9mcJpxj+1ucNnuYVqLlgh4pmDA==",
"license": "MIT-0", "license": "MIT-0",
"engines": { "engines": {
"node": ">=6.0.0" "node": ">=6.0.0"
+1 -1
View File
@@ -5,7 +5,7 @@
"dependencies": { "dependencies": {
"@actions/core": "^3.0.1", "@actions/core": "^3.0.1",
"@actions/glob": "^0.7.0", "@actions/glob": "^0.7.0",
"nodemailer": "^9.0.6", "nodemailer": "^9.1.0",
"showdown": "^2.1.0" "showdown": "^2.1.0"
} }
} }