revert mailparser to fix node12 (for now)

This commit is contained in:
Dave Conway-Jones 2022-12-24 14:03:49 +00:00
parent b046740e7f
commit 9bae313b72
No known key found for this signature in database
GPG Key ID: 88BA2B8A411BE9FF
1 changed files with 2 additions and 2 deletions

View File

@ -1,10 +1,10 @@
{
"name": "node-red-node-email",
"version": "1.18.3",
"version": "1.18.4",
"description": "Node-RED nodes to send and receive simple emails.",
"dependencies": {
"imap": "^0.8.19",
"mailparser": "^3.6.2",
"mailparser": "~3.5.0",
"nodemailer": "^6.8.0",
"smtp-server": "^3.11.0"
},