mirror of
https://github.com/node-red/node-red-nodes.git
synced 2025-12-26 23:16:47 +01:00
bump email libs
This commit is contained in:
@@ -7,7 +7,7 @@ A <a href="http://nodered.org" target="_new">Node-RED</a> node to encode and dec
|
||||
Install
|
||||
-------
|
||||
|
||||
Run the following command in your Node-RED user directory - typically `~/.node-red`
|
||||
Either use the Manage Palette option in the Node-RED Editor menu, or run the following command in your Node-RED user directory - typically `~/.node-red`
|
||||
|
||||
npm i node-red-node-base64
|
||||
|
||||
|
||||
@@ -1,13 +1,13 @@
|
||||
{
|
||||
"name": "node-red-node-email",
|
||||
"version": "5.0.1",
|
||||
"version": "5.0.2",
|
||||
"description": "Node-RED nodes to send and receive simple emails.",
|
||||
"dependencies": {
|
||||
"imap": "^0.8.19",
|
||||
"node-pop3": "^0.10.0",
|
||||
"mailparser": "^3.7.5",
|
||||
"nodemailer": "^7.0.9",
|
||||
"smtp-server": "^3.15.0"
|
||||
"mailparser": "^3.9.0",
|
||||
"nodemailer": "^7.0.11",
|
||||
"smtp-server": "^3.16.1"
|
||||
},
|
||||
"bundledDependencies": [
|
||||
"imap",
|
||||
|
||||
Reference in New Issue
Block a user