Skip to content

Bump form-data and httpsnippet#20

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/multi-45727dfac8
Open

Bump form-data and httpsnippet#20
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/multi-45727dfac8

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Jul 22, 2025

Bumps form-data and httpsnippet. These dependencies needed to be updated together.
Updates form-data from 2.5.1 to 2.5.5

Release notes

Sourced from form-data's releases.

v2.5.2

Fixes

  • Buffer.from and Buffer.alloc require node 4+
  • npmignore temporary build files (#532)
  • move util.isArray to Array.isArray (#564)

Tests

  • migrate from travis to GHA
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

v2.5.3 - 2025-02-14

Merged

Fixed

Commits

  • [Refactor] use Object.prototype.hasOwnProperty.call 6e682d4
  • [Dev Deps] update @types/node, browserify, coveralls, eslint, formidable, in-publish, phantomjs-prebuilt, pkgfiles, pre-commit, request, tape, typescript 819f6b7
  • Only apps should have lockfiles b170ee2
  • [Deps] update combined-stream, mime-types 6b1ca1d
  • Bumped version 2.5.3 9457283
  • [Dev Deps] pin request which via tough-cookie ^2.4 depends on psl 9dbe192

v2.5.2 - 2024-10-10

... (truncated)

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
Maintainer changes

This version was pushed to npm by ljharb, a new releaser for form-data since your current version.


Updates httpsnippet from 1.16.7 to 1.25.0

Release notes

Sourced from httpsnippet's releases.

v1.25.0

Thank you @​erunion for your contributions this release!

Cleaner Python Requests snippets Kong/httpsnippet#189

Regression fix for case-insensitive headers Kong/httpsnippet#188

node-fetch can now handle form-urlencoded requests Kong/httpsnippet#187

node-fetch and form-data polyfill bug fix

Thank you @​jgiovaresco, @​hirenoble, and @​erunion for their contributions on this release!

Encoding JSON Body in js-fetch target #179

Adding node-fetch target #180

Better error handling #182

Handling polyfill in browsers when fs doesnt exist #184

Header Names and Form Request Fixes

Thank you @​erunion and @​jgiovaresco for their contributions to this release!

Fix to handle multipart/form-data requests #173

Fix to only lowercase headers for http/2 #178

Axios and Kotlin support

Thank you to @​seanghay, @​rohit-gohri and @​erunion for their contributions to this release.

Axios Kong/httpsnippet#176

Kotlin Kong/httpsnippet#172

Removing php array from targets (drop support for php5) Kong/httpsnippet#175

Using const over var for javascript targets Kong/httpsnippet#174

... (truncated)

Commits
  • 21fd9d5 chore(package.json) Bump version 1.25.0 for release
  • e81f30a feat: cleaner python requests json snippets (#189)
  • 07d5ebf fix: updating the node-fetch target to handle form-urlencoded requests (#187)
  • 86e7b0e fix: regression in header case-insensitivity (#188)
  • dc08d83 chore(package.json) 1.24.0 version bump
  • 0fc7f4a fix: can't load the form-data polyfill in browsers because fs doesn't exist (...
  • 73d5000 Print explicit error when using an invalid target (#182)
  • 225d9dc Adding node-fetch target (#180)
  • e2fa910 Encode to JSON body for js-fetch target (#179)
  • 55249d7 chore(package.json) update lock file
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by konginc, a new releaser for httpsnippet since your current version.


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) and [httpsnippet](https://github.com/Kong/httpsnippet). These dependencies needed to be updated together.

Updates `form-data` from 2.5.1 to 2.5.5
- [Release notes](https://github.com/form-data/form-data/releases)
- [Changelog](https://github.com/form-data/form-data/blob/v2.5.5/CHANGELOG.md)
- [Commits](form-data/form-data@v2.5.1...v2.5.5)

Updates `httpsnippet` from 1.16.7 to 1.25.0
- [Release notes](https://github.com/Kong/httpsnippet/releases)
- [Commits](Kong/httpsnippet@v1.16.7...1.25.0)

---
updated-dependencies:
- dependency-name: form-data
  dependency-version: 2.5.5
  dependency-type: indirect
- dependency-name: httpsnippet
  dependency-version: 1.25.0
  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 Jul 22, 2025
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