1
0
mirror of https://github.com/node-red/node-red-nodes.git synced 2023-10-10 13:36:58 +02:00

bump to catch PR re attachments and update libs

This commit is contained in:
Dave Conway-Jones 2020-01-08 09:26:46 +00:00
parent 12be92e06f
commit f1ff7fe707
No known key found for this signature in database
GPG Key ID: 302A6725C594817F

View File

@ -1,11 +1,11 @@
{ {
"name": "node-red-node-email", "name": "node-red-node-email",
"version": "1.7.3", "version": "1.7.4",
"description": "Node-RED nodes to send and receive simple emails", "description": "Node-RED nodes to send and receive simple emails",
"dependencies": { "dependencies": {
"imap": "^0.8.19", "imap": "^0.8.19",
"mailparser": "^2.7.6", "mailparser": "^2.7.7",
"nodemailer": "^6.4.0", "nodemailer": "^6.4.2",
"poplib": "^0.1.7" "poplib": "^0.1.7"
}, },
"repository": { "repository": {