Skip to content

Commit 7b775f4

Browse files
committed
fix(@angular-devkit/build-angular): update http-proxy-middleware to 3.0.3
Address CVE-2024-21536 Closes #28680
1 parent b1e5f51 commit 7b775f4

File tree

3 files changed

+41
-15
lines changed

3 files changed

+41
-15
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@
139139
"express": "4.19.2",
140140
"fast-glob": "3.3.2",
141141
"http-proxy": "^1.18.1",
142-
"http-proxy-middleware": "3.0.0",
142+
"http-proxy-middleware": "3.0.3",
143143
"https-proxy-agent": "7.0.5",
144144
"husky": "9.1.4",
145145
"ini": "4.1.3",

packages/angular_devkit/build_angular/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"css-loader": "7.1.2",
3333
"esbuild-wasm": "0.23.0",
3434
"fast-glob": "3.3.2",
35-
"http-proxy-middleware": "3.0.0",
35+
"http-proxy-middleware": "3.0.3",
3636
"https-proxy-agent": "7.0.5",
3737
"istanbul-lib-instrument": "6.0.3",
3838
"jsonc-parser": "3.3.1",

yarn.lock

+39-13
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ __metadata:
8686
esbuild: "npm:0.23.0"
8787
esbuild-wasm: "npm:0.23.0"
8888
fast-glob: "npm:3.3.2"
89-
http-proxy-middleware: "npm:3.0.0"
89+
http-proxy-middleware: "npm:3.0.3"
9090
https-proxy-agent: "npm:7.0.5"
9191
istanbul-lib-instrument: "npm:6.0.3"
9292
jsonc-parser: "npm:3.3.1"
@@ -743,7 +743,7 @@ __metadata:
743743
express: "npm:4.19.2"
744744
fast-glob: "npm:3.3.2"
745745
http-proxy: "npm:^1.18.1"
746-
http-proxy-middleware: "npm:3.0.0"
746+
http-proxy-middleware: "npm:3.0.3"
747747
https-proxy-agent: "npm:7.0.5"
748748
husky: "npm:9.1.4"
749749
ini: "npm:4.1.3"
@@ -5004,7 +5004,16 @@ __metadata:
50045004
languageName: node
50055005
linkType: hard
50065006

5007-
"@types/http-proxy@npm:^1.17.10, @types/http-proxy@npm:^1.17.4, @types/http-proxy@npm:^1.17.8":
5007+
"@types/http-proxy@npm:^1.17.15":
5008+
version: 1.17.15
5009+
resolution: "@types/http-proxy@npm:1.17.15"
5010+
dependencies:
5011+
"@types/node": "npm:*"
5012+
checksum: 10c0/e2bf2fcdf23c88141b8d2c85ed5e5418b62ef78285884a2b5a717af55f4d9062136aa475489d10292093343df58fb81975f34bebd6b9df322288fd9821cbee07
5013+
languageName: node
5014+
linkType: hard
5015+
5016+
"@types/http-proxy@npm:^1.17.4, @types/http-proxy@npm:^1.17.8":
50085017
version: 1.17.14
50095018
resolution: "@types/http-proxy@npm:1.17.14"
50105019
dependencies:
@@ -10659,17 +10668,17 @@ __metadata:
1065910668
languageName: node
1066010669
linkType: hard
1066110670

10662-
"http-proxy-middleware@npm:3.0.0":
10663-
version: 3.0.0
10664-
resolution: "http-proxy-middleware@npm:3.0.0"
10671+
"http-proxy-middleware@npm:3.0.3":
10672+
version: 3.0.3
10673+
resolution: "http-proxy-middleware@npm:3.0.3"
1066510674
dependencies:
10666-
"@types/http-proxy": "npm:^1.17.10"
10667-
debug: "npm:^4.3.4"
10675+
"@types/http-proxy": "npm:^1.17.15"
10676+
debug: "npm:^4.3.6"
1066810677
http-proxy: "npm:^1.18.1"
10669-
is-glob: "npm:^4.0.1"
10670-
is-plain-obj: "npm:^3.0.0"
10671-
micromatch: "npm:^4.0.5"
10672-
checksum: 10c0/a3da2e9211483834384c27ad37dcff00dc8ea4990bb791f1383d3a5951f28f77fdc41dbaf2501a6607dcfca3dacac11e43bda22c4f68224abe532cbab8983ede
10678+
is-glob: "npm:^4.0.3"
10679+
is-plain-object: "npm:^5.0.0"
10680+
micromatch: "npm:^4.0.8"
10681+
checksum: 10c0/c4d68a10d8d42f02e59f7dc8249c98d1ac03aecee177b42c2d8b6a0cb6b71c6688e759e5387f4cdb570150070ca1c6808b38010cbdf67f4500a2e75671a36e05
1067310682
languageName: node
1067410683
linkType: hard
1067510684

@@ -11344,6 +11353,13 @@ __metadata:
1134411353
languageName: node
1134511354
linkType: hard
1134611355

11356+
"is-plain-object@npm:^5.0.0":
11357+
version: 5.0.0
11358+
resolution: "is-plain-object@npm:5.0.0"
11359+
checksum: 10c0/893e42bad832aae3511c71fd61c0bf61aa3a6d853061c62a307261842727d0d25f761ce9379f7ba7226d6179db2a3157efa918e7fe26360f3bf0842d9f28942c
11360+
languageName: node
11361+
linkType: hard
11362+
1134711363
"is-promise@npm:^2.1.0":
1134811364
version: 2.2.2
1134911365
resolution: "is-promise@npm:2.2.2"
@@ -12898,7 +12914,7 @@ __metadata:
1289812914
languageName: node
1289912915
linkType: hard
1290012916

12901-
"micromatch@npm:^4.0.2, micromatch@npm:^4.0.4, micromatch@npm:^4.0.5":
12917+
"micromatch@npm:^4.0.2, micromatch@npm:^4.0.4":
1290212918
version: 4.0.7
1290312919
resolution: "micromatch@npm:4.0.7"
1290412920
dependencies:
@@ -12908,6 +12924,16 @@ __metadata:
1290812924
languageName: node
1290912925
linkType: hard
1291012926

12927+
"micromatch@npm:^4.0.8":
12928+
version: 4.0.8
12929+
resolution: "micromatch@npm:4.0.8"
12930+
dependencies:
12931+
braces: "npm:^3.0.3"
12932+
picomatch: "npm:^2.3.1"
12933+
checksum: 10c0/166fa6eb926b9553f32ef81f5f531d27b4ce7da60e5baf8c021d043b27a388fb95e46a8038d5045877881e673f8134122b59624d5cecbd16eb50a42e7a6b5ca8
12934+
languageName: node
12935+
linkType: hard
12936+
1291112937
"mime-db@npm:1.52.0":
1291212938
version: 1.52.0
1291312939
resolution: "mime-db@npm:1.52.0"

0 commit comments

Comments
 (0)