chore(deps): bump nodemailer from 7.0.11 to 8.0.4#2734
Closed
dependabot[bot] wants to merge 1 commit intomainfrom
Closed
chore(deps): bump nodemailer from 7.0.11 to 8.0.4#2734dependabot[bot] wants to merge 1 commit intomainfrom
dependabot[bot] wants to merge 1 commit intomainfrom
Conversation
Bumps [nodemailer](https://github.com/nodemailer/nodemailer) from 7.0.11 to 8.0.4. - [Release notes](https://github.com/nodemailer/nodemailer/releases) - [Changelog](https://github.com/nodemailer/nodemailer/blob/master/CHANGELOG.md) - [Commits](nodemailer/nodemailer@v7.0.11...v8.0.4) --- updated-dependencies: - dependency-name: nodemailer dependency-version: 8.0.4 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
There was a problem hiding this comment.
LGTM — security fix dependency bump with no application logic changes.
Extended reasoning...
Overview\nThis PR bumps nodemailer from 7.0.11 to 8.0.4, touching only package.json and pnpm-lock.yaml. The lockfile also picks up minor patch-level updates to several @aws-sdk packages and strnum.\n\n### Security risks\nThe update itself improves security: v8.0.4 fixes SMTP command injection by sanitizing envelope size. The v8.0.0 breaking change (error code NoAuth renamed to ENOAUTH) is the only noteworthy API change, but the sole usage of nodemailer in this repo (app/api/contact-sales/route.ts) only calls nodemailer.createTransport() and does not catch or inspect error codes, so the breaking change has no practical impact here.\n\n### Level of scrutiny\nLow — this is a Dependabot security fix PR touching only dependency manifests and a lockfile. The library usage is minimal and unaffected by the major-version API change.\n\n### Other factors\nNo bugs were found by the automated bug-hunting system. No prior reviews exist. The change is XS-sized and purely mechanical.
Contributor
Author
|
Superseded by #2781. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps nodemailer from 7.0.11 to 8.0.4.
Release notes
Sourced from nodemailer's releases.
... (truncated)
Changelog
Sourced from nodemailer's changelog.
... (truncated)
Commits
2d31975chore(master): release 8.0.4 (#1806)2d7b971fix: sanitize envelope size to prevent SMTP command injection4e702e9chore(master): release 8.0.3 (#1804)c803d90fix: remove familySupportCache that broke DNS resolution testse8c8b92fix: fix cookie bugs, remove dead code, and improve hot-path efficiency0e78ee1chore: update dependenciesaf73b4cchore: upgrade GitHub Actions to latest versions604b570chore: simplify remaining lib modules for clarity and consistency4ced83dchore: simplify shared, errors, mailer, mime-node, and mime-funcs modules0cba16echore: simplify smtp-pool with const, Object.assign, and cleaner control flowYou can trigger a rebase of this PR by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)You can disable automated security fix PRs for this repo from the Security Alerts page.