mirror of
https://github.com/node-red/node-red-nodes.git
synced 2023-10-10 13:36:58 +02:00
Bump email libs
This commit is contained in:
parent
9be0b56173
commit
8ca551d4bd
@ -55,7 +55,7 @@
|
|||||||
"sentiment": "^2.1.0",
|
"sentiment": "^2.1.0",
|
||||||
"should": "^13.2.3",
|
"should": "^13.2.3",
|
||||||
"sinon": "~7.5.0",
|
"sinon": "~7.5.0",
|
||||||
"smtp-server": "^3.9.0",
|
"smtp-server": "^3.10.0",
|
||||||
"supertest": "^4.0.2",
|
"supertest": "^4.0.2",
|
||||||
"when": "^3.7.8"
|
"when": "^3.7.8"
|
||||||
},
|
},
|
||||||
|
@ -1,12 +1,12 @@
|
|||||||
{
|
{
|
||||||
"name": "node-red-node-email",
|
"name": "node-red-node-email",
|
||||||
"version": "1.15.0",
|
"version": "1.15.1",
|
||||||
"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": "^3.4.0",
|
"mailparser": "^3.4.0",
|
||||||
"nodemailer": "^6.7.2",
|
"nodemailer": "^6.7.3",
|
||||||
"smtp-server": "^3.9.0"
|
"smtp-server": "^3.10.0"
|
||||||
},
|
},
|
||||||
"bundledDependencies": [
|
"bundledDependencies": [
|
||||||
"imap",
|
"imap",
|
||||||
|
Loading…
Reference in New Issue
Block a user