Skip to content

Bump form-data from 4.0.5 to 4.0.6#1409

Merged
mbg merged 3 commits into
mainfrom
dependabot/npm_and_yarn/form-data-4.0.6
Jun 22, 2026
Merged

Bump form-data from 4.0.5 to 4.0.6#1409
mbg merged 3 commits into
mainfrom
dependabot/npm_and_yarn/form-data-4.0.6

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 15, 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 dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Jun 15, 2026
@dependabot dependabot Bot requested a review from a team as a code owner June 15, 2026 21:59
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Jun 15, 2026
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: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/form-data-4.0.6 branch from 4bf2de8 to 3440d01 Compare June 19, 2026 12:40
@mbg mbg added the Rebuild label Jun 22, 2026
@github-actions github-actions Bot removed the Rebuild label Jun 22, 2026
@github-actions

Copy link
Copy Markdown
Contributor

Pushed a commit to rebuild the Action. Please mark the PR as ready for review to trigger PR checks.

@github-actions github-actions Bot marked this pull request as draft June 22, 2026 08:58
@mbg mbg marked this pull request as ready for review June 22, 2026 08:59
Copilot AI review requested due to automatic review settings June 22, 2026 08:59

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Pull request overview

This PR updates the repo’s bundled Node dependencies by bumping form-data from 4.0.5 to 4.0.6, and refreshes the generated dist output accordingly (the action bundles dependencies into dist/ via esbuild).

Changes:

  • Bump form-data dependency to ^4.0.6.
  • Update package-lock.json to reflect the new form-data tarball/integrity and its updated transitive deps (hasown, mime-types).
  • Regenerate dist/query.js, incorporating upstream form-data’s header-parameter escaping fix (CR/LF/" escaping in multipart headers).
Show a summary per file
File Description
package.json Updates the declared form-data dependency version.
package-lock.json Updates lockfile entries for form-data and updated transitive dependencies.
dist/query.js Regenerated bundle reflecting the new form-data version (includes upstream escaping fix).

Copilot's findings

Tip

Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

  • Files reviewed: 1/3 changed files
  • Comments generated: 0

@mbg mbg merged commit 71a7310 into main Jun 22, 2026
16 checks passed
@mbg mbg deleted the dependabot/npm_and_yarn/form-data-4.0.6 branch June 22, 2026 09:29
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.

2 participants