Skip to content

Commit 36cf033

Browse files
Update dependency form-data to v4.0.5 (#27099)
This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---| | [form-data](https://redirect.github.com/form-data/form-data) | [`4.0.4` → `4.0.5`](https://renovatebot.com/diffs/npm/form-data/4.0.4/4.0.5) | ![age](https://developer.mend.io/api/mc/badges/age/npm/form-data/4.0.5?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/form-data/4.0.4/4.0.5?slim=true) | --- ### Release Notes <details> <summary>form-data/form-data (form-data)</summary> ### [`v4.0.5`](https://redirect.github.com/form-data/form-data/blob/HEAD/CHANGELOG.md#v405---2025-11-17) [Compare Source](https://redirect.github.com/form-data/form-data/compare/v4.0.4...v4.0.5) ##### Commits - \[Tests] Switch to newer v8 prediction library; enable node 24 testing [`16e0076`](https://redirect.github.com/form-data/form-data/commit/16e00765342106876f98a1c9703314006c9e937a) - \[Dev Deps] update `@ljharb/eslint-config`, `eslint` [`5822467`](https://redirect.github.com/form-data/form-data/commit/5822467f0ec21f6ad613c1c90856375e498793c7) - \[Fix] set Symbol.toStringTag in the proper place [`76d0dee`](https://redirect.github.com/form-data/form-data/commit/76d0dee43933b5e167f7f09e5d9cbbd1cf911aa7) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - Only on Sunday and Saturday ( * * * * 0,6 ), Between 12:00 AM and 12:59 PM, only on Monday ( * 0-12 * * 1 ) in timezone Etc/UTC. 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about these updates 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:eyJjcmVhdGVkSW5WZXIiOiI0My4xMDIuMTEiLCJ1cGRhdGVkSW5WZXIiOiI0My4xMDIuMTEiLCJ0YXJnZXRCcmFuY2giOiJtYWluIiwibGFiZWxzIjpbXX0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 012b1ce commit 36cf033

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

ghost/core/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@
159159
"express-queue": "0.0.13",
160160
"express-session": "1.19.0",
161161
"file-type": "16.5.4",
162-
"form-data": "4.0.4",
162+
"form-data": "4.0.5",
163163
"fs-extra": "11.3.0",
164164
"ghost-storage-base": "1.0.0",
165165
"glob": "8.1.0",
@@ -246,7 +246,7 @@
246246
"detect-newline": "3.1.0",
247247
"expect": "29.7.0",
248248
"find-root": "1.1.0",
249-
"form-data": "4.0.4",
249+
"form-data": "4.0.5",
250250
"html-minifier": "4.0.0",
251251
"html-validate": "8.29.0",
252252
"inquirer": "8.2.7",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20946,10 +20946,10 @@ form-data-encoder@^2.1.2:
2094620946
resolved "https://registry.yarnpkg.com/form-data-encoder/-/form-data-encoder-2.1.4.tgz#261ea35d2a70d48d30ec7a9603130fa5515e9cd5"
2094720947
integrity sha512-yDYSgNMraqvnxiEXO4hi88+YZxaHC6QKzb5N84iRCTDeRO7ZALpir/lVmf/uXUhnwUr2O4HU8s/n6x+yNjQkHw==
2094820948

20949-
form-data@4.0.4, form-data@^4.0.0, form-data@^4.0.2, form-data@^4.0.4:
20950-
version "4.0.4"
20951-
resolved "https://registry.yarnpkg.com/form-data/-/form-data-4.0.4.tgz#784cdcce0669a9d68e94d11ac4eea98088edd2c4"
20952-
integrity sha512-KrGhL9Q4zjj0kiUt5OO4Mr/A/jlI2jDYs5eHBpYHPcBEVSiipAvn2Ko2HnPe20rmcuuvMHNdZFp+4IlGTMF0Ow==
20949+
form-data@4.0.5, form-data@^4.0.0, form-data@^4.0.2, form-data@^4.0.4:
20950+
version "4.0.5"
20951+
resolved "https://registry.yarnpkg.com/form-data/-/form-data-4.0.5.tgz#b49e48858045ff4cbf6b03e1805cebcad3679053"
20952+
integrity sha512-8RipRLol37bNs2bhoV67fiTEvdTrbMUYcFTiy3+wuuOnUog2QBHCZWXDRijWQfAkhBj2Uf5UnVaiWwA5vdd82w==
2095320953
dependencies:
2095420954
asynckit "^0.4.0"
2095520955
combined-stream "^1.0.8"

0 commit comments

Comments
 (0)