build(deps): bump nodemailer from 6.9.3 to 9.0.1 in /test #47

Open
dependabot[bot] wants to merge 1 commit from dependabot/npm_and_yarn/test/nodemailer-9.0.1 into local/mlkem-default
dependabot[bot] commented 2026-06-20 07:11:35 -04:00 (Migrated from github.com)

Bumps nodemailer from 6.9.3 to 9.0.1.

Release notes

Sourced from nodemailer's releases.

v9.0.1

9.0.1 (2026-06-17)

Bug Fixes

  • enforce disableFileAccess/disableUrlAccess for raw message option (a82e060)

v9.0.0

9.0.0 (2026-06-14)

⚠ BREAKING CHANGES

  • HTTPS requests made while fetching remote content (attachment href/path URLs, OAuth2 token endpoints, HTTP/HTTPS proxy CONNECT) now validate the server's TLS certificate by default. Requests to hosts with self-signed, expired, or hostname-mismatched certificates that previously succeeded will now fail. Opt back out per request with tls.rejectUnauthorized=false (transport options, or a per-attachment tls option).

Bug Fixes

  • replace deprecated url.parse with a WHATWG URL wrapper (0c080fb)
  • validate TLS certificates by default when fetching remote content (6a947ac)

v8.0.11

8.0.11 (2026-06-10)

Bug Fixes

  • apply the transport-level newline option in stream and sendmail transports (cb4f904)
  • include icalEvent path/href content in the application/ics attachment (b801c48)
  • parse Ethereal response props without polynomial regex backtracking (067aebe)
  • resolve oauth2_provision_cb at send time for non-pooled SMTP transports (203c8ec)
  • return the promise from every resolveContent branch (07ffe8c)
  • strip the url scheme from List-ID header values (77e5885)
  • tag AWS SES transport errors with the ESES code (efa647a)

v8.0.10

8.0.10 (2026-05-29)

Bug Fixes

  • fall back to lower-severity handler when custom logger lacks a level method (6d849df)

v8.0.9

8.0.9 (2026-05-26)

