diff --git a/ghost/mailgun-client/package.json b/ghost/mailgun-client/package.json index 18408c001f..bcb8b6e84b 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.2.4" + "mailgun.js": "10.3.0" } } diff --git a/yarn.lock b/yarn.lock index 930955231f..7dc76d74b9 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.2.4: - version "10.2.4" - resolved "https://registry.yarnpkg.com/mailgun.js/-/mailgun.js-10.2.4.tgz#e3e2a689a3be4c177b3612fabc4871c34c7d76f4" - integrity sha512-l1Nth1YWGrUdRIahxsUIzVGoP7waLctS0MKFpd1QPzE8NEZqZ1PafYgw+c4ThombwJFyhF18SN1htOE78Kfv+w== +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== dependencies: axios "^1.7.4" base-64 "^1.0.0"