Skip to content

Conversation

@Patrikbjoh
Copy link
Contributor

@Patrikbjoh Patrikbjoh commented Dec 30, 2025

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

Copilot AI review requested due to automatic review settings December 30, 2025 07:05
Copy link
Contributor

Copilot AI left a 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"
Copy link

Copilot AI Dec 30, 2025

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.

Copilot uses AI. Check for mistakes.
Copy link
Contributor

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

Copy link
Contributor

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 🙃.

Copy link
Contributor

@DanRibbens DanRibbens left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@DanRibbens DanRibbens merged commit aa61b31 into payloadcms:main Jan 2, 2026
196 of 198 checks passed
@github-actions
Copy link
Contributor

github-actions bot commented Jan 5, 2026

🚀 This is included in version v3.70.0

zubricks pushed a commit that referenced this pull request Jan 6, 2026
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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Security: bump nodemailer in packages/email-nodemailer to >=7.0.12

2 participants