From e7144db5c344f4d8a6d68340e5caaa9ccdcac438 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 30 Dec 2024 10:41:04 +0000 Subject: [PATCH] Update dependency mailgun.js to v10.4.0 (#21957) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [mailgun.js](https://redirect.github.com/mailgun/mailgun.js) | [`10.3.0` -> `10.4.0`](https://renovatebot.com/diffs/npm/mailgun.js/10.3.0/10.4.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/mailgun.js/10.4.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/mailgun.js/10.4.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/mailgun.js/10.3.0/10.4.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/mailgun.js/10.3.0/10.4.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes
mailgun/mailgun.js (mailgun.js) ### [`v10.4.0`](https://redirect.github.com/mailgun/mailgun.js/blob/HEAD/CHANGELOG.md#1040-2024-12-30) [Compare Source](https://redirect.github.com/mailgun/mailgun.js/compare/v10.3.0...ffb37a53371756c36abdfdadac27309051f3cebf) ##### Features - Add support for metrics ([de16ccd](https://redirect.github.com/mailgun/mailgun.js/commits/de16ccd9b8dfdab5ab6e87fb8eba44cef80dd1a5)) ##### Other changes - Add tests ([78f9990](https://redirect.github.com/mailgun/mailgun.js/commits/78f9990fe6e6972f52df1af8ad1e720110890aa7)) - Update readme ([a724689](https://redirect.github.com/mailgun/mailgun.js/commits/a7246892a24f98393453c6a0e53e8bdf4ec64fd8))
--- ### Configuration 📅 **Schedule**: Branch creation - "* * * * 1-5" (UTC), 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. --- - [ ] 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). Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- ghost/mailgun-client/package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/ghost/mailgun-client/package.json b/ghost/mailgun-client/package.json index bcb8b6e84b..5100840082 100644 --- a/ghost/mailgun-client/package.json +++ b/ghost/mailgun-client/package.json @@ -29,6 +29,6 @@ "@tryghost/metrics": "1.0.34", "form-data": "4.0.0", "lodash": "4.17.21", - "mailgun.js": "10.3.0" + "mailgun.js": "10.4.0" } } diff --git a/yarn.lock b/yarn.lock index 124f5e4a8e..f541ab8105 100644 --- a/yarn.lock +++ b/yarn.lock @@ -22812,10 +22812,10 @@ magic-string@^0.30.0, magic-string@^0.30.1: dependencies: "@jridgewell/sourcemap-codec" "^1.4.15" -mailgun.js@10.3.0: - version "10.3.0" - resolved "https://registry.yarnpkg.com/mailgun.js/-/mailgun.js-10.3.0.tgz#7599600a4c144e4df63675ede48de8fe9b38dbfc" - integrity sha512-HJPmninRDGlzs8izNyfM/hbvefz6ol1gqeZ+doiumEHli7kGCrLlK6hURsq6oLjDoTNwgS37CUDhBPQy7x5PeQ== +mailgun.js@10.4.0: + version "10.4.0" + resolved "https://registry.yarnpkg.com/mailgun.js/-/mailgun.js-10.4.0.tgz#8b6221e0f1172248a487e7bfa156471058efe4dd" + integrity sha512-YrdaZEAJwwjXGBTfZTNQ1LM7tmkdUaz2NpZEu7+zULcG4Wrlhd7cWSNZW0bxT3bP48k5N0mZWz8C2f9gc2+Geg== dependencies: axios "^1.7.4" base-64 "^1.0.0"