Skip to content

Commit 8bad9ce

Browse files
committed
fix(@angular-devkit/build-angular): update http-proxy-middleware to 2.0.7
Address CVE-2024-21536 Closes #28680
1 parent b6d1f68 commit 8bad9ce

File tree

3 files changed

+13
-2
lines changed

3 files changed

+13
-2
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@
146146
"express": "4.18.3",
147147
"fast-glob": "3.3.2",
148148
"http-proxy": "^1.18.1",
149-
"http-proxy-middleware": "2.0.6",
149+
"http-proxy-middleware": "2.0.7",
150150
"https-proxy-agent": "7.0.4",
151151
"husky": "9.0.11",
152152
"ini": "4.1.2",

packages/angular_devkit/build_angular/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"esbuild-wasm": "0.20.1",
3434
"fast-glob": "3.3.2",
3535
"https-proxy-agent": "7.0.4",
36-
"http-proxy-middleware": "2.0.6",
36+
"http-proxy-middleware": "2.0.7",
3737
"inquirer": "9.2.15",
3838
"jsonc-parser": "3.2.1",
3939
"karma-source-map-support": "1.4.0",

yarn.lock

+11
Original file line numberDiff line numberDiff line change
@@ -8172,6 +8172,17 @@ [email protected], http-proxy-middleware@^2.0.3:
81728172
is-plain-obj "^3.0.0"
81738173
micromatch "^4.0.2"
81748174

8175+
8176+
version "2.0.7"
8177+
resolved "https://registry.yarnpkg.com/http-proxy-middleware/-/http-proxy-middleware-2.0.7.tgz#915f236d92ae98ef48278a95dedf17e991936ec6"
8178+
integrity sha512-fgVY8AV7qU7z/MmXJ/rxwbrtQH4jBQ9m7kp3llF0liB7glmFeVZFBepQb32T3y8n8k2+AEYuMPCpinYW+/CuRA==
8179+
dependencies:
8180+
"@types/http-proxy" "^1.17.8"
8181+
http-proxy "^1.18.1"
8182+
is-glob "^4.0.1"
8183+
is-plain-obj "^3.0.0"
8184+
micromatch "^4.0.2"
8185+
81758186
http-proxy@^1.18.1:
81768187
version "1.18.1"
81778188
resolved "https://registry.yarnpkg.com/http-proxy/-/http-proxy-1.18.1.tgz#401541f0534884bbf95260334e72f88ee3976549"

0 commit comments

Comments
 (0)