bump some node-red-node deps and packages

some due to  long outstanding doc PRs
This commit is contained in:
Dave Conway-Jones
2020-04-03 22:29:43 +01:00
parent 3d9b3823cc
commit 0b590236a0
4 changed files with 7 additions and 7 deletions

View File

@@ -1,11 +1,11 @@
{
"name": "node-red-node-email",
"version": "1.7.7",
"version": "1.7.8",
"description": "Node-RED nodes to send and receive simple emails",
"dependencies": {
"imap": "^0.8.19",
"mailparser": "^2.7.7",
"nodemailer": "^6.4.2",
"nodemailer": "^6.4.6",
"poplib": "^0.1.7"
},
"repository": {