mirror of
https://github.com/node-red/node-red-nodes.git
synced 2023-10-10 13:36:58 +02:00
update mailparser & nodemailer (#599)
This commit is contained in:
parent
17853b772e
commit
d53bd47f44
@ -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",
|
||||
|
@ -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": {
|
||||
|
Loading…
Reference in New Issue
Block a user