Skip to content

Bump form-data and apigeetool#83

Closed
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/npm_and_yarn/multi-16e22ec646
Closed

Bump form-data and apigeetool#83
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/npm_and_yarn/multi-16e22ec646

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Feb 5, 2026

Bumps form-data to 4.0.5 and updates ancestor dependency apigeetool. These dependencies need to be updated together.

Updates form-data from 0.1.4 to 4.0.5

Release notes

Sourced from form-data's releases.

v4.0.4

v4.0.4 - 2025-07-16

Commits

  • [meta] add auto-changelog 811f682
  • [Tests] handle predict-v8-randomness failures in node < 17 and node > 23 1d11a76
  • [Fix] Switch to using crypto random for boundary values 3d17230
  • [Tests] fix linting errors 5e34080
  • [meta] actually ensure the readme backup isn’t published 316c82b
  • [Dev Deps] update @ljharb/eslint-config 58c25d7
  • [meta] fix readme capitalization 2300ca1

v4.0.3

v4.0.3 - 2025-06-05

Fixed

Commits

  • [eslint] use a shared config 426ba9a
  • [eslint] fix some spacing issues 2094191
  • [Refactor] use hasown 81ab41b
  • [Fix] validate boundary type in setBoundary() method 8d8e469
  • [Tests] add tests to check the behavior of getBoundary with non-strings 837b8a1
  • [Dev Deps] remove unused deps 870e4e6
  • [meta] remove local commit hooks e6e83cc
  • [Dev Deps] update eslint 4066fd6
  • [meta] fix scripts to use prepublishOnly c4bbb13

v4.0.2

v4.0.2 - 2025-02-14

Merged

Fixed

Commits

... (truncated)

Changelog

Sourced from form-data's changelog.

v4.0.5 - 2025-11-17

Commits

  • [Tests] Switch to newer v8 prediction library; enable node 24 testing 16e0076
  • [Dev Deps] update @ljharb/eslint-config, eslint 5822467
  • [Fix] set Symbol.toStringTag in the proper place 76d0dee

v4.0.4 - 2025-07-16

Commits

  • [meta] add auto-changelog 811f682
  • [Tests] handle predict-v8-randomness failures in node < 17 and node > 23 1d11a76
  • [Fix] Switch to using crypto random for boundary values 3d17230
  • [Tests] fix linting errors 5e34080
  • [meta] actually ensure the readme backup isn’t published 316c82b
  • [Dev Deps] update @ljharb/eslint-config 58c25d7
  • [meta] fix readme capitalization 2300ca1

v4.0.3 - 2025-06-05

Fixed

Commits

  • [eslint] use a shared config 426ba9a
  • [eslint] fix some spacing issues 2094191
  • [Refactor] use hasown 81ab41b
  • [Fix] validate boundary type in setBoundary() method 8d8e469
  • [Tests] add tests to check the behavior of getBoundary with non-strings 837b8a1
  • [Dev Deps] remove unused deps 870e4e6
  • [meta] remove local commit hooks e6e83cc
  • [Dev Deps] update eslint 4066fd6
  • [meta] fix scripts to use prepublishOnly c4bbb13

v4.0.2 - 2025-02-14

Merged

Fixed

... (truncated)

Commits
  • 68ff7dd v4.0.5
  • 5822467 [Dev Deps] update @ljharb/eslint-config, eslint
  • 76d0dee [Fix] set Symbol.toStringTag in the proper place
  • 16e0076 [Tests] Switch to newer v8 prediction library; enable node 24 testing
  • 41996f5 v4.0.4
  • 316c82b [meta] actually ensure the readme backup isn’t published
  • 2300ca1 [meta] fix readme capitalization
  • 811f682 [meta] add auto-changelog
  • 5e34080 [Tests] fix linting errors
  • 1d11a76 [Tests] handle predict-v8-randomness failures in node < 17 and node > 23
  • 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 apigeetool from 0.5.4 to 0.16.5

Release notes

Sourced from apigeetool's releases.

v0.16.5 - updated dependencies and some cleanup

No major feature adds or updates.

Updated dev-dependency of express to 4.21.0 .
Also cleaned up some tests of KVM operations.
And updated the README.

replace request with postman-request

This is the first official release in quite a while.
a bunch of new features are available in the release. Also we have migrated to postman-request, in lieu of the deprecated request library.

Release v0.9.0

  • Added Cache operations #110
  • Enable Hosted Target #117
  • Adding -H (Header) as a global option #115
  • Fix ignored approvalType argument #113
  • Disabling strictSSL when -k flag is set #62

v0.8.0

Release v0.8.0

  • Added deployExistingRevision command. #96
  • Upgraded and pinned dependencies to address issues with v0.10 and v0.12 node.js. #100
  • Added new KVM* operations. #95 #108
  • Add --bundled-dependencies flag to deploy* commands. #91
  • Add --production flag to deploynodeapp. #90 fixes #31
  • Add support for wait-after-import (-W) option. #89
  • Deploy commands return basic info after import-only. #94
Commits
  • 50660b3 chore: further cleanup of casing for commands, README (#244)
  • 5219269 fix: correct case on commands for case-sensitive filesystems (#235)
  • ffd08ca update to v0.16.3 of the library
  • 9eea7de Replace request module with postman-request (#234)
  • 42c96cf Merge pull request #228 from DinoChiesa/master
  • e7c7377 clarify a couple things in README
  • 3382dd9 Merge pull request #227 from DinoChiesa/cachesupport
  • cb8ca59 add more cache commands: get, list clear
  • e63b160 Merge pull request #226 from DinoChiesa/issue212
  • e36a5a7 add updateKVMentry as a command
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by dinochiesa, a new releaser for apigeetool 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 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.

@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Feb 5, 2026
Bumps [form-data](https://github.com/form-data/form-data) to 4.0.5 and updates ancestor dependency [apigeetool](https://github.com/apigee/apigeetool-node). These dependencies need to be updated together.


Updates `form-data` from 0.1.4 to 4.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@0.1.4...v4.0.5)

Updates `apigeetool` from 0.5.4 to 0.16.5
- [Release notes](https://github.com/apigee/apigeetool-node/releases)
- [Commits](apigee/apigeetool-node@v0.5.4...v0.16.5)

---
updated-dependencies:
- dependency-name: form-data
  dependency-version: 4.0.5
  dependency-type: indirect
- dependency-name: apigeetool
  dependency-version: 0.16.5
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/multi-16e22ec646 branch from 3a25721 to 9898578 Compare February 5, 2026 16:59
@sonarqubecloud
Copy link
Copy Markdown

sonarqubecloud bot commented Feb 5, 2026

@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot bot commented on behalf of github Feb 6, 2026

Looks like these dependencies are no longer a dependency, so this is no longer needed.

@dependabot dependabot bot closed this Feb 6, 2026
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/multi-16e22ec646 branch February 6, 2026 14:54
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