Skip to content

Commit

Permalink
fix(@angular-devkit/build-angular): update http-proxy-middleware to…
Browse files Browse the repository at this point in the history
… `2.0.7`

Address CVE-2024-21536

Closes angular#28680
  • Loading branch information
alan-agius4 committed Oct 23, 2024
1 parent b6d1f68 commit c74e436
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@
"express": "4.18.3",
"fast-glob": "3.3.2",
"http-proxy": "^1.18.1",
"http-proxy-middleware": "2.0.6",
"http-proxy-middleware": "2.0.7",
"https-proxy-agent": "7.0.4",
"husky": "9.0.11",
"ini": "4.1.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/angular_devkit/build_angular/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"esbuild-wasm": "0.20.1",
"fast-glob": "3.3.2",
"https-proxy-agent": "7.0.4",
"http-proxy-middleware": "2.0.6",
"http-proxy-middleware": "2.0.7",
"inquirer": "9.2.15",
"jsonc-parser": "3.2.1",
"karma-source-map-support": "1.4.0",
Expand Down
11 changes: 11 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -8172,6 +8172,17 @@ http-proxy-middleware@2.0.6, http-proxy-middleware@^2.0.3:
is-plain-obj "^3.0.0"
micromatch "^4.0.2"

http-proxy-middleware@2.0.7:
version "2.0.7"
resolved "https://registry.yarnpkg.com/http-proxy-middleware/-/http-proxy-middleware-2.0.7.tgz#915f236d92ae98ef48278a95dedf17e991936ec6"
integrity sha512-fgVY8AV7qU7z/MmXJ/rxwbrtQH4jBQ9m7kp3llF0liB7glmFeVZFBepQb32T3y8n8k2+AEYuMPCpinYW+/CuRA==
dependencies:
"@types/http-proxy" "^1.17.8"
http-proxy "^1.18.1"
is-glob "^4.0.1"
is-plain-obj "^3.0.0"
micromatch "^4.0.2"

http-proxy@^1.18.1:
version "1.18.1"
resolved "https://registry.yarnpkg.com/http-proxy/-/http-proxy-1.18.1.tgz#401541f0534884bbf95260334e72f88ee3976549"
Expand Down

0 comments on commit c74e436

Please sign in to comment.