Skip to content

Commit

Permalink
fix(deps): update dependency nodemailer to v6.9.5 (#9145)
Browse files Browse the repository at this point in the history
[![Mend
Renovate](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.4` ->
`6.9.5`](https://renovatebot.com/diffs/npm/nodemailer/6.9.4/6.9.5) |
[![age](https://developer.mend.io/api/mc/badges/age/npm/nodemailer/6.9.5?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/nodemailer/6.9.5?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/nodemailer/6.9.4/6.9.5?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/nodemailer/6.9.4/6.9.5?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

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

###
[`v6.9.5`](https://togithub.com/nodemailer/nodemailer/blob/HEAD/CHANGELOG.md#695-2023-09-06)

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

##### Bug Fixes

- **license:** Updated license year
([da4744e](https://togithub.com/nodemailer/nodemailer/commit/da4744e491f3a68f4f68e4073684370592630e01))

</details>

---

### Configuration

📅 **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.

---

- [x] <!-- 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:eyJjcmVhdGVkSW5WZXIiOiIzNi44My4wIiwidXBkYXRlZEluVmVyIjoiMzYuODMuMCIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Sep 10, 2023
1 parent 564a6c8 commit 6af5356
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.0.7",
"nodemailer": "6.9.4"
"nodemailer": "6.9.5"
},
"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 @@ -8783,7 +8783,7 @@ __metadata:
"@types/nodemailer": 6
esbuild: 0.19.2
fast-glob: 3.3.1
nodemailer: 6.9.4
nodemailer: 6.9.5
typescript: 5.2.2
languageName: unknown
linkType: soft
Expand Down Expand Up @@ -27004,10 +27004,10 @@ __metadata:
languageName: node
linkType: hard

"nodemailer@npm:6.9.4":
version: 6.9.4
resolution: "nodemailer@npm:6.9.4"
checksum: c50778ae499da089b5cceb4bbe6366900b14a76155c5e379e80996b46a2ba7db094b624e04b839f8c992e86bdad218f26b914467b3047fa8223142a42a4252f5
"nodemailer@npm:6.9.5":
version: 6.9.5
resolution: "nodemailer@npm:6.9.5"
checksum: 690602304f98e2de08db613c29715f3bb0e44236a9bfa8766ab5edb43350060c0269c03d6ac90f700871bbe4832e8158eac6b1e9fbe0d83e49acea7d06b4a1f8
languageName: node
linkType: hard

Expand Down

0 comments on commit 6af5356

Please sign in to comment.