mirror of
https://github.com/node-red/node-red-nodes.git
synced 2023-10-10 13:36:58 +02:00
bump email package for latest libs plus PR
This commit is contained in:
parent
75f9db8d8b
commit
3619971c57
@ -1,11 +1,11 @@
|
|||||||
{
|
{
|
||||||
"name": "node-red-node-email",
|
"name": "node-red-node-email",
|
||||||
"version": "1.4.0",
|
"version": "1.5.0",
|
||||||
"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-mit": "^1.0.0",
|
"mailparser": "^2.7.1",
|
||||||
"nodemailer": "^5.1.1",
|
"nodemailer": "^6.1.1",
|
||||||
"poplib": "^0.1.7"
|
"poplib": "^0.1.7"
|
||||||
},
|
},
|
||||||
"repository": {
|
"repository": {
|
||||||
@ -17,7 +17,8 @@
|
|||||||
"node-red",
|
"node-red",
|
||||||
"email",
|
"email",
|
||||||
"gmail",
|
"gmail",
|
||||||
"imap"
|
"imap",
|
||||||
|
"pop"
|
||||||
],
|
],
|
||||||
"node-red": {
|
"node-red": {
|
||||||
"nodes": {
|
"nodes": {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user