Skip to content

Bump http-proxy-middleware from 2.0.7 to 2.0.9#1506

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/http-proxy-middleware-2.0.9
Open

Bump http-proxy-middleware from 2.0.7 to 2.0.9#1506
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/http-proxy-middleware-2.0.9

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps http-proxy-middleware from 2.0.7 to 2.0.9.

Release notes

Sourced from http-proxy-middleware's releases.

v2.0.9

What's Changed

Full Changelog: chimurai/http-proxy-middleware@v2.0.8...v2.0.9

v2.0.8

What's Changed

Full Changelog: chimurai/http-proxy-middleware@v2.0.7...v2.0.8

Changelog

Sourced from http-proxy-middleware's changelog.

v2.0.9

  • fix(fixRequestBody): check readableLength

v2.0.8

  • fix(fixRequestBody): prevent multiple .write() calls
  • fix(fixRequestBody): handle invalid request
Commits

Dependabot compatibility score

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 [http-proxy-middleware](https://github.com/chimurai/http-proxy-middleware) from 2.0.7 to 2.0.9.
- [Release notes](https://github.com/chimurai/http-proxy-middleware/releases)
- [Changelog](https://github.com/chimurai/http-proxy-middleware/blob/v2.0.9/CHANGELOG.md)
- [Commits](chimurai/http-proxy-middleware@v2.0.7...v2.0.9)

---
updated-dependencies:
- dependency-name: http-proxy-middleware
  dependency-version: 2.0.9
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added the dependencies Pull requests that update a dependency file label Jun 23, 2026
Copilot AI review requested due to automatic review settings June 23, 2026 11:11
@dependabot dependabot Bot added javascript Pull requests that update javascript code dependencies Pull requests that update a dependency file labels Jun 23, 2026

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copilot encountered an error and was unable to review this pull request. You can try again by re-requesting a review.

@cursor cursor Bot 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.

Stale comment

Dependabot review: http-proxy-middleware 2.0.7 → 2.0.9

Verdict: Safe to merge. Lockfile-only patch bump; no application code changes.

Testing

  • CI: lint, unit test, and test-cypress all passed on this branch.
  • Local: Could not run tests here (yarn install failed with TLS/network errors). CI results used instead.

Scope

  • Transitive dependency of webpack-dev-server@5.1.0 (devDependency).
  • Not bundled into production output.
  • webpack.config.js does not configure devServer.proxy, and src/setupProxy.js is not present.

Safety of merging — concerns unlikely to be caught by tests

  • Dev-server proxy edge cases: 2.0.8–2.0.9 harden fixRequestBody (addresses CVE-2025-32997 / GHSA-9gqv-wp59-fq42). Existing tests do not exercise proxied POST bodies or bodyParser failure paths.
  • Future proxy usage: If a setupProxy.js or devServer.proxy config is added later, proxy behaviour would need manual verification — not covered today.

Proposed fixes

None. No test failures, deprecations, or code changes required.

Open in Web View Automation 

Sent by Cursor Automation: Editor-* - Tests Dependabot PRs

@cursor cursor Bot 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.

Dependabot assessment: http-proxy-middleware 2.0.7 → 2.0.9

Verdict: safe to merge.

Lockfile-only patch bump. The package is a transitive dependency of webpack-dev-server@5.1.0; this repo does not import it directly, and webpack.config.js has no devServer.proxy config (no src/setupProxy.js either). The 2.0.8/2.0.9 changes are bug fixes in fixRequestBody only.

Testing

  • CI: lint, unit tests, Cypress e2e, and production build all passed.
  • Local: yarn install failed here due to a transient TLS/network error, so verification relied on CI.

Concerns unlikely to be caught by tests

  • No proxy in use today — the fixRequestBody fixes do not affect current dev-server behaviour; they would only matter if devServer.proxy (or setupProxy.js) is added later for proxied POST/PUT requests with parsed bodies.
  • WebSocket upgrade pathshttp-proxy-middleware is also used internally for dev-server WebSocket proxying; impact is minimal here because hot: false (only liveReload: true).

Proposed fixes

None — no test failures, deprecations, or code changes required.

Open in Web View Automation 

Sent by Cursor Automation: Editor-* - Tests Dependabot PRs

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