Bump form-data and apigeetool#160
Merged
Merged
Conversation
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>
stevesmith-nhs
approved these changes
Jun 18, 2026
There was a problem hiding this comment.
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
apigeetoolfrom^0.5.4to^0.16.5. - Update
form-data(transitive) from4.0.5to4.0.6and 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.
| "devDependencies": { | ||
| "@openapitools/openapi-generator-cli": "2.32.0", | ||
| "apigeetool": "^0.5.4", | ||
| "apigeetool": "^0.16.5", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps form-data to 4.0.6 and updates ancestor dependency apigeetool. These dependencies need to be updated together.
Updates
form-datafrom 4.0.5 to 4.0.6Changelog
Sourced from form-data's changelog.
Commits
64190dbv4.0.692ae0eb[Deps] updatehasown,mime-typesf31d21e[Dev Deps] update@ljharb/eslint-config,auto-changelog,tape8dff42c[Fix] escape CR, LF, and"in field names and filenames67b0f65[Dev Deps] updatejs-randomness-predictorUpdates
apigeetoolfrom 0.5.4 to 0.16.5Release notes
Sourced from apigeetool's releases.
Commits
50660b3chore: further cleanup of casing for commands, README (#244)5219269fix: correct case on commands for case-sensitive filesystems (#235)ffd08caupdate to v0.16.3 of the library9eea7deReplace request module with postman-request (#234)42c96cfMerge pull request #228 from DinoChiesa/mastere7c7377clarify a couple things in README3382dd9Merge pull request #227 from DinoChiesa/cachesupportcb8ca59add more cache commands: get, list cleare63b160Merge pull request #226 from DinoChiesa/issue212e36a5a7add updateKVMentry as a commandMaintainer 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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill 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.