From fb85724f8142f474aee4923de5a54b19d7e26748 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 10 Oct 2024 03:58:49 +0000 Subject: [PATCH] Update dependency form-data to v4.0.1 --- ghost/core/package.json | 2 +- ghost/mailgun-client/package.json | 2 +- yarn.lock | 8 ++++---- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/ghost/core/package.json b/ghost/core/package.json index 8da4f4fd89..77fd12ba05 100644 --- a/ghost/core/package.json +++ b/ghost/core/package.json @@ -241,7 +241,7 @@ "detect-newline": "3.1.0", "expect": "29.3.1", "find-root": "1.1.0", - "form-data": "4.0.0", + "form-data": "4.0.1", "inquirer": "8.2.6", "jwks-rsa": "3.1.0", "mocha": "10.2.0", diff --git a/ghost/mailgun-client/package.json b/ghost/mailgun-client/package.json index eb8a288b18..9b918a1947 100644 --- a/ghost/mailgun-client/package.json +++ b/ghost/mailgun-client/package.json @@ -27,7 +27,7 @@ "@tryghost/debug": "0.1.32", "@tryghost/logging": "2.4.18", "@tryghost/metrics": "1.0.34", - "form-data": "4.0.0", + "form-data": "4.0.1", "lodash": "4.17.21", "mailgun.js": "10.2.3" } diff --git a/yarn.lock b/yarn.lock index 8b0ccac03d..cc57908563 100644 --- a/yarn.lock +++ b/yarn.lock @@ -17783,10 +17783,10 @@ form-data-encoder@^2.1.2: resolved "https://registry.yarnpkg.com/form-data-encoder/-/form-data-encoder-2.1.4.tgz#261ea35d2a70d48d30ec7a9603130fa5515e9cd5" integrity sha512-yDYSgNMraqvnxiEXO4hi88+YZxaHC6QKzb5N84iRCTDeRO7ZALpir/lVmf/uXUhnwUr2O4HU8s/n6x+yNjQkHw== -form-data@4.0.0, form-data@^4.0.0: - version "4.0.0" - resolved "https://registry.yarnpkg.com/form-data/-/form-data-4.0.0.tgz#93919daeaf361ee529584b9b31664dc12c9fa452" - integrity sha512-ETEklSGi5t0QMZuiXoA/Q6vcnxcLQP5vdugSpuAyi6SVGi2clPPp+xgEhuMaHC+zGgn31Kd235W35f7Hykkaww== +form-data@4.0.1, form-data@^4.0.0: + version "4.0.1" + resolved "https://registry.yarnpkg.com/form-data/-/form-data-4.0.1.tgz#ba1076daaaa5bfd7e99c1a6cb02aa0a5cff90d48" + integrity sha512-tzN8e4TX8+kkxGPK8D5u0FNmjPUjw3lwC9lSLxxoB/+GtsJG91CO8bSWy73APlgAZzZbXEYZJuxjkHH2w+Ezhw== dependencies: asynckit "^0.4.0" combined-stream "^1.0.8"