Skip to content

build(deps-dev): bump http-proxy-middleware from 3.0.5 to 3.0.7#882

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

build(deps-dev): bump http-proxy-middleware from 3.0.5 to 3.0.7#882
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/npm_and_yarn/http-proxy-middleware-3.0.7

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps http-proxy-middleware from 3.0.5 to 3.0.7.

Release notes

Sourced from http-proxy-middleware's releases.

v3.0.7

What's Changed

Full Changelog: chimurai/http-proxy-middleware@v3.0.6...v3.0.7

v3.0.6

What's Changed

... (truncated)

Changelog

Sourced from http-proxy-middleware's changelog.

v3.0.7

  • fix(fixRequestBody): harden form-data stringification

v3.0.6

  • fix(types): fix Logger type
  • fix(error-response-plugin): sanitize input
  • fix(router): harden proxy-table matching (exact host for host+path keys, prefix-only path matching) to prevent routing bypass
Commits
  • 8cc4eba chore(package.json): v3.0.7 (#1261)
  • c13a99c fix(fixRequestBody): harden form-data stringification (#1259)
  • ea0bb98 chore(package.json): v3.0.6 (#1256)
  • f377520 fix(router): harden proxy-table matching (#1254)
  • f6be2c6 chore(yarn.lock): bump to follow-redirects 1.16.0
  • a36f009 ci(publish.yml): npm stage publish
  • 3471790 ci(github actions): update publish.yml for 3.x branch
  • bcf1864 build(vscode): use workspace version of TypeScript (#1173)
  • 48ed092 docs(examples): fix websocket example (#1170)
  • 0fe7c24 chore(package.json): bump dev-deps (#1171)
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by GitHub Actions, a new releaser for http-proxy-middleware since your current version.


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 3.0.5 to 3.0.7.
- [Release notes](https://github.com/chimurai/http-proxy-middleware/releases)
- [Changelog](https://github.com/chimurai/http-proxy-middleware/blob/v3.0.7/CHANGELOG.md)
- [Commits](chimurai/http-proxy-middleware@v3.0.5...v3.0.7)

---
updated-dependencies:
- dependency-name: http-proxy-middleware
  dependency-version: 3.0.7
  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 19, 2026
@greptile-apps

greptile-apps Bot commented Jun 19, 2026

Copy link
Copy Markdown
Contributor

Greptile Summary

Routine Dependabot bump of the dev-only http-proxy-middleware package from 3.0.5 to 3.0.7, pulling in three bug fixes from upstream.

  • v3.0.6: hardens proxy-table router matching to prevent routing bypass, sanitizes error-response-plugin input, and adds text/plain support in fixRequestBody.
  • v3.0.7: further hardens form-data stringification in fixRequestBody.
  • The lock file also reflects a minor Node 14 engine floor change (^14.15.0^14.18.0), which has no practical impact since Node 14 is end-of-life.

Confidence Score: 5/5

Safe to merge — this is a dev-only dependency bump that brings in upstream bug and hardening fixes with no breaking changes.

The change touches only package.json and package-lock.json, updating a dev dependency used for webpack proxying during local development. The two intermediate releases contain hardening fixes with no API surface changes.

No files require special attention.

Important Files Changed

Filename Overview
package.json Bumps http-proxy-middleware dev dependency from ^3.0.5 to ^3.0.7
package-lock.json Lock file updated to resolve http-proxy-middleware 3.0.7 with new integrity hash; minimum Node 14 engine requirement tightened from ^14.15.0 to ^14.18.0 (Node 14 is EOL, no practical impact)

Flowchart

%%{init: {'theme': 'neutral'}}%%
flowchart TD
    A[package.json\nhttp-proxy-middleware ^3.0.5] -->|Dependabot bump| B[package.json\nhttp-proxy-middleware ^3.0.7]
    B --> C[v3.0.6 fixes]
    B --> D[v3.0.7 fix]
    C --> C1[Router: harden proxy-table matching]
    C --> C2[Error-response-plugin: sanitize input]
    C --> C3[fixRequestBody: support text/plain]
    D --> D1[fixRequestBody: harden form-data stringification]
Loading
%%{init: {'theme': 'base', 'themeVariables': {"darkMode": true, "background": "#0d1117", "primaryColor": "#21262d", "primaryTextColor": "#e6edf3", "primaryBorderColor": "#8b949e", "lineColor": "#8b949e", "textColor": "#e6edf3", "edgeLabelBackground": "#161b22", "actorBkg": "#21262d", "actorBorder": "#8b949e", "actorTextColor": "#e6edf3", "actorLineColor": "#8b949e", "signalColor": "#8b949e", "signalTextColor": "#e6edf3", "noteBkgColor": "#373320", "noteBorderColor": "#d4a72c", "noteTextColor": "#f0e6c0", "labelBoxBkgColor": "#21262d", "labelBoxBorderColor": "#8b949e", "labelTextColor": "#e6edf3", "loopTextColor": "#e6edf3", "activationBkgColor": "#30363d", "activationBorderColor": "#8b949e"}}}%%
flowchart TD
    A[package.json\nhttp-proxy-middleware ^3.0.5] -->|Dependabot bump| B[package.json\nhttp-proxy-middleware ^3.0.7]
    B --> C[v3.0.6 fixes]
    B --> D[v3.0.7 fix]
    C --> C1[Router: harden proxy-table matching]
    C --> C2[Error-response-plugin: sanitize input]
    C --> C3[fixRequestBody: support text/plain]
    D --> D1[fixRequestBody: harden form-data stringification]
Loading

Reviews (1): Last reviewed commit: "build(deps-dev): bump http-proxy-middlew..." | Re-trigger Greptile

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