update mailparser & nodemailer (#599)

This commit is contained in:
Hiroyuki Okada 2019-11-09 20:58:53 +09:00 committed by Dave Conway-Jones
parent 17853b772e
commit d53bd47f44
2 changed files with 3 additions and 3 deletions

View File

@ -40,7 +40,7 @@
"grunt-lint-inline": "^1.0.0",
"grunt-simple-mocha": "^0.4.1",
"imap": "^0.8.19",
"mailparser": "^2.7.3",
"mailparser": "^2.7.6",
"markdown-it": "^10.0.0",
"mocha": "~6.2.2",
"msgpack-lite": "^0.1.26",

View File

@ -4,8 +4,8 @@
"description": "Node-RED nodes to send and receive simple emails",
"dependencies": {
"imap": "^0.8.19",
"mailparser": "^2.7.1",
"nodemailer": "^6.2.1",
"mailparser": "^2.7.6",
"nodemailer": "^6.3.1",
"poplib": "^0.1.7"
},
"repository": {