Skip to content

Commit b65798a

Browse files
cursoragentgeclos
authored andcommitted
chore(deps): upgrade nodemailer from v7 to v8.0.2
Upgrade nodemailer to v8 as recommended in review. The only breaking change in v8 is the error code rename from 'NoAuth' to 'ENOAUTH', which does not affect our codebase.
1 parent 1cf52c7 commit b65798a

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

packages/platform/email-transport/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"@domain/email": "workspace:*",
1818
"@platform/env": "workspace:*",
1919
"effect": "catalog:",
20-
"nodemailer": "^7.0.11"
20+
"nodemailer": "^8.0.2"
2121
},
2222
"devDependencies": {
2323
"@types/nodemailer": "^6.4.0"

pnpm-lock.yaml

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

0 commit comments

Comments
 (0)