Skip to content

Commit 351c5d4

Browse files
authored
chore(package.json): bump httpxy to ^0.5.1 (#1210)
1 parent e04ffb1 commit 351c5d4

3 files changed

Lines changed: 7 additions & 6 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
- fix: applyPathRewrite logs old req.url instead of rewritten path (#1157)
1818
- feat(hono): support for hono with createHonoProxyMiddleware
1919
- feat(ipv6): support literal IPv6 addresses in `target` and `forward` options (ie. "http://[::1]:8000")
20+
- chore(package.json): bump httpxy to ^0.5.1
2021

2122
## [v3.0.5](https://github.com/chimurai/http-proxy-middleware/releases/tag/v3.0.5)
2223

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "http-proxy-middleware",
3-
"version": "4.0.0-beta.3",
3+
"version": "4.0.0-beta.4",
44
"description": "The one-liner node.js proxy middleware for connect, express, next.js and more",
55
"keywords": [
66
"browser-sync",
@@ -66,7 +66,7 @@
6666
},
6767
"dependencies": {
6868
"debug": "^4.4.3",
69-
"httpxy": "^0.5.0",
69+
"httpxy": "^0.5.1",
7070
"is-glob": "^4.0.3",
7171
"is-plain-obj": "^4.1.0",
7272
"micromatch": "^4.0.8"

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2521,10 +2521,10 @@ https-proxy-agent@^7.0.6:
25212521
agent-base "^7.1.2"
25222522
debug "4"
25232523

2524-
httpxy@^0.5.0:
2525-
version "0.5.0"
2526-
resolved "https://registry.yarnpkg.com/httpxy/-/httpxy-0.5.0.tgz#a9c53543760dee498611827a464e56e14639c0d0"
2527-
integrity sha512-qwX7QX/rK2visT10/b7bSeZWQOMlSm3svTD0pZpU+vJjNUP0YHtNv4c3z+MO+MSnGuRFWJFdCZiV+7F7dXIOzg==
2524+
httpxy@^0.5.1:
2525+
version "0.5.1"
2526+
resolved "https://registry.yarnpkg.com/httpxy/-/httpxy-0.5.1.tgz#c0cccd78672995968eee57666c3e3cfa822c2806"
2527+
integrity sha512-JPhqYiixe1A1I+MXDewWDZqeudBGU8Q9jCHYN8ML+779RQzLjTi78HBvWz4jMxUD6h2/vUL12g4q/mFM0OUw1A==
25282528

25292529
husky@9.1.7:
25302530
version "9.1.7"

0 commit comments

Comments
 (0)