Skip to content

chore(deps): Bump form-data from 2.5.3 to 2.5.5#2695

Merged
ankita10119 merged 1 commit intomasterfrom
dependabot/npm_and_yarn/form-data-2.5.5
Nov 28, 2025
Merged

chore(deps): Bump form-data from 2.5.3 to 2.5.5#2695
ankita10119 merged 1 commit intomasterfrom
dependabot/npm_and_yarn/form-data-2.5.5

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 28, 2025

Bumps form-data from 2.5.3 to 2.5.5.

Changelog

Sourced from form-data's changelog.

v2.5.5 - 2025-07-18

Commits

  • [meta] actually ensure the readme backup isn’t published 10626c0
  • [Fix] use proper dependency 026abe5

v2.5.4 - 2025-07-17

Fixed

Commits

  • [eslint] update linting config 8bf2492
  • [meta] add auto-changelog b5101ad
  • [Tests] handle predict-v8-randomness failures in node < 17 and node > 23 0e93122
  • [Fix] Switch to using crypto random for boundary values b88316c
  • [Fix] validate boundary type in setBoundary() method 131ae5e
  • [Tests] Switch to newer v8 prediction library; enable node 24 testing c97cfbe
  • [Refactor] use hasown 97ac9c2
  • [meta] remove local commit hooks be99d4e
  • [Dev Deps] remove unused deps ddbc89b
  • [meta] fix scripts to use prepublishOnly e351a97
  • [Dev Deps] remove unused script 8f23366
  • [Dev Deps] add missing peer dep 02ff026
  • [meta] fix readme capitalization 2fd5f61
Commits
  • 40de5a7 v2.5.5
  • 026abe5 [Fix] use proper dependency
  • 10626c0 [meta] actually ensure the readme backup isn’t published
  • efe6c26 v2.5.4
  • c97cfbe [Tests] Switch to newer v8 prediction library; enable node 24 testing
  • 0e93122 [Tests] handle predict-v8-randomness failures in node < 17 and node > 23
  • b88316c [Fix] Switch to using crypto random for boundary values
  • b70869d [Fix] append: avoid a crash on nullish values
  • 131ae5e [Fix] validate boundary type in setBoundary() method
  • 8bf2492 [eslint] update linting config
  • Additional commits viewable 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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @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 2.5.3 to 2.5.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@v2.5.3...v2.5.5)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies One or more dependencies are being bumped javascript Pull requests that update Javascript code labels Nov 28, 2025
@dependabot dependabot bot requested a review from a team as a code owner November 28, 2025 17:08
@ankita10119
Copy link
Contributor

@claude

@github-actions
Copy link

github-actions bot commented Nov 28, 2025

Claude finished @ankita10119's task —— View job


Review Progress

  • Read PR diff and understand changes
  • Read project documentation (AGENTS.md)
  • Check CI status
  • Perform security review
  • Perform code quality review
  • Provide final assessment

Analysis

This PR updates the form-data dependency from 2.5.3 to 2.5.5. The changes are:

Key improvements in form-data 2.5.5:

  • Security: Switched to using crypto random for boundary values (more secure than previous implementation)
  • Bug fix: Avoided crash on nullish values in append method
  • Bug fix: Validates boundary type in setBoundary() method
  • Dependency: Added hasown as a proper dependency

CI Status:

  • ✅ Build and Test: Passing
  • ✅ CodeQL: Passing
  • ❌ Snyk: Failed due to authentication error (missing SNYK_TOKEN), not an actual vulnerability

Changes:

  • Only package-lock.json modified
  • Updates form-data from 2.5.3 to 2.5.5 in the dependency tree
  • Adds hasown dependency
  • Several packages marked as peer: true (npm lockfile format update)

Overall Assessment

✅ This PR is ready to be merged. The dependency update includes security improvements and bug fixes with no breaking changes, and all relevant tests are passing.


@ankita10119 ankita10119 merged commit 72781e2 into master Nov 28, 2025
5 of 6 checks passed
@ankita10119 ankita10119 deleted the dependabot/npm_and_yarn/form-data-2.5.5 branch November 28, 2025 17:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies One or more dependencies are being bumped javascript Pull requests that update Javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant