Merge pull request #24 from dawidd6/dependabot-npm_and_yarn-nodemailer-6.4.15

build(deps): bump nodemailer from 6.4.14 to 6.4.15
This commit is contained in:
Dawid Dziurla 2020-11-12 16:29:13 +01:00 committed by GitHub
commit 2b66ab09bf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@ -10,9 +10,9 @@
"integrity": "sha512-ZQYitnqiyBc3D+k7LsgSBmMDVkOVidaagDG7j3fOym77jNunWRuYx7VSHa9GNfFZh+zh61xsCjRj4JxMZlDqTA==" "integrity": "sha512-ZQYitnqiyBc3D+k7LsgSBmMDVkOVidaagDG7j3fOym77jNunWRuYx7VSHa9GNfFZh+zh61xsCjRj4JxMZlDqTA=="
}, },
"nodemailer": { "nodemailer": {
"version": "6.4.14", "version": "6.4.15",
"resolved": "https://registry.npmjs.org/nodemailer/-/nodemailer-6.4.14.tgz", "resolved": "https://registry.npmjs.org/nodemailer/-/nodemailer-6.4.15.tgz",
"integrity": "sha512-0AQHOOT+nRAOK6QnksNaK7+5vjviVvEBzmZytKU7XSA+Vze2NLykTx/05ti1uJgXFTWrMq08u3j3x4r4OE6PAA==" "integrity": "sha512-2/z13dBTWdgTRlxVMAK6C13dCI22GEShET4+jFLlQsxpblxYhojnucfcTZO1QBu5CsHvABsBj2JCGO3vl0HSQA=="
} }
} }
} }

View File

@ -18,6 +18,6 @@
"homepage": "https://github.com/dawidd6/action-send-mail#readme", "homepage": "https://github.com/dawidd6/action-send-mail#readme",
"dependencies": { "dependencies": {
"@actions/core": "^1.2.6", "@actions/core": "^1.2.6",
"nodemailer": "^6.4.14" "nodemailer": "^6.4.15"
} }
} }