bump email libs

This commit is contained in:
Dave Conway-Jones
2025-12-05 21:56:03 +00:00
parent f29cd0863d
commit f710e9feb3
2 changed files with 5 additions and 5 deletions

View File

@@ -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

View File

@@ -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",