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>
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.6",
|
|
"resolved": "https://registry.npmjs.org/@actions/core/-/core-1.2.6.tgz",
|
|
"integrity": "sha512-ZQYitnqiyBc3D+k7LsgSBmMDVkOVidaagDG7j3fOym77jNunWRuYx7VSHa9GNfFZh+zh61xsCjRj4JxMZlDqTA=="
|
|
},
|
|
"nodemailer": {
|
|
"version": "6.4.15",
|
|
"resolved": "https://registry.npmjs.org/nodemailer/-/nodemailer-6.4.15.tgz",
|
|
"integrity": "sha512-2/z13dBTWdgTRlxVMAK6C13dCI22GEShET4+jFLlQsxpblxYhojnucfcTZO1QBu5CsHvABsBj2JCGO3vl0HSQA=="
|
|
}
|
|
}
|
|
}
|