mirror of
https://github.com/dawidd6/action-send-mail.git
synced 2025-07-23 15:19:06 +07:00
![dependabot[bot]](/assets/img/avatar_default.png)
Bumps [nodemailer](https://github.com/nodemailer/nodemailer) from 7.0.4 to 7.0.5. - [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/v7.0.4...v7.0.5) --- updated-dependencies: - dependency-name: nodemailer dependency-version: 7.0.5 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>
11 lines
195 B
JSON
11 lines
195 B
JSON
{
|
|
"name": "action-send-mail",
|
|
"main": "main.js",
|
|
"dependencies": {
|
|
"@actions/core": "^1.11.1",
|
|
"@actions/glob": "^0.5.0",
|
|
"nodemailer": "^7.0.5",
|
|
"showdown": "^1.9.1"
|
|
}
|
|
}
|