Bump email node for PR (and latest lib)

This commit is contained in:
Dave Conway-Jones 2024-07-04 18:18:22 +01:00
parent 45d4fd0b08
commit cd6bbb3e69
No known key found for this signature in database
GPG Key ID: 1DDB0E91A28C2643

View File

@ -1,12 +1,12 @@
{ {
"name": "node-red-node-email", "name": "node-red-node-email",
"version": "3.0.0", "version": "3.0.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",
"node-pop3": "^0.9.0", "node-pop3": "^0.9.0",
"mailparser": "^3.7.1", "mailparser": "^3.7.1",
"nodemailer": "^6.9.13", "nodemailer": "^6.9.14",
"smtp-server": "^3.13.4" "smtp-server": "^3.13.4"
}, },
"bundledDependencies": [ "bundledDependencies": [