Skip to content

Commit 84b5e5c

Browse files
authored
build(deps): bump nodemailer from 8.0.1 to 8.0.2 (gitgitgadget#2169)
[//]: # (dependabot-start) ⚠️ **Dependabot is rebasing this PR** ⚠️ Rebasing might not happen immediately, so don't worry if this takes some time. Note: if you make any changes to this PR yourself, they will take precedence over the rebase. --- [//]: # (dependabot-end) Bumps [nodemailer](https://github.com/nodemailer/nodemailer) from 8.0.1 to 8.0.2. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/nodemailer/nodemailer/releases">nodemailer's releases</a>.</em></p> <blockquote> <h2>v8.0.2</h2> <h2><a href="https://github.com/nodemailer/nodemailer/compare/v8.0.1...v8.0.2">8.0.2</a> (2026-03-09)</h2> <h3>Bug Fixes</h3> <ul> <li>merge fragmented display names with unquoted commas in addressparser (<a href="https://github.com/nodemailer/nodemailer/commit/fe27f7fd57f7587d897274438da2f628ad0ad7d9">fe27f7f</a>)</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/nodemailer/nodemailer/blob/master/CHANGELOG.md">nodemailer's changelog</a>.</em></p> <blockquote> <h2><a href="https://github.com/nodemailer/nodemailer/compare/v8.0.1...v8.0.2">8.0.2</a> (2026-03-09)</h2> <h3>Bug Fixes</h3> <ul> <li>merge fragmented display names with unquoted commas in addressparser (<a href="https://github.com/nodemailer/nodemailer/commit/fe27f7fd57f7587d897274438da2f628ad0ad7d9">fe27f7f</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/nodemailer/nodemailer/commit/0f28799c5826818fae079231356e9f6883c10f3d"><code>0f28799</code></a> chore(master): release 8.0.2 (<a href="https://redirect.github.com/nodemailer/nodemailer/issues/1803">#1803</a>)</li> <li><a href="https://github.com/nodemailer/nodemailer/commit/17fcb52376c2cb23f2460aa700c644e5784ad8b6"><code>17fcb52</code></a> Bumped dev deps</li> <li><a href="https://github.com/nodemailer/nodemailer/commit/fe27f7fd57f7587d897274438da2f628ad0ad7d9"><code>fe27f7f</code></a> fix: merge fragmented display names with unquoted commas in addressparser</li> <li>See full diff in <a href="https://github.com/nodemailer/nodemailer/compare/v8.0.1...v8.0.2">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=nodemailer&package-manager=npm_and_yarn&previous-version=8.0.1&new-version=8.0.2)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will 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 version` will 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 dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details>
2 parents e129aa2 + 20ecaed commit 84b5e5c

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@
9898
"jsonwebtoken": "^9.0.3",
9999
"mailparser": "^3.9.4",
100100
"marked": "^17.0.3",
101-
"nodemailer": "^8.0.1",
101+
"nodemailer": "^8.0.2",
102102
"rfc2047": "^4.0.1"
103103
},
104104
"engines": {

0 commit comments

Comments
 (0)