You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
chore(deps): bump nodemailer minimum version to 8.0.5 (#16664)
Supersedes #16501.
Related: #16651.
Bumps `nodemailer` to `^8.0.5` and `@types/nodemailer` to `^8.0.0`
throughout the monorepo.
The `nodemailer@7.0.12` package has known advisories that are fixed in
>= 8.0.5.
- GHSA-vvjj-xcjg-gr5g
- GHSA-c7w3-x93f-qmm8
Note: `nodemailer` v8 widened the `Mail.Options['from']` type to also
accept an array. This is considered a breaking change in Payload's
`SendEmailOptions` type, if a project code relies on the previous shape.
For backwards compatibility, we pin `SendEmailOptions['from']` back to
v7's `string | Address` shape, then normalize this at runtime, so email
adapters and consumer code stay source-compatible.
---
- To see the specific tasks where the Asana app for GitHub is being
used, see below:
- https://app.asana.com/0/0/1214892618463672
---------
Co-authored-by: Andrea Barani <andrea.barani@vubai.com>
0 commit comments