From 55011335ab5a5971f9f5cb7acacc3bae98800956 Mon Sep 17 00:00:00 2001 From: Dave Conway-Jones Date: Sat, 31 Aug 2024 19:33:55 +0100 Subject: [PATCH] bump email package for PR, bump pushover for latest lib --- social/email/package.json | 2 +- social/pushover/package.json | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/social/email/package.json b/social/email/package.json index 1d6d6824..cdb7cc06 100644 --- a/social/email/package.json +++ b/social/email/package.json @@ -1,6 +1,6 @@ { "name": "node-red-node-email", - "version": "3.0.1", + "version": "3.0.2", "description": "Node-RED nodes to send and receive simple emails.", "dependencies": { "imap": "^0.8.19", diff --git a/social/pushover/package.json b/social/pushover/package.json index ef4d9802..3492185c 100644 --- a/social/pushover/package.json +++ b/social/pushover/package.json @@ -1,9 +1,9 @@ { "name": "node-red-node-pushover", - "version": "0.2.1", + "version": "0.2.2", "description": "A Node-RED node to send alerts via Pushover", "dependencies": { - "pushover-notifications": "^1.2.2" + "pushover-notifications": "^1.2.3" }, "repository": { "type": "git", @@ -22,7 +22,7 @@ }, "author": { "name": "Dave Conway-Jones", - "email": "ceejay@vnet.ibm.com", + "email": "dceejay@gmail.com", "url": "http://nodered.org" }, "contributors": [