mirror of
https://github.com/dawidd6/action-send-mail.git
synced 2024-11-10 05:51:07 +07:00
2faeb721e3
Bumps [nodemailer](https://github.com/nodemailer/nodemailer) from 6.4.14 to 6.4.15. - [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/v6.4.14...v6.4.15) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
24 lines
616 B
JSON
24 lines
616 B
JSON
{
|
|
"name": "action-send-mail",
|
|
"version": "1.0.0",
|
|
"description": "An action that simply sends a mail to multiple recipients.",
|
|
"main": "main.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/dawidd6/action-send-mail.git"
|
|
},
|
|
"author": "dawidd6",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/dawidd6/action-send-mail/issues"
|
|
},
|
|
"homepage": "https://github.com/dawidd6/action-send-mail#readme",
|
|
"dependencies": {
|
|
"@actions/core": "^1.2.6",
|
|
"nodemailer": "^6.4.15"
|
|
}
|
|
}
|