proton-mail-bridge-client 2.0.7 → 2.0.8

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1) hide show
  1. package/package.json +2 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "proton-mail-bridge-client",
3
- "version": "2.0.7",
3
+ "version": "2.0.8",
4
4
  "description": "Proton Mail Bridge Client — full-featured CLI and Claude Desktop MCP for Proton Mail via Proton Bridge. Read, search, send, draft, archive, manage folders, and more.",
5
5
  "mcpName": "io.github.googlarz/proton-mail-bridge-client",
6
6
  "type": "module",
@@ -74,7 +74,7 @@
74
74
  "better-sqlite3": "^12.8.0",
75
75
  "imapflow": "^1.4.8",
76
76
  "mailparser": "^3.9.14",
77
- "nodemailer": "^9.0.3",
77
+ "nodemailer": "^9.1.1",
78
78
  "sanitize-html": "^2.17.4",
79
79
  "turndown": "^7.2.4"
80
80
  },