Bump email to update mailparser as well

This commit is contained in:
Dave Conway-Jones 2023-03-27 23:18:14 +01:00
parent 8320571630
commit bd23b5e3d3
No known key found for this signature in database
GPG Key ID: 1DDB0E91A28C2643
1 changed files with 2 additions and 2 deletions

View File

@ -1,11 +1,11 @@
{
"name": "node-red-node-email",
"version": "1.19.0",
"version": "1.19.1",
"description": "Node-RED nodes to send and receive simple emails.",
"dependencies": {
"imap": "^0.8.19",
"node-pop3": "^0.8.0",
"mailparser": "~3.5.0",
"mailparser": "^3.6.4",
"nodemailer": "^6.9.1",
"smtp-server": "^3.11.0"
},