Merge pull request #26 from dawidd6/dependabot-npm_and_yarn-nodemailer-6.4.17

build(deps): bump nodemailer from 6.4.16 to 6.4.17
This commit is contained in:
Dawid Dziurla 2020-12-16 18:57:38 +01:00 committed by GitHub
commit 2c5f24285f
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

@ -88,9 +88,9 @@
}
},
"nodemailer": {
"version": "6.4.16",
"resolved": "https://registry.npmjs.org/nodemailer/-/nodemailer-6.4.16.tgz",
"integrity": "sha512-68K0LgZ6hmZ7PVmwL78gzNdjpj5viqBdFqKrTtr9bZbJYj6BRj5W6WGkxXrEnUl3Co3CBXi3CZBUlpV/foGnOQ=="
"version": "6.4.17",
"resolved": "https://registry.npmjs.org/nodemailer/-/nodemailer-6.4.17.tgz",
"integrity": "sha512-89ps+SBGpo0D4Bi5ZrxcrCiRFaMmkCt+gItMXQGzEtZVR3uAD3QAQIDoxTWnx3ky0Dwwy/dhFrQ+6NNGXpw/qQ=="
},
"p-limit": {
"version": "2.3.0",

View File

@ -18,7 +18,7 @@
"homepage": "https://github.com/dawidd6/action-send-mail#readme",
"dependencies": {
"@actions/core": "^1.2.6",
"nodemailer": "^6.4.16",
"nodemailer": "^6.4.17",
"showdown": "^1.9.1"
}
}