Skip to content

fix(@angular-devkit/build-angular): update http-proxy-middleware to v3.0.5 #30128

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Apr 18, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@
"express": "4.19.2",
"fast-glob": "3.3.2",
"http-proxy": "^1.18.1",
"http-proxy-middleware": "3.0.3",
"http-proxy-middleware": "3.0.5",
"https-proxy-agent": "7.0.5",
"husky": "9.1.4",
"ini": "4.1.3",
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 @@ -31,7 +31,7 @@
"css-loader": "7.1.2",
"esbuild-wasm": "0.23.0",
"fast-glob": "3.3.2",
"http-proxy-middleware": "3.0.3",
"http-proxy-middleware": "3.0.5",
"https-proxy-agent": "7.0.5",
"istanbul-lib-instrument": "6.0.3",
"jsonc-parser": "3.3.1",
Expand Down
12 changes: 6 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ __metadata:
esbuild: "npm:0.23.0"
esbuild-wasm: "npm:0.23.0"
fast-glob: "npm:3.3.2"
http-proxy-middleware: "npm:3.0.3"
http-proxy-middleware: "npm:3.0.5"
https-proxy-agent: "npm:7.0.5"
istanbul-lib-instrument: "npm:6.0.3"
jsonc-parser: "npm:3.3.1"
Expand Down Expand Up @@ -741,7 +741,7 @@ __metadata:
express: "npm:4.19.2"
fast-glob: "npm:3.3.2"
http-proxy: "npm:^1.18.1"
http-proxy-middleware: "npm:3.0.3"
http-proxy-middleware: "npm:3.0.5"
https-proxy-agent: "npm:7.0.5"
husky: "npm:9.1.4"
ini: "npm:4.1.3"
Expand Down Expand Up @@ -10777,17 +10777,17 @@ __metadata:
languageName: node
linkType: hard

"http-proxy-middleware@npm:3.0.3":
version: 3.0.3
resolution: "http-proxy-middleware@npm:3.0.3"
"http-proxy-middleware@npm:3.0.5":
version: 3.0.5
resolution: "http-proxy-middleware@npm:3.0.5"
dependencies:
"@types/http-proxy": "npm:^1.17.15"
debug: "npm:^4.3.6"
http-proxy: "npm:^1.18.1"
is-glob: "npm:^4.0.3"
is-plain-object: "npm:^5.0.0"
micromatch: "npm:^4.0.8"
checksum: 10c0/c4d68a10d8d42f02e59f7dc8249c98d1ac03aecee177b42c2d8b6a0cb6b71c6688e759e5387f4cdb570150070ca1c6808b38010cbdf67f4500a2e75671a36e05
checksum: 10c0/89ff3c8fe65b22b8042a6173ae1b8f77c5171f7eecf3c8b5d6dcffe3c9d688acae7bcf498cc08d1525f566dc0781efaec4e2ddc49224b1f16f020de7987a446b
languageName: node
linkType: hard

Expand Down