Bug Fixes

  • two pending security advisories (jsonTransport access bypass, List-* CRLF injection) (#1820) (5f69497)

... (truncated)

Changelog

Sourced from nodemailer's changelog.

9.0.1 (2026-06-17)

Bug Fixes

  • enforce disableFileAccess/disableUrlAccess for raw message option (a82e060)

9.0.0 (2026-06-14)

⚠ BREAKING CHANGES

  • HTTPS requests made while fetching remote content (attachment href/path URLs, OAuth2 token endpoints, HTTP/HTTPS proxy CONNECT) now validate the server's TLS certificate by default. Requests to hosts with self-signed, expired, or hostname-mismatched certificates that previously succeeded will now fail. Opt back out per request with tls.rejectUnauthorized=false (transport options, or a per-attachment tls option).

Bug Fixes

  • replace deprecated url.parse with a WHATWG URL wrapper (0c080fb)
  • validate TLS certificates by default when fetching remote content (6a947ac)

8.0.11 (2026-06-10)

Bug Fixes

  • apply the transport-level newline option in stream and sendmail transports (cb4f904)
  • include icalEvent path/href content in the application/ics attachment (b801c48)
  • parse Ethereal response props without polynomial regex backtracking (067aebe)
  • resolve oauth2_provision_cb at send time for non-pooled SMTP transports (203c8ec)
  • return the promise from every resolveContent branch (07ffe8c)
  • strip the url scheme from List-ID header values (77e5885)
  • tag AWS SES transport errors with the ESES code (efa647a)

8.0.10 (2026-05-29)

Bug Fixes

  • fall back to lower-severity handler when custom logger lacks a level method (6d849df)

8.0.9 (2026-05-26)

Bug Fixes

  • two pending security advisories (jsonTransport access bypass, List-* CRLF injection) (#1820) (5f69497)

8.0.8 (2026-05-23)

Bug Fixes

... (truncated)

Commits
  • 69cf625 chore(master): release 9.0.1 (#1828)
  • a82e060 fix: enforce disableFileAccess/disableUrlAccess for raw message option
  • 4e58450 chore: update dev dependencies
  • 541f5fd chore(master): release 9.0.0 (#1827)
  • 0c080fb fix: replace deprecated url.parse with a WHATWG URL wrapper
  • 6a947ac fix!: validate TLS certificates by default when fetching remote content
  • e3b1bda chore(master): release 8.0.11 (#1826)
  • 4358caf refactor: remove dead checks flagged by Code Quality analysis
  • cf5195c chore: harden workflow token permissions and update GitHub Actions
  • 067aebe fix: parse Ethereal response props without polynomial regex backtracking
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by GitHub Actions, a new releaser for nodemailer since your current version.


Dependabot compatibility score

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) from 6.9.3 to 9.0.1. <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>v9.0.1</h2> <h2><a href="https://github.com/nodemailer/nodemailer/compare/v9.0.0...v9.0.1">9.0.1</a> (2026-06-17)</h2> <h3>Bug Fixes</h3> <ul> <li>enforce disableFileAccess/disableUrlAccess for raw message option (<a href="https://github.com/nodemailer/nodemailer/commit/a82e060d978f27e5f41369a9a9807b1e3dedc2e2">a82e060</a>)</li> </ul> <h2>v9.0.0</h2> <h2><a href="https://github.com/nodemailer/nodemailer/compare/v8.0.11...v9.0.0">9.0.0</a> (2026-06-14)</h2> <h3>⚠ BREAKING CHANGES</h3> <ul> <li>HTTPS requests made while fetching remote content (attachment href/path URLs, OAuth2 token endpoints, HTTP/HTTPS proxy CONNECT) now validate the server's TLS certificate by default. Requests to hosts with self-signed, expired, or hostname-mismatched certificates that previously succeeded will now fail. Opt back out per request with tls.rejectUnauthorized=false (transport options, or a per-attachment <code>tls</code> option).</li> </ul> <h3>Bug Fixes</h3> <ul> <li>replace deprecated url.parse with a WHATWG URL wrapper (<a href="https://github.com/nodemailer/nodemailer/commit/0c080fbf3278926f013a5c2ad06f5f6f0e18f5ed">0c080fb</a>)</li> <li>validate TLS certificates by default when fetching remote content (<a href="https://github.com/nodemailer/nodemailer/commit/6a947ac7114a16da1e6a50d9a6f4e17026ce145d">6a947ac</a>)</li> </ul> <h2>v8.0.11</h2> <h2><a href="https://github.com/nodemailer/nodemailer/compare/v8.0.10...v8.0.11">8.0.11</a> (2026-06-10)</h2> <h3>Bug Fixes</h3> <ul> <li>apply the transport-level newline option in stream and sendmail transports (<a href="https://github.com/nodemailer/nodemailer/commit/cb4f904a53d2c2feeaf327203c92378d46304398">cb4f904</a>)</li> <li>include icalEvent path/href content in the application/ics attachment (<a href="https://github.com/nodemailer/nodemailer/commit/b801c48fab8e9b71bc7e0ea1fb32ce6b34675b15">b801c48</a>)</li> <li>parse Ethereal response props without polynomial regex backtracking (<a href="https://github.com/nodemailer/nodemailer/commit/067aebec83b8cbe7682905e89b30ab19d260b503">067aebe</a>)</li> <li>resolve oauth2_provision_cb at send time for non-pooled SMTP transports (<a href="https://github.com/nodemailer/nodemailer/commit/203c8ecf97594ac2e69919b0f3ba966c0f86750e">203c8ec</a>)</li> <li>return the promise from every resolveContent branch (<a href="https://github.com/nodemailer/nodemailer/commit/07ffe8cfd97f0486b8c7b541f398922ddab47882">07ffe8c</a>)</li> <li>strip the url scheme from List-ID header values (<a href="https://github.com/nodemailer/nodemailer/commit/77e5885cfa0c6723ea7749c1ee74b1c11aeb78bd">77e5885</a>)</li> <li>tag AWS SES transport errors with the ESES code (<a href="https://github.com/nodemailer/nodemailer/commit/efa647a125dd698413a7cf6813b8e36881a06f91">efa647a</a>)</li> </ul> <h2>v8.0.10</h2> <h2><a href="https://github.com/nodemailer/nodemailer/compare/v8.0.9...v8.0.10">8.0.10</a> (2026-05-29)</h2> <h3>Bug Fixes</h3> <ul> <li>fall back to lower-severity handler when custom logger lacks a level method (<a href="https://github.com/nodemailer/nodemailer/commit/6d849df59a56184b48844ed10b5fb7b8e9f74634">6d849df</a>)</li> </ul> <h2>v8.0.9</h2> <h2><a href="https://github.com/nodemailer/nodemailer/compare/v8.0.8...v8.0.9">8.0.9</a> (2026-05-26)</h2> <h3>Bug Fixes</h3> <ul> <li>two pending security advisories (jsonTransport access bypass, List-* CRLF injection) (<a href="https://redirect.github.com/nodemailer/nodemailer/issues/1820">#1820</a>) (<a href="https://github.com/nodemailer/nodemailer/commit/5f694977da2e0e13dc947037566e8e689a01217e">5f69497</a>)</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </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/v9.0.0...v9.0.1">9.0.1</a> (2026-06-17)</h2> <h3>Bug Fixes</h3> <ul> <li>enforce disableFileAccess/disableUrlAccess for raw message option (<a href="https://github.com/nodemailer/nodemailer/commit/a82e060d978f27e5f41369a9a9807b1e3dedc2e2">a82e060</a>)</li> </ul> <h2><a href="https://github.com/nodemailer/nodemailer/compare/v8.0.11...v9.0.0">9.0.0</a> (2026-06-14)</h2> <h3>⚠ BREAKING CHANGES</h3> <ul> <li>HTTPS requests made while fetching remote content (attachment href/path URLs, OAuth2 token endpoints, HTTP/HTTPS proxy CONNECT) now validate the server's TLS certificate by default. Requests to hosts with self-signed, expired, or hostname-mismatched certificates that previously succeeded will now fail. Opt back out per request with tls.rejectUnauthorized=false (transport options, or a per-attachment <code>tls</code> option).</li> </ul> <h3>Bug Fixes</h3> <ul> <li>replace deprecated url.parse with a WHATWG URL wrapper (<a href="https://github.com/nodemailer/nodemailer/commit/0c080fbf3278926f013a5c2ad06f5f6f0e18f5ed">0c080fb</a>)</li> <li>validate TLS certificates by default when fetching remote content (<a href="https://github.com/nodemailer/nodemailer/commit/6a947ac7114a16da1e6a50d9a6f4e17026ce145d">6a947ac</a>)</li> </ul> <h2><a href="https://github.com/nodemailer/nodemailer/compare/v8.0.10...v8.0.11">8.0.11</a> (2026-06-10)</h2> <h3>Bug Fixes</h3> <ul> <li>apply the transport-level newline option in stream and sendmail transports (<a href="https://github.com/nodemailer/nodemailer/commit/cb4f904a53d2c2feeaf327203c92378d46304398">cb4f904</a>)</li> <li>include icalEvent path/href content in the application/ics attachment (<a href="https://github.com/nodemailer/nodemailer/commit/b801c48fab8e9b71bc7e0ea1fb32ce6b34675b15">b801c48</a>)</li> <li>parse Ethereal response props without polynomial regex backtracking (<a href="https://github.com/nodemailer/nodemailer/commit/067aebec83b8cbe7682905e89b30ab19d260b503">067aebe</a>)</li> <li>resolve oauth2_provision_cb at send time for non-pooled SMTP transports (<a href="https://github.com/nodemailer/nodemailer/commit/203c8ecf97594ac2e69919b0f3ba966c0f86750e">203c8ec</a>)</li> <li>return the promise from every resolveContent branch (<a href="https://github.com/nodemailer/nodemailer/commit/07ffe8cfd97f0486b8c7b541f398922ddab47882">07ffe8c</a>)</li> <li>strip the url scheme from List-ID header values (<a href="https://github.com/nodemailer/nodemailer/commit/77e5885cfa0c6723ea7749c1ee74b1c11aeb78bd">77e5885</a>)</li> <li>tag AWS SES transport errors with the ESES code (<a href="https://github.com/nodemailer/nodemailer/commit/efa647a125dd698413a7cf6813b8e36881a06f91">efa647a</a>)</li> </ul> <h2><a href="https://github.com/nodemailer/nodemailer/compare/v8.0.9...v8.0.10">8.0.10</a> (2026-05-29)</h2> <h3>Bug Fixes</h3> <ul> <li>fall back to lower-severity handler when custom logger lacks a level method (<a href="https://github.com/nodemailer/nodemailer/commit/6d849df59a56184b48844ed10b5fb7b8e9f74634">6d849df</a>)</li> </ul> <h2><a href="https://github.com/nodemailer/nodemailer/compare/v8.0.8...v8.0.9">8.0.9</a> (2026-05-26)</h2> <h3>Bug Fixes</h3> <ul> <li>two pending security advisories (jsonTransport access bypass, List-* CRLF injection) (<a href="https://redirect.github.com/nodemailer/nodemailer/issues/1820">#1820</a>) (<a href="https://github.com/nodemailer/nodemailer/commit/5f694977da2e0e13dc947037566e8e689a01217e">5f69497</a>)</li> </ul> <h2><a href="https://github.com/nodemailer/nodemailer/compare/v8.0.7...v8.0.8">8.0.8</a> (2026-05-23)</h2> <h3>Bug Fixes</h3> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/nodemailer/nodemailer/commit/69cf6252cd18227c79b75dd484357ee1e760e56e"><code>69cf625</code></a> chore(master): release 9.0.1 (<a href="https://redirect.github.com/nodemailer/nodemailer/issues/1828">#1828</a>)</li> <li><a href="https://github.com/nodemailer/nodemailer/commit/a82e060d978f27e5f41369a9a9807b1e3dedc2e2"><code>a82e060</code></a> fix: enforce disableFileAccess/disableUrlAccess for raw message option</li> <li><a href="https://github.com/nodemailer/nodemailer/commit/4e58450eb490e5097a74b2b2cce35a8d9e21856e"><code>4e58450</code></a> chore: update dev dependencies</li> <li><a href="https://github.com/nodemailer/nodemailer/commit/541f5fd1e26993736feedeac572b425314693f33"><code>541f5fd</code></a> chore(master): release 9.0.0 (<a href="https://redirect.github.com/nodemailer/nodemailer/issues/1827">#1827</a>)</li> <li><a href="https://github.com/nodemailer/nodemailer/commit/0c080fbf3278926f013a5c2ad06f5f6f0e18f5ed"><code>0c080fb</code></a> fix: replace deprecated url.parse with a WHATWG URL wrapper</li> <li><a href="https://github.com/nodemailer/nodemailer/commit/6a947ac7114a16da1e6a50d9a6f4e17026ce145d"><code>6a947ac</code></a> fix!: validate TLS certificates by default when fetching remote content</li> <li><a href="https://github.com/nodemailer/nodemailer/commit/e3b1bdab0f8913b031ffd7a0d4e3592da6fd4c01"><code>e3b1bda</code></a> chore(master): release 8.0.11 (<a href="https://redirect.github.com/nodemailer/nodemailer/issues/1826">#1826</a>)</li> <li><a href="https://github.com/nodemailer/nodemailer/commit/4358caf1112c547be8292ef9b4f53308f108274d"><code>4358caf</code></a> refactor: remove dead checks flagged by Code Quality analysis</li> <li><a href="https://github.com/nodemailer/nodemailer/commit/cf5195cfa25dda6177c265dcf03790f5d1d541e1"><code>cf5195c</code></a> chore: harden workflow token permissions and update GitHub Actions</li> <li><a href="https://github.com/nodemailer/nodemailer/commit/067aebec83b8cbe7682905e89b30ab19d260b503"><code>067aebe</code></a> fix: parse Ethereal response props without polynomial regex backtracking</li> <li>Additional commits viewable in <a href="https://github.com/nodemailer/nodemailer/compare/v6.9.3...v9.0.1">compare view</a></li> </ul> </details> <details> <summary>Maintainer changes</summary> <p>This version was pushed to npm by <a href="https://www.npmjs.com/~GitHub%20Actions">GitHub Actions</a>, a new releaser for nodemailer since your current version.</p> </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.3&new-version=9.0.1)](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) You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/orpheuslummis/bun-mlkem/network/alerts). </details>
autofix-troubleshooter commented 2026-06-20 07:13:17 -04:00 (Migrated from github.com)

Hi! I'm the autofix logoautofix.ci troubleshooter bot.

It looks like you correctly set up a CI job that uses the autofix.ci GitHub Action, but the autofix.ci GitHub App has not been installed for this repository. This means that autofix.ci unfortunately does not have the permissions to fix this pull request. If you are the repository owner, please install the app and then restart the CI workflow! 😃

Hi! I'm the <a href="https://autofix.ci"><img alt="autofix logo" src="https://autofix.ci/logo/logo.svg" width="16"><strong>autofix.ci</strong></a> troubleshooter bot. It looks like you correctly set up a CI job that uses the autofix.ci GitHub Action, but the [**autofix.ci GitHub App**](https://github.com/apps/autofix-ci/) has not been installed for this repository. This means that autofix.ci unfortunately does not have the permissions to fix this pull request. If you are the repository owner, please install the app and then restart the CI workflow! 😃
This pull request can be merged automatically.
You are not authorized to merge this pull request.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin dependabot/npm_and_yarn/test/nodemailer-9.0.1:dependabot/npm_and_yarn/test/nodemailer-9.0.1
git switch dependabot/npm_and_yarn/test/nodemailer-9.0.1

Merge

Merge the changes and update on Forgejo.

Warning: The "Autodetect manual merge" setting is not enabled for this repository, you will have to mark this pull request as manually merged afterwards.

git switch local/mlkem-default
git merge --no-ff dependabot/npm_and_yarn/test/nodemailer-9.0.1
git switch dependabot/npm_and_yarn/test/nodemailer-9.0.1
git rebase local/mlkem-default
git switch local/mlkem-default
git merge --ff-only dependabot/npm_and_yarn/test/nodemailer-9.0.1
git switch dependabot/npm_and_yarn/test/nodemailer-9.0.1
git rebase local/mlkem-default
git switch local/mlkem-default
git merge --no-ff dependabot/npm_and_yarn/test/nodemailer-9.0.1
git switch local/mlkem-default
git merge --squash dependabot/npm_and_yarn/test/nodemailer-9.0.1
git switch local/mlkem-default
git merge --ff-only dependabot/npm_and_yarn/test/nodemailer-9.0.1
git switch local/mlkem-default
git merge dependabot/npm_and_yarn/test/nodemailer-9.0.1
git push origin local/mlkem-default
Sign in to join this conversation.
No description provided.