Skip to content

Commit

Permalink
Bump email node for PR (and latest lib)
Browse files Browse the repository at this point in the history
  • Loading branch information
dceejay committed Jul 4, 2024
1 parent 45d4fd0 commit cd6bbb3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions social/email/package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "node-red-node-email",
"version": "3.0.0",
"version": "3.0.1",
"description": "Node-RED nodes to send and receive simple emails.",
"dependencies": {
"imap": "^0.8.19",
"node-pop3": "^0.9.0",
"mailparser": "^3.7.1",
"nodemailer": "^6.9.13",
"nodemailer": "^6.9.14",
"smtp-server": "^3.13.4"
},
"bundledDependencies": [
Expand Down

0 comments on commit cd6bbb3

Please sign in to comment.