Skip to content

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Sep 4, 2025

Removes form-data. It's no longer used after updating ancestor dependency ngrok. These dependencies need to be updated together.

Removes form-data

Updates ngrok from 3.4.0 to 5.0.0-beta.2

Changelog

Sourced from ngrok's changelog.

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[Unreleased]

Changed

Updates to ngrok binary version 3. This is a breaking change.

  • [breaking] Drops support for Node less than version 14.2
  • [breaking] download.js now uses URLs that download ngrok version 3
  • [breaking] To set basic auth on a tunnel, use the option basic_auth instead of auth or httpauth
  • [breaking] The ngrok client API now fails if you send arguments that aren't part of the available configuration. Changed the defaults function to return tunnelOpts and globalOpts from the available options
  • Updates the underlying ngrok client command to set the authtoken
  • Passing an authtoken as a connect option doesn't update the ngrok config file, it just passes it to the command
  • Updates the test setup to use mocha hooks to store/restore config
  • Basic auth password must be at least 8 characters now, updated tests that used a 4 character password
  • The ngrok client tries to guess the closest region, updated the tests to use a consistent region of "us" (the old default)
  • The v3 ngrok client looks for config in its new default location, but will fallback to the old location. Updated tests to remove both, to reset the state.
  • Adds a function to upgrade the config file.

[4.3.3] - 2022-08-18

Fixed

  • Removed old ngrok.d.ts from package.json files and added index.d.ts

[4.3.2] - 2022-08-16

Fixed

  • Removes an unused variable that was causing trouble in strict mode (#280)
  • Sets correct binary for darwin-arm architecture (#223)
  • Moves TypeScript definition file so it works with latest module resolution (#292)

Changed

  • Updates got dependency to 11.8.5

[4.3.1] - 2022-03-05

Fixed

  • Connect options were being mutated, clones them instead (#268)

Changed

... (truncated)

Commits

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.

Removes [form-data](https://github.com/form-data/form-data). It's no longer used after updating ancestor dependency [ngrok](https://github.com/bubenshchykov/ngrok). These dependencies need to be updated together.


Removes `form-data`

Updates `ngrok` from 3.4.0 to 5.0.0-beta.2
- [Changelog](https://github.com/bubenshchykov/ngrok/blob/master/CHANGELOG.md)
- [Commits](https://github.com/bubenshchykov/ngrok/commits)

---
updated-dependencies:
- dependency-name: form-data
  dependency-version: 
  dependency-type: indirect
- dependency-name: ngrok
  dependency-version: 5.0.0-beta.2
  dependency-type: direct:production
...

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 Sep 4, 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.

1 participant