Update nodemailer version

fixes #1051

@dceejay can you do a release with this and https://github.com/node-red/node-red-nodes/pull/1050 once both are merged (1050 has CLA problems)
This commit is contained in:
Ben Hardill 2024-02-19 09:12:29 +00:00 committed by GitHub
parent 10ede7b1a6
commit 2b78e3767c
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.1.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.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": [