Skip to content

Conversation

@cezaraugusto
Copy link
Owner

@cezaraugusto cezaraugusto commented Dec 11, 2025

snyk-top-banner

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

Vulnerabilities that will be fixed with an upgrade:

Issue Score
high severity Uncontrolled Recursion
SNYK-JS-NODEMAILER-14157156
  803  

Important

  • Check the changes in this PR to ensure they won't cause issues with your project.
  • Max score is 1000. Note that the real score may have changed since the PR was raised.
  • This PR was automatically created by Snyk using the credentials of a real user.

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.11 in kickstarter-survey-site/package.json.

Written by Cursor Bugbot for commit 9c23330. This will update automatically on new commits. Configure here.

Copy link

@cursor cursor bot left a comment

Choose a reason for hiding this comment

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

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",
Copy link

Choose a reason for hiding this comment

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

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.

Fix in Cursor Fix in Web

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.

3 participants