Skip to content

Commit

Permalink
fix(deps): update dependency nodemailer to v6.9.7 (#9444)
Browse files Browse the repository at this point in the history
[![Mend Renovate logo
banner](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [nodemailer](https://nodemailer.com/)
([source](https://togithub.com/nodemailer/nodemailer)) | [`6.9.5` ->
`6.9.7`](https://renovatebot.com/diffs/npm/nodemailer/6.9.5/6.9.7) |
[![age](https://developer.mend.io/api/mc/badges/age/npm/nodemailer/6.9.7?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/nodemailer/6.9.7?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/nodemailer/6.9.5/6.9.7?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/nodemailer/6.9.5/6.9.7?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

<details>
<summary>nodemailer/nodemailer (nodemailer)</summary>

[`v6.9.7`](https://togithub.com/nodemailer/nodemailer/blob/HEAD/CHANGELOG.md#697-2023-10-22)

[Compare
Source](https://togithub.com/nodemailer/nodemailer/compare/v6.9.6...v6.9.7)

- **customAuth:** Do not require user and pass to be set for custom
authentication schemes (fixes
[#&#8203;1584](https://togithub.com/nodemailer/nodemailer/issues/1584))
([41d482c](https://togithub.com/nodemailer/nodemailer/commit/41d482c3f01e26111b06f3e46351b193db3fb5cb))

[`v6.9.6`](https://togithub.com/nodemailer/nodemailer/blob/HEAD/CHANGELOG.md#696-2023-10-09)

[Compare
Source](https://togithub.com/nodemailer/nodemailer/compare/v6.9.5...v6.9.6)

- **inline:** Use 'inline' as the default Content Dispostion value for
embedded images
([db32c93](https://togithub.com/nodemailer/nodemailer/commit/db32c93fefee527bcc239f13056e5d9181a4d8af))
- **tests:** Removed Node v12 from test matrix as it is not compatible
with the test framework anymore
([7fe0a60](https://togithub.com/nodemailer/nodemailer/commit/7fe0a608ed6bcb70dc6b2de543ebfc3a30abf984))

</details>

---

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/redwoodjs/redwood).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40Ni4wIiwidXBkYXRlZEluVmVyIjoiMzcuNDYuMCIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored and jtoar committed Nov 17, 2023
1 parent 4cc0ad4 commit 1d8098e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion packages/mailer/handlers/nodemailer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
},
"dependencies": {
"@redwoodjs/mailer-core": "6.4.0",
"nodemailer": "6.9.5"
"nodemailer": "6.9.7"
},
"devDependencies": {
"@types/nodemailer": "6",
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -8792,7 +8792,7 @@ __metadata:
"@types/nodemailer": 6
esbuild: 0.18.19
fast-glob: 3.3.2
nodemailer: 6.9.5
nodemailer: 6.9.7
typescript: 5.2.2
languageName: unknown
linkType: soft
Expand Down Expand Up @@ -27051,10 +27051,10 @@ __metadata:
languageName: node
linkType: hard

"nodemailer@npm:6.9.5":
version: 6.9.5
resolution: "nodemailer@npm:6.9.5"
checksum: 690602304f98e2de08db613c29715f3bb0e44236a9bfa8766ab5edb43350060c0269c03d6ac90f700871bbe4832e8158eac6b1e9fbe0d83e49acea7d06b4a1f8
"nodemailer@npm:6.9.7":
version: 6.9.7
resolution: "nodemailer@npm:6.9.7"
checksum: 5ea7f781782361890d4492dc2412496e89fb04c498814e6c4fe7b168a27d7491a00f725cf90c26768907506e8afb76e8cfe6f6300def9940bc7f7e323405eaa6
languageName: node
linkType: hard

Expand Down

0 comments on commit 1d8098e

Please sign in to comment.