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:
snyk-bot
2025-10-22 10:38:11 +00:00
parent 3f36f20e0d
commit 4dc1236b45

View File

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