Skip to content

Commit 853c767

Browse files
Bump nodemailer from 6.9.15 to 6.9.16 (#163)
Bumps [nodemailer](https://github.com/nodemailer/nodemailer) from 6.9.15 to 6.9.16. <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>v6.9.16</h2> <h2><a href="https://github.com/nodemailer/nodemailer/compare/v6.9.15...v6.9.16">6.9.16</a> (2024-10-28)</h2> <h3>Bug Fixes</h3> <ul> <li><strong>addressparser:</strong> Correctly detect if user local part is attached to domain part (<a href="https://github.com/nodemailer/nodemailer/commit/f2096c51b92a69ecfbcc15884c28cb2c2f00b826">f2096c5</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/v6.9.15...v6.9.16">6.9.16</a> (2024-10-28)</h2> <h3>Bug Fixes</h3> <ul> <li><strong>addressparser:</strong> Correctly detect if user local part is attached to domain part (<a href="https://github.com/nodemailer/nodemailer/commit/f2096c51b92a69ecfbcc15884c28cb2c2f00b826">f2096c5</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/nodemailer/nodemailer/commit/e70b9c18bd4ba14d500197fa1614ed37f5536446"><code>e70b9c1</code></a> chore(master): release 6.9.16 [skip-ci] (<a href="https://redirect.github.com/nodemailer/nodemailer/issues/1688">#1688</a>)</li> <li><a href="https://github.com/nodemailer/nodemailer/commit/bcf55be13d21f0df81b17dc10cbafc8f091ab462"><code>bcf55be</code></a> Bumped deps</li> <li><a href="https://github.com/nodemailer/nodemailer/commit/f2096c51b92a69ecfbcc15884c28cb2c2f00b826"><code>f2096c5</code></a> fix(addressparser): Correctly detect if user local part is attached to domain...</li> <li>See full diff in <a href="https://github.com/nodemailer/nodemailer/compare/v6.9.15...v6.9.16">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=6.9.15&new-version=6.9.16)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) You can trigger a rebase of this PR 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 merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@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> > **Note** > Automatic rebases have been disabled on this pull request as it has been open for over 30 days.
2 parents ab747da + 9379d88 commit 853c767

File tree

2 files changed

+5
-6
lines changed

2 files changed

+5
-6
lines changed

package-lock.json

Lines changed: 4 additions & 5 deletions
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
@@ -20,7 +20,7 @@
2020
"multer": "^1.4.4",
2121
"node-cmd": "^5.0.0",
2222
"node-fetch": "^2.7.0",
23-
"nodemailer": "^6.9.13",
23+
"nodemailer": "^6.9.16",
2424
"nodemon": "^3.1.7",
2525
"path": "^0.12.7",
2626
"pg": "^8.13.1",

0 commit comments

Comments
 (0)