[Snyk] Security upgrade nodemailer from 0.6.5 to 7.0.11#382
[Snyk] Security upgrade nodemailer from 0.6.5 to 7.0.11#382cezaraugusto wants to merge 1 commit intoportuguese-translationfrom
Conversation
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-NODEMAILER-14157156
There was a problem hiding this comment.
This PR is being reviewed by Cursor Bugbot
Details
You are on the Bugbot Free tier. On this plan, Bugbot will review limited PRs each billing cycle.
To receive Bugbot reviews on all of your PRs, visit the Cursor dashboard to activate Pro and start your 14-day free trial.
| "grunt-contrib-compress": "~0.5.3", | ||
| "grunt-forever": "~0.4.1", | ||
| "nodemailer": "~0.6.0", | ||
| "nodemailer": "~7.0.11", |
There was a problem hiding this comment.
Bug: Major version upgrade breaks existing nodemailer API usage
Upgrading nodemailer from ~0.6.0 to ~7.0.11 introduces breaking API changes without corresponding code updates. The existing code in generate.js uses the legacy v0.x API pattern nodemailer.createTransport("SMTP", {options}) with a string first argument, which is no longer valid in v7.x. The modern API requires nodemailer.createTransport({options}) with the options object as the first (and only) parameter. This version upgrade will cause runtime failures when attempting to send emails.
Snyk has created this PR to fix 1 vulnerabilities in the npm dependencies of this project.
Snyk changed the following file(s):
kickstarter-survey-site/package.jsonVulnerabilities that will be fixed with an upgrade:
SNYK-JS-NODEMAILER-14157156
Important
Note: You are seeing this because you or someone else with access to this repository has authorized Snyk to open fix PRs.
For more information:
🧐 View latest project report
📜 Customise PR templates
🛠 Adjust project settings
📚 Read about Snyk's upgrade logic
Learn how to fix vulnerabilities with free interactive lessons:
🦉 Learn about vulnerability in an interactive lesson of Snyk Learn.
Note
Upgrade nodemailer to
~7.0.11inkickstarter-survey-site/package.json.Written by Cursor Bugbot for commit 9c23330. This will update automatically on new commits. Configure here.