mirror of
https://github.com/dawidd6/action-send-mail.git
synced 2024-11-10 05:51:07 +07:00
f5b1987fb0
Bumps [@actions/glob](https://github.com/actions/toolkit/tree/HEAD/packages/glob) from 0.2.0 to 0.2.1. - [Release notes](https://github.com/actions/toolkit/releases) - [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-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.2.7",
|
|
"@actions/glob": "^0.2.1",
|
|
"nodemailer": "^6.4.17",
|
|
"showdown": "^1.9.1"
|
|
}
|
|
}
|