Update nodemailer version

fixes #1051

This should be released once #1050 is also merged (1050 has cla problems at the moment)
This commit is contained in:
Ben Hardill 2024-02-19 09:13:38 +00:00 committed by GitHub
parent 10ede7b1a6
commit 377ad8eac2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,12 +1,12 @@
{
"name": "node-red-node-email",
"version": "2.1.0",
"version": "2.1.1",
"description": "Node-RED nodes to send and receive simple emails.",
"dependencies": {
"imap": "^0.8.19",
"node-pop3": "^0.9.0",
"mailparser": "^3.6.4",
"nodemailer": "^6.9.7",
"nodemailer": "^6.9.9",
"smtp-server": "^3.13.0"
},
"bundledDependencies": [