Skip to content

Commit 01cc617

Browse files
committed
fix(@angular-devkit/build-angular): update http-proxy-middleware to v3.0.5
Addresses GHSA-4www-5p9h-95mh
1 parent 2b1dc21 commit 01cc617

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
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.3",
142+
"http-proxy-middleware": "3.0.5",
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
@@ -31,7 +31,7 @@
3131
"css-loader": "7.1.2",
3232
"esbuild-wasm": "0.23.0",
3333
"fast-glob": "3.3.2",
34-
"http-proxy-middleware": "3.0.3",
34+
"http-proxy-middleware": "3.0.5",
3535
"https-proxy-agent": "7.0.5",
3636
"istanbul-lib-instrument": "6.0.3",
3737
"jsonc-parser": "3.3.1",

yarn.lock

+6-6
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ __metadata:
8585
esbuild: "npm:0.23.0"
8686
esbuild-wasm: "npm:0.23.0"
8787
fast-glob: "npm:3.3.2"
88-
http-proxy-middleware: "npm:3.0.3"
88+
http-proxy-middleware: "npm:3.0.5"
8989
https-proxy-agent: "npm:7.0.5"
9090
istanbul-lib-instrument: "npm:6.0.3"
9191
jsonc-parser: "npm:3.3.1"
@@ -741,7 +741,7 @@ __metadata:
741741
express: "npm:4.19.2"
742742
fast-glob: "npm:3.3.2"
743743
http-proxy: "npm:^1.18.1"
744-
http-proxy-middleware: "npm:3.0.3"
744+
http-proxy-middleware: "npm:3.0.5"
745745
https-proxy-agent: "npm:7.0.5"
746746
husky: "npm:9.1.4"
747747
ini: "npm:4.1.3"
@@ -10777,17 +10777,17 @@ __metadata:
1077710777
languageName: node
1077810778
linkType: hard
1077910779

10780-
"http-proxy-middleware@npm:3.0.3":
10781-
version: 3.0.3
10782-
resolution: "http-proxy-middleware@npm:3.0.3"
10780+
"http-proxy-middleware@npm:3.0.5":
10781+
version: 3.0.5
10782+
resolution: "http-proxy-middleware@npm:3.0.5"
1078310783
dependencies:
1078410784
"@types/http-proxy": "npm:^1.17.15"
1078510785
debug: "npm:^4.3.6"
1078610786
http-proxy: "npm:^1.18.1"
1078710787
is-glob: "npm:^4.0.3"
1078810788
is-plain-object: "npm:^5.0.0"
1078910789
micromatch: "npm:^4.0.8"
10790-
checksum: 10c0/c4d68a10d8d42f02e59f7dc8249c98d1ac03aecee177b42c2d8b6a0cb6b71c6688e759e5387f4cdb570150070ca1c6808b38010cbdf67f4500a2e75671a36e05
10790+
checksum: 10c0/89ff3c8fe65b22b8042a6173ae1b8f77c5171f7eecf3c8b5d6dcffe3c9d688acae7bcf498cc08d1525f566dc0781efaec4e2ddc49224b1f16f020de7987a446b
1079110791
languageName: node
1079210792
linkType: hard
1079310793

0 commit comments

Comments
 (0)