diff --git a/parsers/base64/README.md b/parsers/base64/README.md index ae5bc154..392df2ba 100644 --- a/parsers/base64/README.md +++ b/parsers/base64/README.md @@ -7,7 +7,7 @@ A Node-RED 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 diff --git a/social/email/package.json b/social/email/package.json index d2dcf81c..d3bc98ee 100644 --- a/social/email/package.json +++ b/social/email/package.json @@ -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",