1
0
mirror of https://github.com/microsoft/TypeScript-Node-Starter.git synced 2025-11-08 12:07:34 +00:00

Bump nodemailer from 6.4.17 to 6.6.1 (#351)

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2022-01-01 21:18:25 +01:00
committed by GitHub
parent 7434e3672f
commit 0c0bb8e3c3
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@@ -8233,9 +8233,9 @@
"dev": true
},
"nodemailer": {
"version": "6.4.17",
"resolved": "https://registry.npmjs.org/nodemailer/-/nodemailer-6.4.17.tgz",
"integrity": "sha512-89ps+SBGpo0D4Bi5ZrxcrCiRFaMmkCt+gItMXQGzEtZVR3uAD3QAQIDoxTWnx3ky0Dwwy/dhFrQ+6NNGXpw/qQ=="
"version": "6.6.1",
"resolved": "https://registry.npmjs.org/nodemailer/-/nodemailer-6.6.1.tgz",
"integrity": "sha512-1xzFN3gqv+/qJ6YRyxBxfTYstLNt0FCtZaFRvf4Sg9wxNGWbwFmGXVpfSi6ThGK6aRxAo+KjHtYSW8NvCsNSAg=="
},
"nodemon": {
"version": "2.0.7",

View File

@@ -43,7 +43,7 @@
"lodash": "^4.17.21",
"lusca": "1.6.1",
"mongoose": "5.11.15",
"nodemailer": "6.4.17",
"nodemailer": "6.6.1",
"passport": "0.4.1",
"passport-facebook": "3.0.0",
"passport-local": "1.0.0",