Skip to content
This repository has been archived by the owner on Jul 13, 2023. It is now read-only.

Commit

Permalink
fix(deps): update dependency nodemailer to v6
Browse files Browse the repository at this point in the history
fix(deps): update dependency nodemailer to v6

This PR contains the following updates:

| Package | Type | Update | Change | References |
|---|---|---|---|---|
| nodemailer | dependencies | major | [`^5.0.0` -> `^6.0.0`](https://diff.intrinsic.com/nodemailer/5.1.1/6.0.0) | [homepage](https://nodemailer.com/), [source](https://togithub.com/nodemailer/nodemailer) |

---

### Release Notes

<details>
<summary>nodemailer/nodemailer</summary>

### [`v6.0.0`](https://togithub.com/nodemailer/nodemailer/blob/master/CHANGELOG.md#&#8203;600-2019-03-25)

[Compare Source](https://togithub.com/nodemailer/nodemailer/compare/v5.1.1...v6.0.0)

-   SMTPConnection: use removeListener instead of removeAllListeners (xr0master) [ddc4af15]
    Using removeListener should fix memory leak with Node.js streams

</details>

---

### Renovate configuration

:date: **Schedule**: "after 9am and before 3pm" (UTC).

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

:recycle: **Rebasing**: Whenever PR is stale, or if you modify the PR title to begin with "`rebase!`".

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

---

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

---

This PR has been generated by [Renovate Bot](https://togithub.com/marketplace/renovate). View repository job log [here](https://renovatebot.com/dashboard#googleapis/nodejs-compute).

#283 automerged by dpebot
  • Loading branch information
renovate[bot] authored and yoshi-automation committed Mar 25, 2019
1 parent 8e55979 commit 4c8e9c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion samples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"@google-cloud/compute": "^0.12.0",
"@sendgrid/mail": "^6.3.1",
"node-fetch": "^2.3.0",
"nodemailer": "^5.0.0",
"nodemailer": "^6.0.0",
"nodemailer-smtp-transport": "^2.7.4"
},
"devDependencies": {
Expand Down

0 comments on commit 4c8e9c5

Please sign in to comment.