Skip to content

Commit 61c98a9

Browse files
chore(deps): update dependency http-proxy-middleware to v2.0.8 [security] (#9787)
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [http-proxy-middleware](https://redirect.github.com/chimurai/http-proxy-middleware) | [`2.0.7` -> `2.0.8`](https://renovatebot.com/diffs/npm/http-proxy-middleware/2.0.7/2.0.8) | [![age](https://developer.mend.io/api/mc/badges/age/npm/http-proxy-middleware/2.0.8?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/http-proxy-middleware/2.0.8?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/http-proxy-middleware/2.0.7/2.0.8?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/http-proxy-middleware/2.0.7/2.0.8?slim=true)](https://docs.renovatebot.com/merge-confidence/) | ### GitHub Vulnerability Alerts #### [CVE-2025-32996](https://nvd.nist.gov/vuln/detail/CVE-2025-32996) In http-proxy-middleware before 2.0.8 and 3.x before 3.0.4, writeBody can be called twice because "else if" is not used. --- ### Release Notes <details> <summary>chimurai/http-proxy-middleware (http-proxy-middleware)</summary> ### [`v2.0.8`](https://redirect.github.com/chimurai/http-proxy-middleware/releases/tag/v2.0.8) [Compare Source](https://redirect.github.com/chimurai/http-proxy-middleware/compare/v2.0.7...v2.0.8) #### What's Changed - fix(fixRequestBody): prevent multiple .write() calls by [@&#8203;chimurai](https://redirect.github.com/chimurai) in [https://github.com/chimurai/http-proxy-middleware/pull/1090](https://redirect.github.com/chimurai/http-proxy-middleware/pull/1090) - fix(fixRequestBody): handle invalid request by [@&#8203;chimurai](https://redirect.github.com/chimurai) in [https://github.com/chimurai/http-proxy-middleware/pull/1091](https://redirect.github.com/chimurai/http-proxy-middleware/pull/1091) - chore(package): v2.0.8 by [@&#8203;chimurai](https://redirect.github.com/chimurai) in [https://github.com/chimurai/http-proxy-middleware/pull/1094](https://redirect.github.com/chimurai/http-proxy-middleware/pull/1094) **Full Changelog**: chimurai/http-proxy-middleware@v2.0.7...v2.0.8 </details> --- ### Configuration 📅 **Schedule**: Branch creation - "" in timezone Europe/Madrid, Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, 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/Unleash/unleash). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMzguMCIsInVwZGF0ZWRJblZlciI6IjM5LjIzOC4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiXX0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 4454656 commit 61c98a9

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

frontend/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@
8787
"deep-diff": "1.0.2",
8888
"dequal": "2.0.3",
8989
"fast-json-patch": "3.1.1",
90-
"http-proxy-middleware": "2.0.7",
90+
"http-proxy-middleware": "2.0.8",
9191
"immer": "9.0.21",
9292
"jsdom": "25.0.1",
9393
"lodash.clonedeep": "4.5.0",

frontend/yarn.lock

+5-5
Original file line numberDiff line numberDiff line change
@@ -5980,9 +5980,9 @@ __metadata:
59805980
languageName: node
59815981
linkType: hard
59825982

5983-
"http-proxy-middleware@npm:2.0.7":
5984-
version: 2.0.7
5985-
resolution: "http-proxy-middleware@npm:2.0.7"
5983+
"http-proxy-middleware@npm:2.0.8":
5984+
version: 2.0.8
5985+
resolution: "http-proxy-middleware@npm:2.0.8"
59865986
dependencies:
59875987
"@types/http-proxy": "npm:^1.17.8"
59885988
http-proxy: "npm:^1.18.1"
@@ -5994,7 +5994,7 @@ __metadata:
59945994
peerDependenciesMeta:
59955995
"@types/express":
59965996
optional: true
5997-
checksum: 10c0/8d00a61eb215b83826460b07489d8bb095368ec16e02a9d63e228dcf7524e7c20d61561e5476de1391aecd4ec32ea093279cdc972115b311f8e0a95a24c9e47e
5997+
checksum: 10c0/9426e64d9c6c671b4c093236bceb373b96a43ac850c7ad926355bb9f9452e1da48b9b8a5592b225970ca7d68eacbfb6eb22099a96231663a850364db36ef28cb
59985998
languageName: node
59995999
linkType: hard
60006000

@@ -10157,7 +10157,7 @@ __metadata:
1015710157
deep-diff: "npm:1.0.2"
1015810158
dequal: "npm:2.0.3"
1015910159
fast-json-patch: "npm:3.1.1"
10160-
http-proxy-middleware: "npm:2.0.7"
10160+
http-proxy-middleware: "npm:2.0.8"
1016110161
immer: "npm:9.0.21"
1016210162
jsdom: "npm:25.0.1"
1016310163
json-2-csv: "npm:^5.5.5"

0 commit comments

Comments
 (0)