Update nodemailer version (#1052)

This commit is contained in:
Ben Hardill 2024-02-19 23:27:32 +00:00 committed by GitHub
parent 5712a78755
commit fd027aa95a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,12 +1,12 @@
{ {
"name": "node-red-node-email", "name": "node-red-node-email",
"version": "2.1.0", "version": "2.2.0",
"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.6.4", "mailparser": "^3.6.4",
"nodemailer": "^6.9.7", "nodemailer": "^6.9.9",
"smtp-server": "^3.13.0" "smtp-server": "^3.13.0"
}, },
"bundledDependencies": [ "bundledDependencies": [