Skip to content

build(deps): Bump form-data from 3.0.4 to 3.0.5#1738

Open
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/npm_and_yarn/form-data-3.0.5
Open

build(deps): Bump form-data from 3.0.4 to 3.0.5#1738
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/npm_and_yarn/form-data-3.0.5

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps form-data from 3.0.4 to 3.0.5.

Changelog

Sourced from form-data's changelog.

v3.0.5 - 2026-06-12

Commits

  • [Fix] escape CR, LF, and " in field names and filenames 8777e67
  • [Dev Deps] update @ljharb/eslint-config, auto-changelog, eslint, tape 27c61a5
  • [Deps] update hasown 6a8a1c6
Commits
  • be3f3cf v3.0.5
  • 6a8a1c6 [Deps] update hasown
  • 27c61a5 [Dev Deps] update @ljharb/eslint-config, auto-changelog, eslint, tape
  • 8777e67 [Fix] escape CR, LF, and " in field names and filenames
  • 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 3.0.4 to 3.0.5.
- [Release notes](https://github.com/form-data/form-data/releases)
- [Changelog](https://github.com/form-data/form-data/blob/master/CHANGELOG.md)
- [Commits](form-data/form-data@v3.0.4...v3.0.5)

---
updated-dependencies:
- dependency-name: form-data
  dependency-version: 3.0.5
  dependency-type: direct:production
...

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 15, 2026
@greptile-apps

greptile-apps Bot commented Jun 15, 2026

Copy link
Copy Markdown
Contributor

Greptile Summary

This PR bumps form-data from 3.0.4 to 3.0.5 in packages/ethereum-storage, picking up a patch-level security fix that escapes CR, LF, and " characters in multipart field names and filenames to prevent header injection.

  • packages/ethereum-storage/package.json: version pin updated from 3.0.43.0.5.
  • yarn.lock: resolved hash updated for form-data@3.0.5; transitive dep hasown bumped from 2.0.2 → 2.0.4; the duplicate form-data@^4.0.0 / form-data@^4.0.4 entries are collapsed into one since both now resolve to 4.0.5.

Confidence Score: 5/5

Safe to merge — a minimal patch-level security bump with no API changes and a clean lockfile update.

The change is a one-line version pin update that pulls in a targeted security fix (escaping special characters in multipart headers). The lockfile diff is consistent and expected, and the only transitive change is a patch bump of hasown. No application logic is touched.

No files require special attention.

Important Files Changed

Filename Overview
packages/ethereum-storage/package.json Bumps form-data direct dependency from 3.0.4 to 3.0.5 — a patch release that fixes escaping of CR, LF, and quote characters in field names/filenames.
yarn.lock Lockfile updated to reflect form-data 3.0.5 and hasown 2.0.4; also consolidates two separate form-data@^4.x entries into one since both now resolve to 4.0.5.

Flowchart

%%{init: {'theme': 'neutral'}}%%
flowchart TD
    A["packages/ethereum-storage"] -->|"direct dep"| B["form-data 3.0.4 → 3.0.5"]
    B -->|"transitive dep"| C["hasown 2.0.2 → 2.0.4"]
    B -->|"Fix"| D["Escape CR/LF/quote in\nfield names & filenames"]
    E["other consumers (^4.0.0, ^4.0.4)"] -->|"resolved to"| F["form-data 4.0.5 (unchanged)\nlock entry consolidated"]
Loading

Reviews (1): Last reviewed commit: "build(deps): Bump form-data from 3.0.4 t..." | Re-trigger Greptile

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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants