mirror of
https://github.com/node-red/node-red-nodes.git
synced 2025-12-26 23:16:47 +01:00
fix: upgrade node-pop3 from 0.9.1 to 0.10.0
Snyk has created this PR to upgrade node-pop3 from 0.9.1 to 0.10.0. See this package in npm: node-pop3 See this project in Snyk: https://app.snyk.io/org/dceejay/project/e6c77e96-1875-4b9e-ab86-4dab919498ed?utm_source=github&utm_medium=referral&page=upgrade-pr
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
"description": "Node-RED nodes to send and receive simple emails.",
|
||||
"dependencies": {
|
||||
"imap": "^0.8.19",
|
||||
"node-pop3": "^0.9.1",
|
||||
"node-pop3": "^0.10.0",
|
||||
"mailparser": "^3.7.4",
|
||||
"nodemailer": "^7.0.5",
|
||||
"smtp-server": "^3.14.0"
|
||||
|
||||
Reference in New Issue
Block a user