Skip to content

Commit 93a8e54

Browse files
renovate[bot]Ace Nassri
authored and
Ace Nassri
committed
fix(deps): update dependency nodemailer to v6
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
1 parent d2d8fc9 commit 93a8e54

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compute/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"@google-cloud/compute": "^0.12.0",
1818
"@sendgrid/mail": "^6.3.1",
1919
"node-fetch": "^2.3.0",
20-
"nodemailer": "^5.0.0",
20+
"nodemailer": "^6.0.0",
2121
"nodemailer-smtp-transport": "^2.7.4"
2222
},
2323
"devDependencies": {

0 commit comments

Comments
 (0)