Uh oh!
There was an error while loading. Please reload this page.
build(deps): Bump form-data from 3.0.4 to 3.0.5 - #1738
Conversation
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>
Greptile SummaryThis PR bumps
Confidence Score: 5/5Safe 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
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"]
Reviews (1): Last reviewed commit: "build(deps): Bump form-data from 3.0.4 t..." | Re-trigger Greptile |
Bumps form-data from 3.0.4 to 3.0.5.
Changelog
Sourced from form-data's changelog.
Commits
be3f3cfv3.0.56a8a1c6[Deps] updatehasown27c61a5[Dev Deps] update@ljharb/eslint-config,auto-changelog,eslint,tape8777e67[Fix] escape CR, LF, and"in field names and filenamesDependabot 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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill 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.