Skip to content

Bump form-data and apigeetool#160

Merged
stevesmith-nhs merged 3 commits into
masterfrom
dependabot/npm_and_yarn/multi-6baf173a59
Jun 18, 2026
Merged

Bump form-data and apigeetool#160
stevesmith-nhs merged 3 commits into
masterfrom
dependabot/npm_and_yarn/multi-6baf173a59

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 18, 2026

Copy link
Copy Markdown
Contributor

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

Updates 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

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.

Bumps [form-data](https://github.com/form-data/form-data) to 4.0.6 and updates ancestor dependency [apigeetool](https://github.com/apigee/apigeetool-node). These dependencies need to be updated together.


Updates `form-data` from 4.0.5 to 4.0.6
- [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@v4.0.5...v4.0.6)

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.6
  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 added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Jun 18, 2026
@stevesmith-nhs stevesmith-nhs requested a review from Copilot June 18, 2026 08:16
@stevesmith-nhs stevesmith-nhs self-requested a review June 18, 2026 08:17

Copilot AI left a comment

Copy link
Copy Markdown

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 Node tooling dependencies, bumping apigeetool (a dev dependency) and the transitive form-data package to their latest patch releases as generated by Dependabot.

Changes:

  • Bump apigeetool from ^0.5.4 to ^0.16.5.
  • Update form-data (transitive) from 4.0.5 to 4.0.6 and refresh the lockfile dependency graph accordingly.

Reviewed changes

Copilot reviewed 1 out of 2 changed files in this pull request and generated 1 comment.

File Description
package.json Updates apigeetool devDependency version range to ^0.16.5.
package-lock.json Regenerates lockfile entries for apigeetool/form-data and introduces new transitive dependencies (notably postman-request).

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

Comment thread package.json
"devDependencies": {
"@openapitools/openapi-generator-cli": "2.32.0",
"apigeetool": "^0.5.4",
"apigeetool": "^0.16.5",
@stevesmith-nhs stevesmith-nhs merged commit cf1ed0a into master Jun 18, 2026
5 of 6 checks passed
@stevesmith-nhs stevesmith-nhs deleted the dependabot/npm_and_yarn/multi-6baf173a59 branch June 18, 2026 08:27
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