From bb0a6fd272c44233200440fb04c3146c656aa45d Mon Sep 17 00:00:00 2001 From: Dave Conway-Jones Date: Thu, 22 Dec 2022 11:39:36 +0000 Subject: [PATCH] bump email packages --- social/email/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/social/email/package.json b/social/email/package.json index c00d07b2..06524b1a 100644 --- a/social/email/package.json +++ b/social/email/package.json @@ -4,7 +4,7 @@ "description": "Node-RED nodes to send and receive simple emails.", "dependencies": { "imap": "^0.8.19", - "mailparser": "^3.5.0", + "mailparser": "^3.6.2", "nodemailer": "^6.8.0", "smtp-server": "^3.11.0" },