From 4834f77f0f88c58c9961ce995f9c67f1ab16a29d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 5 Jun 2023 11:54:50 +0000 Subject: [PATCH] Update dependency mailgun.js to v9 --- ghost/mailgun-client/package.json | 2 +- yarn.lock | 20 +++++++++++--------- 2 files changed, 12 insertions(+), 10 deletions(-) diff --git a/ghost/mailgun-client/package.json b/ghost/mailgun-client/package.json index 4867ca1453..1ec9bbbfd7 100644 --- a/ghost/mailgun-client/package.json +++ b/ghost/mailgun-client/package.json @@ -29,6 +29,6 @@ "@tryghost/metrics": "1.0.24", "form-data": "4.0.0", "lodash": "4.17.21", - "mailgun.js": "8.2.2" + "mailgun.js": "9.0.0" } } diff --git a/yarn.lock b/yarn.lock index 65a03a7ff7..9d701b9123 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1824,14 +1824,7 @@ dependencies: regenerator-runtime "^0.13.4" -"@babel/runtime@^7.10.5", "@babel/runtime@^7.11.2", "@babel/runtime@^7.12.5", "@babel/runtime@^7.15.4", "@babel/runtime@^7.16.3", "@babel/runtime@^7.17.8", "@babel/runtime@^7.20.6", "@babel/runtime@^7.20.7", "@babel/runtime@^7.21.0", "@babel/runtime@^7.8.4", "@babel/runtime@^7.9.2": - version "7.21.5" - resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.21.5.tgz#8492dddda9644ae3bda3b45eabe87382caee7200" - integrity sha512-8jI69toZqqcsnqGGqwGS4Qb1VwLOEp4hz+CXPywcvjs60u3B4Pom/U/7rm4W8tMOYEB+E9wgD0mW1l3r8qlI9Q== - dependencies: - regenerator-runtime "^0.13.11" - -"@babel/runtime@^7.12.0", "@babel/runtime@^7.18.3", "@babel/runtime@^7.5.5", "@babel/runtime@^7.8.7": +"@babel/runtime@^7.10.5", "@babel/runtime@^7.11.2", "@babel/runtime@^7.12.0", "@babel/runtime@^7.12.5", "@babel/runtime@^7.15.4", "@babel/runtime@^7.16.3", "@babel/runtime@^7.17.8", "@babel/runtime@^7.18.3", "@babel/runtime@^7.20.6", "@babel/runtime@^7.20.7", "@babel/runtime@^7.21.0", "@babel/runtime@^7.5.5", "@babel/runtime@^7.8.4", "@babel/runtime@^7.8.7", "@babel/runtime@^7.9.2": version "7.22.3" resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.22.3.tgz#0a7fce51d43adbf0f7b517a71f4c3aaca92ebcbb" integrity sha512-XsDuspWKLUsxwCp6r7EhsExHtYfbe5oAGQ19kqngTdCPUoPQzOPdUbD/pB9PJiwb2ptYKQDjSJT3R6dC+EPqfQ== @@ -23231,7 +23224,16 @@ magic-string@^0.30.0: dependencies: "@jridgewell/sourcemap-codec" "^1.4.13" -mailgun.js@8.2.2, mailgun.js@^8.0.1: +mailgun.js@9.0.0: + version "9.0.0" + resolved "https://registry.yarnpkg.com/mailgun.js/-/mailgun.js-9.0.0.tgz#e784c2d6e61875a5301687509ab7b9c2e9ff25cb" + integrity sha512-Sk+IGGkZ7IYllSNPnCKeKAbJnaT9LfWNZBnn4wAl7ZB6ZzLPhZ1Win6+V/Y32aR6oGRXfnwqX9hEnh0hGrkiZg== + dependencies: + axios "^1.3.3" + base-64 "^1.0.0" + url-join "^4.0.1" + +mailgun.js@^8.0.1: version "8.2.2" resolved "https://registry.yarnpkg.com/mailgun.js/-/mailgun.js-8.2.2.tgz#97133d69fd76b77c67eedb394fd85b1875cac600" integrity sha512-po/KtofzrTuKhHLenbmliDsVVOFANwcfDFUGnggwnyZJmZz7JgBlV6nzK9o2Fk+OK2SiBmJTK25RbkAj57Hd+Q==