mirror of
https://github.com/dawidd6/action-send-mail.git
synced 2024-11-10 05:51:07 +07:00
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:
commit
2c5f24285f
6
package-lock.json
generated
6
package-lock.json
generated
@ -88,9 +88,9 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"nodemailer": {
|
"nodemailer": {
|
||||||
"version": "6.4.16",
|
"version": "6.4.17",
|
||||||
"resolved": "https://registry.npmjs.org/nodemailer/-/nodemailer-6.4.16.tgz",
|
"resolved": "https://registry.npmjs.org/nodemailer/-/nodemailer-6.4.17.tgz",
|
||||||
"integrity": "sha512-68K0LgZ6hmZ7PVmwL78gzNdjpj5viqBdFqKrTtr9bZbJYj6BRj5W6WGkxXrEnUl3Co3CBXi3CZBUlpV/foGnOQ=="
|
"integrity": "sha512-89ps+SBGpo0D4Bi5ZrxcrCiRFaMmkCt+gItMXQGzEtZVR3uAD3QAQIDoxTWnx3ky0Dwwy/dhFrQ+6NNGXpw/qQ=="
|
||||||
},
|
},
|
||||||
"p-limit": {
|
"p-limit": {
|
||||||
"version": "2.3.0",
|
"version": "2.3.0",
|
||||||
|
@ -18,7 +18,7 @@
|
|||||||
"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.16",
|
"nodemailer": "^6.4.17",
|
||||||
"showdown": "^1.9.1"
|
"showdown": "^1.9.1"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user