Skip to content

Commit 4061cfd

Browse files
committed
chore: upgrade nodemailer 7.x to 8.0.1
Nodemailer 8 improvements: - Better socket cleanup (prevents memory leaks) - Hardened DNS fallback against race conditions - Gmail Workspace service configuration support - Improved TLS error handling - Centralized error codes Only breaking change: error code 'NoAuth' renamed to 'ENOAUTH' (not used in our codebase - verified with grep)
1 parent 232cabb commit 4061cfd

2 files changed

Lines changed: 16 additions & 16 deletions

File tree

package-lock.json

Lines changed: 15 additions & 15 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
"form-data": "^4.0.4",
5656
"html-to-text": "^9.0.5",
5757
"mustache": "^4.2.0",
58-
"nodemailer": "^7.0.12",
58+
"nodemailer": "^8.0.1",
5959
"pino": "^9.5.0",
6060
"qrcode": "^1.5.4",
6161
"react-email-editor": "^1.7.11",

0 commit comments

Comments
 (0)