-
Notifications
You must be signed in to change notification settings - Fork 3.2k
chore: bump nodemailer to 7.0.12 (security) #15062
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore: bump nodemailer to 7.0.12 (security) #15062
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull request overview
This PR bumps the nodemailer dependency from version 7.0.9 to 7.0.12 in the email-nodemailer package to address security vulnerabilities flagged by pnpm audit. This is a patch version update that should be backward compatible.
- Updates nodemailer dependency to include recent security fixes
- Maintains the same major and minor version (7.0.x)
- Addresses security advisory findings
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| }, | ||
| "dependencies": { | ||
| "nodemailer": "7.0.9" | ||
| "nodemailer": "7.0.12" |
Copilot
AI
Dec 30, 2025
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This security update to nodemailer 7.0.12 is only applied to this package, but packages/payload-cloud/package.json also has a direct dependency on nodemailer: 7.0.9. Since this is a security update, consider also updating the nodemailer version in the payload-cloud package to maintain consistent security posture across the codebase.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@copilot open a new pull request to apply changes based on this feedback
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Well that didn't do shit. Thanks GitHub for suggesting 🙃.
DanRibbens
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks!
|
🚀 This is included in version v3.70.0 |
Bumps nodemailer to 7.0.12 in packages/email-nodemailer to include recent security fixes. This should address the advisory flagged by pnpm audit. I ran local tests and builds. Happy to iterate if you prefer a different target. fixes #15061 --------- Co-authored-by: Dan Ribbens <dan.ribbens@gmail.com>
Bumps nodemailer to 7.0.12 in packages/email-nodemailer to include recent security fixes. This should address the advisory flagged by pnpm audit. I ran local tests and builds. Happy to iterate if you prefer a different target.
fixes #15061