1
0
mirror of https://github.com/node-red/node-red-nodes.git synced 2023-10-10 13:36:58 +02:00

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

View File

@ -1,10 +1,10 @@
{ {
"name": "node-red-node-email", "name": "node-red-node-email",
"version": "1.18.3", "version": "1.18.4",
"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",
"mailparser": "^3.6.2", "mailparser": "~3.5.0",
"nodemailer": "^6.8.0", "nodemailer": "^6.8.0",
"smtp-server": "^3.11.0" "smtp-server": "^3.11.0"
}, },