send-mail/package.json
dependabot[bot] 8f84f60983
build(deps): bump @actions/glob from 0.4.0 to 0.5.0
Bumps [@actions/glob](https://github.com/actions/toolkit/tree/HEAD/packages/glob) from 0.4.0 to 0.5.0.
- [Changelog](https://github.com/actions/toolkit/blob/main/packages/glob/RELEASES.md)
- [Commits](https://github.com/actions/toolkit/commits/HEAD/packages/glob)

---
updated-dependencies:
- dependency-name: "@actions/glob"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-09-04 07:53:42 +00:00

11 lines
196 B
JSON

{
"name": "action-send-mail",
"main": "main.js",
"dependencies": {
"@actions/core": "^1.10.1",
"@actions/glob": "^0.5.0",
"nodemailer": "^6.9.15",
"showdown": "^1.9.1"
}
}