Skip to content

build(deps): Bump nodemailer and smtp-server#8

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/multi-f23a8cae49
Open

build(deps): Bump nodemailer and smtp-server#8
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/multi-f23a8cae49

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Mar 27, 2026

Bumps nodemailer and smtp-server. These dependencies needed to be updated together.
Updates nodemailer from 6.9.14 to 8.0.4

Release notes

Sourced from nodemailer's releases.

v8.0.4

8.0.4 (2026-03-25)

Bug Fixes

  • sanitize envelope size to prevent SMTP command injection (2d7b971)

v8.0.3

8.0.3 (2026-03-18)

Bug Fixes

  • clean up addressparser and fix group name fallback producing undefined (9d55877)
  • fix cookie bugs, remove dead code, and improve hot-path efficiency (e8c8b92)
  • refactor smtp-connection for clarity and add Node.js 6 syntax compat test (c5b48ea)
  • remove familySupportCache that broke DNS resolution tests (c803d90)

v8.0.2

8.0.2 (2026-03-09)

Bug Fixes

  • merge fragmented display names with unquoted commas in addressparser (fe27f7f)

v8.0.1

8.0.1 (2026-02-07)

Bug Fixes

  • absorb TLS errors during socket teardown (7f8dde4)
  • absorb TLS errors during socket teardown (381f628)
  • Add Gmail Workspace service configuration (#1787) (dc97ede)

v8.0.0

8.0.0 (2026-02-04)

⚠ BREAKING CHANGES

  • Error code 'NoAuth' renamed to 'ENOAUTH'

Bug Fixes

  • add connection fallback to alternative DNS addresses (e726d6f)
  • centralize and standardize error codes (45062ce)
  • harden DNS fallback against race conditions and cleanup issues (4fa3c63)

... (truncated)

Changelog

Sourced from nodemailer's changelog.

8.0.4 (2026-03-25)

Bug Fixes

  • sanitize envelope size to prevent SMTP command injection (2d7b971)

8.0.3 (2026-03-18)

Bug Fixes

  • clean up addressparser and fix group name fallback producing undefined (9d55877)
  • fix cookie bugs, remove dead code, and improve hot-path efficiency (e8c8b92)
  • refactor smtp-connection for clarity and add Node.js 6 syntax compat test (c5b48ea)
  • remove familySupportCache that broke DNS resolution tests (c803d90)

8.0.2 (2026-03-09)

Bug Fixes

  • merge fragmented display names with unquoted commas in addressparser (fe27f7f)

8.0.1 (2026-02-07)

Bug Fixes

  • absorb TLS errors during socket teardown (7f8dde4)
  • absorb TLS errors during socket teardown (381f628)
  • Add Gmail Workspace service configuration (#1787) (dc97ede)

8.0.0 (2026-02-04)

⚠ BREAKING CHANGES

  • Error code 'NoAuth' renamed to 'ENOAUTH'

Bug Fixes

  • add connection fallback to alternative DNS addresses (e726d6f)
  • centralize and standardize error codes (45062ce)
  • harden DNS fallback against race conditions and cleanup issues (4fa3c63)
  • improve socket cleanup to prevent potential memory leaks (6069fdc)

7.0.13 (2026-01-27)

... (truncated)

Commits
  • 2d31975 chore(master): release 8.0.4 (#1806)
  • 2d7b971 fix: sanitize envelope size to prevent SMTP command injection
  • 4e702e9 chore(master): release 8.0.3 (#1804)
  • c803d90 fix: remove familySupportCache that broke DNS resolution tests
  • e8c8b92 fix: fix cookie bugs, remove dead code, and improve hot-path efficiency
  • 0e78ee1 chore: update dependencies
  • af73b4c chore: upgrade GitHub Actions to latest versions
  • 604b570 chore: simplify remaining lib modules for clarity and consistency
  • 4ced83d chore: simplify shared, errors, mailer, mime-node, and mime-funcs modules
  • 0cba16e chore: simplify smtp-pool with const, Object.assign, and cleaner control flow
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for nodemailer since your current version.


Updates smtp-server from 3.13.4 to 3.18.3

Release notes

Sourced from smtp-server's releases.

smtp-server: v3.16.1

3.16.1 (2025-11-05)

Bug Fixes

  • relax email validation to accept Gmail forwarding addresses (b5ea6d9)

smtp-server: v3.16.0

3.16.0 (2025-10-29)

Features

  • add ability to customize auth required error message (e0f3e64)
  • add configurable heloResponse option for HELO/EHLO greeting (7c8279f)
  • added DSN capability to feature list (disabled by default) (#230) (bb17377)
  • added support for ENHANCEDSTATUSCODES and DSN (closes #224) (#225) (ad545ef)
  • added support for REQUIRETLS and other body params (71ce3aa)

Bug Fixes

  • 193 (657ac6e)
  • added resolver option, if server closing do not permit commands (fixes #177, fixes #181) (#222) (e79cac9)
  • bug with proxy (#218) (9515e38)
  • bumped deps (c499a3c)
  • Bumped deps (ce34da4)
  • deploy: added autorelease (0dbc8e1)
  • deps: Bumped deps (e096b12)
  • deps: Bumped deps (0a2d601)
  • deps: use punycode module (438c617)
  • release: fixed Git URL on package.json (5876626)
  • Replaced punycode with punycode.js (4ccbcf2)
  • strengthen email validation in _parseAddressCommand (9aced8d)
  • unref timers to allow graceful process exit (e2542d2)
  • XFORWARD: Fixed client hostname processing. Fixes #147 (d518417)
Changelog

Sourced from smtp-server's changelog.

3.18.3 (2026-03-25)

Bug Fixes

  • limit command line length to prevent memory exhaustion (592c566)

3.18.2 (2026-03-23)

Bug Fixes

3.18.1 (2026-01-28)

Bug Fixes

3.18.0 (2025-12-22)

Features

  • added support for allowIPLiteralAddresses (closes #244) (d7e4fa7)

Bug Fixes

  • fix literal format checking (closes #244) (8b7d426)
  • fix literal format checking and remove configurable option (2361c04)

3.17.1 (2025-12-12)

Bug Fixes

  • log tls protocol version and other metainfo on tls error (#242) (26a2e3d)

3.17.0 (2025-12-11)

Features

  • add ability to customize auth required error message (e0f3e64)
  • add configurable heloResponse option for HELO/EHLO greeting (7c8279f)
  • added DSN capability to feature list (disabled by default) (#230) (bb17377)
  • added support for ENHANCEDSTATUSCODES and DSN (closes #224) (#225) (ad545ef)

... (truncated)

Commits
  • 8bb3c74 Merge pull request #252 from nodemailer/release-please--branches--master--com...
  • ed6880c Bumped deps
  • b77ec8a chore(master): release 3.18.3
  • 592c566 fix: limit command line length to prevent memory exhaustion
  • 934c780 Merge pull request #251 from nodemailer/release-please--branches--master--com...
  • 07eb634 chore(master): release 3.18.2
  • e3c7088 fix: Bumped deps
  • b3b79bd Merge pull request #250 from nodemailer/release-please--branches--master--com...
  • 1b1080c chore(master): release 3.18.1
  • 0ddf650 fix: Bumpe deps
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for smtp-server since your current version.


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 commands and options

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)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

Bumps [nodemailer](https://github.com/nodemailer/nodemailer) and [smtp-server](https://github.com/nodemailer/smtp-server). These dependencies needed to be updated together.

Updates `nodemailer` from 6.9.14 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@v6.9.14...v8.0.4)

Updates `smtp-server` from 3.13.4 to 3.18.3
- [Release notes](https://github.com/nodemailer/smtp-server/releases)
- [Changelog](https://github.com/nodemailer/smtp-server/blob/master/CHANGELOG.md)
- [Commits](nodemailer/smtp-server@v3.13.4...v3.18.3)

---
updated-dependencies:
- dependency-name: nodemailer
  dependency-version: 8.0.4
  dependency-type: direct:production
- dependency-name: smtp-server
  dependency-version: 3.18.3
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Mar 27, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants