Skip to content

Commit

Permalink
fix(deps): update dependency nodemailer to v6.9.13 (#172)
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.12` ->
`6.9.13`](https://renovatebot.com/diffs/npm/nodemailer/6.9.12/6.9.13) |
[![age](https://developer.mend.io/api/mc/badges/age/npm/nodemailer/6.9.13?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/nodemailer/6.9.13?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/nodemailer/6.9.12/6.9.13?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/nodemailer/6.9.12/6.9.13?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

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

###
[`v6.9.13`](https://togithub.com/nodemailer/nodemailer/blob/HEAD/CHANGELOG.md#6913-2024-03-20)

[Compare
Source](https://togithub.com/nodemailer/nodemailer/compare/v6.9.12...v6.9.13)

##### Bug Fixes

- **tls:** Ensure servername for SMTP
([d66fdd3](https://togithub.com/nodemailer/nodemailer/commit/d66fdd3dccacc4bc79d697fe9009204cc8d4bde0))

</details>

---

### Configuration

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

🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.

♻ **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/kunalnagarco/action-cve).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4yNDUuMCIsInVwZGF0ZWRJblZlciI6IjM3LjI0NS4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Mar 22, 2024
1 parent 9f90755 commit 2bde0f9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"@slack/types": "2.11.0",
"@slack/webhook": "7.0.2",
"adaptivecards": "3.0.2",
"nodemailer": "6.9.12"
"nodemailer": "6.9.13"
},
"devDependencies": {
"@kunalnagarco/eslint-config": "2.1.0",
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -886,7 +886,7 @@ __metadata:
husky: "npm:9.0.11"
jest: "npm:29.7.0"
lint-staged: "npm:15.2.2"
nodemailer: "npm:6.9.12"
nodemailer: "npm:6.9.13"
prettier: "npm:3.2.5"
semantic-release: "npm:23.0.5"
sort-package-json: "npm:2.8.0"
Expand Down Expand Up @@ -6778,10 +6778,10 @@ __metadata:
languageName: node
linkType: hard

"nodemailer@npm:6.9.12":
version: 6.9.12
resolution: "nodemailer@npm:6.9.12"
checksum: 10c0/2c5ff1f064a264e008ca27f66db0dbf25c44bc38178e5ddb9a05bd7b5517bfa3c0e018845b87256df56b554ed6c3720380f3735e9029cf9f7c830e9fdab4189a
"nodemailer@npm:6.9.13":
version: 6.9.13
resolution: "nodemailer@npm:6.9.13"
checksum: 10c0/4d6899f45abb7760a7d3b4d1046de7e08e80a471b84d1f09065a25941ded482e7f9877be248550e681e0270383cb9299f6caded507cbc0e917341bb137cc94a4
languageName: node
linkType: hard

Expand Down

0 comments on commit 2bde0f9

Please sign in to comment.