Skip to content

Commit 743d85b

Browse files
committed
fix(@angular-devkit/build-angular): update http-proxy-middleware to v2.0.8
Addresses GHSA-4www-5p9h-95mh
1 parent 1fc7a99 commit 743d85b

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
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.7",
149+
"http-proxy-middleware": "2.0.8",
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.7",
36+
"http-proxy-middleware": "2.0.8",
3737
"inquirer": "9.2.15",
3838
"jsonc-parser": "3.2.1",
3939
"karma-source-map-support": "1.4.0",

yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -9144,10 +9144,10 @@ [email protected], http-proxy-middleware@^2.0.3:
91449144
is-plain-obj "^3.0.0"
91459145
micromatch "^4.0.2"
91469146

9147-
9148-
version "2.0.7"
9149-
resolved "https://registry.yarnpkg.com/http-proxy-middleware/-/http-proxy-middleware-2.0.7.tgz#915f236d92ae98ef48278a95dedf17e991936ec6"
9150-
integrity sha512-fgVY8AV7qU7z/MmXJ/rxwbrtQH4jBQ9m7kp3llF0liB7glmFeVZFBepQb32T3y8n8k2+AEYuMPCpinYW+/CuRA==
9147+
9148+
version "2.0.8"
9149+
resolved "https://registry.yarnpkg.com/http-proxy-middleware/-/http-proxy-middleware-2.0.8.tgz#0c3cc655df8213caa51a365f2b69aff377f7bfbf"
9150+
integrity sha512-/iazaeFPmL8KLA6QB7DFAU4O5j+9y/TA0D019MbLtPuFI56VK4BXFzM6j6QS9oGpScy8IIDH4S2LHv3zg/63Bw==
91519151
dependencies:
91529152
"@types/http-proxy" "^1.17.8"
91539153
http-proxy "^1.18.1"

0 commit comments

Comments
 (0)