mirror of
https://github.com/dawidd6/action-send-mail.git
synced 2024-11-10 05:51:07 +07:00
803b308fa9
Bumps [nodemailer](https://github.com/nodemailer/nodemailer) from 6.4.8 to 6.4.10. - [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.8...v6.4.10) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
19 lines
629 B
JSON
19 lines
629 B
JSON
{
|
|
"name": "action-send-mail",
|
|
"version": "1.0.0",
|
|
"lockfileVersion": 1,
|
|
"requires": true,
|
|
"dependencies": {
|
|
"@actions/core": {
|
|
"version": "1.2.4",
|
|
"resolved": "https://registry.npmjs.org/@actions/core/-/core-1.2.4.tgz",
|
|
"integrity": "sha512-YJCEq8BE3CdN8+7HPZ/4DxJjk/OkZV2FFIf+DlZTC/4iBlzYCD5yjRR6eiOS5llO11zbRltIRuKAjMKaWTE6cg=="
|
|
},
|
|
"nodemailer": {
|
|
"version": "6.4.10",
|
|
"resolved": "https://registry.npmjs.org/nodemailer/-/nodemailer-6.4.10.tgz",
|
|
"integrity": "sha512-j+pS9CURhPgk6r0ENr7dji+As2xZiHSvZeVnzKniLOw1eRAyM/7flP0u65tCnsapV8JFu+t0l/5VeHsCZEeh9g=="
|
|
}
|
|
}
|
|
}
|