Skip to content

chore(deps): bump form-data from 4.0.5 to 4.0.6 - #240

Merged
Liam Farrelly (lfarrel6) merged 1 commit into
masterfrom
dependabot/npm_and_yarn/form-data-4.0.6
Jul 27, 2026
Merged

chore(deps): bump form-data from 4.0.5 to 4.0.6#240
Liam Farrelly (lfarrel6) merged 1 commit into
masterfrom
dependabot/npm_and_yarn/form-data-4.0.6

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 30, 2026

Copy link
Copy Markdown
Contributor

Bumps form-data from 4.0.5 to 4.0.6.

Changelog

Sourced from form-data's changelog.

v4.0.6 - 2026-06-12

Commits

  • [Fix] escape CR, LF, and " in field names and filenames 8dff42c
  • [Dev Deps] update @ljharb/eslint-config, auto-changelog, tape f31d21e
  • [Deps] update hasown, mime-types 92ae0eb
  • [Dev Deps] update js-randomness-predictor 67b0f65
Commits
  • 64190db v4.0.6
  • 92ae0eb [Deps] update hasown, mime-types
  • f31d21e [Dev Deps] update @ljharb/eslint-config, auto-changelog, tape
  • 8dff42c [Fix] escape CR, LF, and " in field names and filenames
  • 67b0f65 [Dev Deps] update js-randomness-predictor
  • See full diff in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

Bumps [form-data](https://github.com/form-data/form-data) from 4.0.5 to 4.0.6.
- [Changelog](https://github.com/form-data/form-data/blob/master/CHANGELOG.md)
- [Commits](form-data/form-data@v4.0.5...v4.0.6)

---
updated-dependencies:
- dependency-name: form-data
  dependency-version: 4.0.6
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Jun 30, 2026
@changeset-bot

changeset-bot Bot commented Jun 30, 2026

Copy link
Copy Markdown

⚠️ No Changeset found

Latest commit: 593d7f9

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@ev-vaultkeeper ev-vaultkeeper Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Review: form-data 4.0.5 → 4.0.6 (Dependabot)

LGTM ✅ — low-risk, security-beneficial transitive dependency bump.

What changed

  • Only package-lock.json is modified (8 insertions / 8 deletions).
  • form-data: 4.0.5 → 4.0.6 (transitive, pulled in via axios).
  • hasown: 2.0.3 → 2.0.4 (bumped to satisfy form-data's new hasown@^2.0.4 requirement).
  • mime-types is already at 2.1.35, so it already satisfies form-data's new ^2.1.35 requirement.

Verification

  • The form-data@4.0.6 integrity hash in the lockfile (sha512-vKatAh4S...) matches the published npm registry entry exactly.
  • The hasown@2.0.4 integrity hash (sha512-T2UbfbBE...) also matches the npm registry.
  • The bump stays within axios's declared range (form-data: ^4.0.5), so it's a semver-compatible patch — no direct dependency in package.json needs changing.
  • form-data 4.0.6 contains a security-relevant fix: escaping CR, LF, and " in field names and filenames (mitigates CRLF / multipart parameter injection).

Notes

  • Socket Security checks passed; the run-tests workflow shows as skipped for this run.
  • I was unable to execute npm ci / the test suite in the review sandbox because npm registry access is blocked (403). Verification was done via npm registry metadata instead. Recommend confirming CI (unit + e2e) is green before merge.

@lfarrel6
Liam Farrelly (lfarrel6) merged commit e183f86 into master Jul 27, 2026
4 checks passed
@lfarrel6
Liam Farrelly (lfarrel6) deleted the dependabot/npm_and_yarn/form-data-4.0.6 branch July 27, 2026 17:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code

Development

Successfully merging this pull request may close these issues.

1 participant