Skip to content

Commit 18653da

Browse files
renovate[bot]Josh-Walker-GM
authored andcommitted
fix(deps): update dependency http-proxy-middleware to v3.0.2 (#11471)
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [http-proxy-middleware](https://redirect.github.com/chimurai/http-proxy-middleware) | [`3.0.0` -> `3.0.2`](https://renovatebot.com/diffs/npm/http-proxy-middleware/3.0.0/3.0.2) | [![age](https://developer.mend.io/api/mc/badges/age/npm/http-proxy-middleware/3.0.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/http-proxy-middleware/3.0.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/http-proxy-middleware/3.0.0/3.0.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/http-proxy-middleware/3.0.0/3.0.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>chimurai/http-proxy-middleware (http-proxy-middleware)</summary> ### [`v3.0.2`](https://redirect.github.com/chimurai/http-proxy-middleware/blob/HEAD/CHANGELOG.md#v302) [Compare Source](https://redirect.github.com/chimurai/http-proxy-middleware/compare/v3.0.1...v3.0.2) - refactor(dependency): replace is-plain-obj with is-plain-object ([#&#8203;1031](https://redirect.github.com/chimurai/http-proxy-middleware/pull/1031)) - chore(package): upgrade to eslint v9 ([#&#8203;1032](https://redirect.github.com/chimurai/http-proxy-middleware/pull/1032)) - fix(logger-plugin): handle undefined protocol and hostname ([#&#8203;1036](https://redirect.github.com/chimurai/http-proxy-middleware/pull/1036)) ### [`v3.0.1`](https://redirect.github.com/chimurai/http-proxy-middleware/blob/HEAD/CHANGELOG.md#v301) [Compare Source](https://redirect.github.com/chimurai/http-proxy-middleware/compare/v3.0.0...v3.0.1) - fix(type): fix RequestHandler return type ([#&#8203;980](https://redirect.github.com/chimurai/http-proxy-middleware/pull/980)) - refactor(errors): improve pathFilter error message ([#&#8203;987](https://redirect.github.com/chimurai/http-proxy-middleware/pull/987)) - fix(logger-plugin): fix missing target port ([#&#8203;989](https://redirect.github.com/chimurai/http-proxy-middleware/pull/989)) - ci(package): npm package provenance ([#&#8203;991](https://redirect.github.com/chimurai/http-proxy-middleware/pull/1015)) - fix(logger-plugin): log target port when router option is used ([#&#8203;1001](https://redirect.github.com/chimurai/http-proxy-middleware/pull/1001)) - refactor: fix circular dependencies ([#&#8203;1010](https://redirect.github.com/chimurai/http-proxy-middleware/pull/1010)) - fix(fix-request-body): support '+json' content-type suffix ([#&#8203;1015](https://redirect.github.com/chimurai/http-proxy-middleware/pull/1015)) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/redwoodjs/redwood). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC41OS4yIiwidXBkYXRlZEluVmVyIjoiMzguNTkuMiIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 61ed6b6 commit 18653da

File tree

2 files changed

+22
-36
lines changed

2 files changed

+22
-36
lines changed

packages/vite/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@
8585
"express": "4.19.2",
8686
"find-my-way": "8.2.0",
8787
"fs-extra": "11.2.0",
88-
"http-proxy-middleware": "3.0.0",
88+
"http-proxy-middleware": "3.0.2",
8989
"isbot": "5.1.16",
9090
"react": "18.3.1",
9191
"react-server-dom-webpack": "19.0.0-rc-8269d55d-20240802",

yarn.lock

+21-35
Original file line numberDiff line numberDiff line change
@@ -8772,7 +8772,7 @@ __metadata:
87728772
find-my-way: "npm:8.2.0"
87738773
fs-extra: "npm:11.2.0"
87748774
glob: "npm:11.0.0"
8775-
http-proxy-middleware: "npm:3.0.0"
8775+
http-proxy-middleware: "npm:3.0.2"
87768776
isbot: "npm:5.1.16"
87778777
memfs: "npm:4.11.1"
87788778
publint: "npm:0.2.10"
@@ -10791,12 +10791,12 @@ __metadata:
1079110791
languageName: node
1079210792
linkType: hard
1079310793

10794-
"@types/http-proxy@npm:^1.17.10":
10795-
version: 1.17.14
10796-
resolution: "@types/http-proxy@npm:1.17.14"
10794+
"@types/http-proxy@npm:^1.17.15":
10795+
version: 1.17.15
10796+
resolution: "@types/http-proxy@npm:1.17.15"
1079710797
dependencies:
1079810798
"@types/node": "npm:*"
10799-
checksum: 10c0/c4bffd87be9aff7e879c05bd2c28716220e0eb39788e3f8d314eee665324ad8f5f0919041cbd710254d553cd9cea023f8b776d4b1ec31d2188eac60af18c3022
10799+
checksum: 10c0/e2bf2fcdf23c88141b8d2c85ed5e5418b62ef78285884a2b5a717af55f4d9062136aa475489d10292093343df58fb81975f34bebd6b9df322288fd9821cbee07
1080010800
languageName: node
1080110801
linkType: hard
1080210802

@@ -15088,15 +15088,15 @@ __metadata:
1508815088
languageName: node
1508915089
linkType: hard
1509015090

15091-
"debug@npm:4, debug@npm:^4, debug@npm:^4.0.0, debug@npm:^4.1.0, debug@npm:^4.1.1, debug@npm:^4.3.1, debug@npm:^4.3.2, debug@npm:^4.3.3, debug@npm:^4.3.4, debug@npm:^4.3.5":
15092-
version: 4.3.5
15093-
resolution: "debug@npm:4.3.5"
15091+
"debug@npm:4, debug@npm:^4, debug@npm:^4.0.0, debug@npm:^4.1.0, debug@npm:^4.1.1, debug@npm:^4.3.1, debug@npm:^4.3.2, debug@npm:^4.3.3, debug@npm:^4.3.4, debug@npm:^4.3.5, debug@npm:^4.3.6":
15092+
version: 4.3.7
15093+
resolution: "debug@npm:4.3.7"
1509415094
dependencies:
15095-
ms: "npm:2.1.2"
15095+
ms: "npm:^2.1.3"
1509615096
peerDependenciesMeta:
1509715097
supports-color:
1509815098
optional: true
15099-
checksum: 10c0/082c375a2bdc4f4469c99f325ff458adad62a3fc2c482d59923c260cb08152f34e2659f72b3767db8bb2f21ca81a60a42d1019605a412132d7b9f59363a005cc
15099+
checksum: 10c0/1471db19c3b06d485a622d62f65947a19a23fbd0dd73f7fd3eafb697eec5360cde447fb075919987899b1a2096e85d35d4eb5a4de09a57600ac9cf7e6c8e768b
1510015100
languageName: node
1510115101
linkType: hard
1510215102

@@ -18978,17 +18978,17 @@ __metadata:
1897818978
languageName: node
1897918979
linkType: hard
1898018980

18981-
"http-proxy-middleware@npm:3.0.0":
18982-
version: 3.0.0
18983-
resolution: "http-proxy-middleware@npm:3.0.0"
18981+
"http-proxy-middleware@npm:3.0.2":
18982+
version: 3.0.2
18983+
resolution: "http-proxy-middleware@npm:3.0.2"
1898418984
dependencies:
18985-
"@types/http-proxy": "npm:^1.17.10"
18986-
debug: "npm:^4.3.4"
18985+
"@types/http-proxy": "npm:^1.17.15"
18986+
debug: "npm:^4.3.6"
1898718987
http-proxy: "npm:^1.18.1"
18988-
is-glob: "npm:^4.0.1"
18989-
is-plain-obj: "npm:^3.0.0"
18990-
micromatch: "npm:^4.0.5"
18991-
checksum: 10c0/a3da2e9211483834384c27ad37dcff00dc8ea4990bb791f1383d3a5951f28f77fdc41dbaf2501a6607dcfca3dacac11e43bda22c4f68224abe532cbab8983ede
18988+
is-glob: "npm:^4.0.3"
18989+
is-plain-object: "npm:^5.0.0"
18990+
micromatch: "npm:^4.0.8"
18991+
checksum: 10c0/74afb03174e5203afc41c7a1bd4b0d8b16f229da8187c47496d3817a3a5844da31ca8a8e1a230fd32ffd74211fbf13342d4dbe129d7e4b4b46f3174f9852c268
1899218992
languageName: node
1899318993
linkType: hard
1899418994

@@ -19763,13 +19763,6 @@ __metadata:
1976319763
languageName: node
1976419764
linkType: hard
1976519765

19766-
"is-plain-obj@npm:^3.0.0":
19767-
version: 3.0.0
19768-
resolution: "is-plain-obj@npm:3.0.0"
19769-
checksum: 10c0/8e6483bfb051d42ec9c704c0ede051a821c6b6f9a6c7a3e3b55aa855e00981b0580c8f3b1f5e2e62649b39179b1abfee35d6f8086d999bfaa32c1908d29b07bc
19770-
languageName: node
19771-
linkType: hard
19772-
1977319766
"is-plain-obj@npm:^4.1.0":
1977419767
version: 4.1.0
1977519768
resolution: "is-plain-obj@npm:4.1.0"
@@ -22335,7 +22328,7 @@ __metadata:
2233522328
languageName: node
2233622329
linkType: hard
2233722330

22338-
"micromatch@npm:^4.0.4, micromatch@npm:^4.0.5, micromatch@npm:^4.0.7":
22331+
"micromatch@npm:^4.0.4, micromatch@npm:^4.0.5, micromatch@npm:^4.0.7, micromatch@npm:^4.0.8":
2233922332
version: 4.0.8
2234022333
resolution: "micromatch@npm:4.0.8"
2234122334
dependencies:
@@ -23127,14 +23120,7 @@ __metadata:
2312723120
languageName: node
2312823121
linkType: hard
2312923122

23130-
"ms@npm:2.1.2":
23131-
version: 2.1.2
23132-
resolution: "ms@npm:2.1.2"
23133-
checksum: 10c0/a437714e2f90dbf881b5191d35a6db792efbca5badf112f87b9e1c712aace4b4b9b742dd6537f3edf90fd6f684de897cec230abde57e87883766712ddda297cc
23134-
languageName: node
23135-
linkType: hard
23136-
23137-
"ms@npm:2.1.3, ms@npm:^2.0.0, ms@npm:^2.1.1":
23123+
"ms@npm:2.1.3, ms@npm:^2.0.0, ms@npm:^2.1.1, ms@npm:^2.1.3":
2313823124
version: 2.1.3
2313923125
resolution: "ms@npm:2.1.3"
2314023126
checksum: 10c0/d924b57e7312b3b63ad21fc5b3dc0af5e78d61a1fc7cfb5457edaf26326bf62be5307cc87ffb6862ef1c2b33b0233cdb5d4f01c4c958cc0d660948b65a287a48

0 commit comments

Comments
 (0)