Files
send-mail/package.json
T
dependabot[bot] 773f2c25fb 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>
2026-09-04 08:36:44 +02:00

12 lines
214 B
JSON

{
"name": "action-send-mail",
"type": "module",
"main": "main.js",
"dependencies": {
"@actions/core": "^3.0.1",
"@actions/glob": "^0.7.0",
"nodemailer": "^9.1.0",
"showdown": "^2.1.0"
}
}