Files
send-mail/package.json
dependabot[bot] 682b3b2fd8 build(deps): bump nodemailer from 8.0.2 to 8.0.3 (#278)
Bumps [nodemailer](https://github.com/nodemailer/nodemailer) from 8.0.2 to 8.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/v8.0.2...v8.0.3)

---
updated-dependencies:
- dependency-name: nodemailer
  dependency-version: 8.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>
2026-03-19 07:18:36 +01:00

12 lines
214 B
JSON

{
"name": "action-send-mail",
"type": "module",
"main": "main.js",
"dependencies": {
"@actions/core": "^3.0.0",
"@actions/glob": "^0.6.1",
"nodemailer": "^8.0.3",
"showdown": "^1.9.1"
}
}