bump email package for PR, bump pushover for latest lib

This commit is contained in:
Dave Conway-Jones 2024-08-31 19:33:55 +01:00
parent a389169ac2
commit 55011335ab
No known key found for this signature in database
GPG Key ID: 1DDB0E91A28C2643
2 changed files with 4 additions and 4 deletions

View File

@ -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",

View File

@ -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": [