mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-04-08 02:52:39 -05:00
Update dependency nodemailer to v6.10.0 (#22048)
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [nodemailer](https://nodemailer.com/) ([source](https://redirect.github.com/nodemailer/nodemailer)) | [`6.9.16` -> `6.10.0`](https://renovatebot.com/diffs/npm/nodemailer/6.9.16/6.10.0) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>nodemailer/nodemailer (nodemailer)</summary> ### [`v6.10.0`](https://redirect.github.com/nodemailer/nodemailer/blob/HEAD/CHANGELOG.md#6100-2025-01-23) [Compare Source](https://redirect.github.com/nodemailer/nodemailer/compare/v6.9.16...v6.10.0) ##### Features - **services:** add Seznam email service configuration ([#​1695](https://redirect.github.com/nodemailer/nodemailer/issues/1695)) ([d1ae0a8](d1ae0a8688
)) ##### Bug Fixes - **proxy:** Set error and timeout errors for proxied sockets ([aa0c99c](aa0c99c8f2
)) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Never, 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 was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/TryGhost/Ghost). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xMDcuMCIsInVwZGF0ZWRJblZlciI6IjM5LjIwNy4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
parent
e6c32f96e8
commit
cd2d401211
2 changed files with 5 additions and 5 deletions
|
@ -29,6 +29,6 @@
|
|||
"typescript": "5.8.2"
|
||||
},
|
||||
"dependencies": {
|
||||
"nodemailer": "6.9.16"
|
||||
"nodemailer": "6.10.0"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -24854,10 +24854,10 @@ nodemailer-stub-transport@^1.1.0:
|
|||
resolved "https://registry.yarnpkg.com/nodemailer-stub-transport/-/nodemailer-stub-transport-1.1.0.tgz#11421d2d66b4ee6f405354f914c1f4641eb24b0d"
|
||||
integrity sha512-4fwl2f+647IIyuNuf6wuEMqK4oEU9FMJSYme8kPckVSr1rXIXcmI6BNcIWO+1cAK8XeexYKxYoFztam0jAwjkA==
|
||||
|
||||
nodemailer@6.9.16, nodemailer@^6.6.3:
|
||||
version "6.9.16"
|
||||
resolved "https://registry.yarnpkg.com/nodemailer/-/nodemailer-6.9.16.tgz#3ebdf6c6f477c571c0facb0727b33892635e0b8b"
|
||||
integrity sha512-psAuZdTIRN08HKVd/E8ObdV6NO7NTBY3KsC30F7M4H1OnmLCUNaS56FpYxyb26zWLSyYF9Ozch9KYHhHegsiOQ==
|
||||
nodemailer@6.10.0, nodemailer@^6.6.3:
|
||||
version "6.10.0"
|
||||
resolved "https://registry.yarnpkg.com/nodemailer/-/nodemailer-6.10.0.tgz#1f24c9de94ad79c6206f66d132776b6503003912"
|
||||
integrity sha512-SQ3wZCExjeSatLE/HBaXS5vqUOQk6GtBdIIKxiFdmm01mOQZX/POJkO3SUX1wDiYcwUOJwT23scFSC9fY2H8IA==
|
||||
|
||||
nopt@^3.0.6:
|
||||
version "3.0.6"
|
||||
|
|
Loading…
Add table
Reference in a new issue