Commit 8bad9ce 1 parent b6d1f68 commit 8bad9ce Copy full SHA for 8bad9ce
File tree 3 files changed +13
-2
lines changed
packages/angular_devkit/build_angular
3 files changed +13
-2
lines changed Original file line number Diff line number Diff line change 146
146
"express" : " 4.18.3" ,
147
147
"fast-glob" : " 3.3.2" ,
148
148
"http-proxy" : " ^1.18.1" ,
149
- "http-proxy-middleware" : " 2.0.6 " ,
149
+ "http-proxy-middleware" : " 2.0.7 " ,
150
150
"https-proxy-agent" : " 7.0.4" ,
151
151
"husky" : " 9.0.11" ,
152
152
"ini" : " 4.1.2" ,
Original file line number Diff line number Diff line change 33
33
"esbuild-wasm" : " 0.20.1" ,
34
34
"fast-glob" : " 3.3.2" ,
35
35
"https-proxy-agent" : " 7.0.4" ,
36
- "http-proxy-middleware" : " 2.0.6 " ,
36
+ "http-proxy-middleware" : " 2.0.7 " ,
37
37
"inquirer" : " 9.2.15" ,
38
38
"jsonc-parser" : " 3.2.1" ,
39
39
"karma-source-map-support" : " 1.4.0" ,
Original file line number Diff line number Diff line change 8172
8172
is-plain-obj "^3.0.0"
8173
8173
micromatch "^4.0.2"
8174
8174
8175
+
8176
+ version "2.0.7"
8177
+ resolved "https://registry.yarnpkg.com/http-proxy-middleware/-/http-proxy-middleware-2.0.7.tgz#915f236d92ae98ef48278a95dedf17e991936ec6"
8178
+ integrity sha512-fgVY8AV7qU7z/MmXJ/rxwbrtQH4jBQ9m7kp3llF0liB7glmFeVZFBepQb32T3y8n8k2+AEYuMPCpinYW+/CuRA==
8179
+ dependencies:
8180
+ "@types/http-proxy" "^1.17.8"
8181
+ http-proxy "^1.18.1"
8182
+ is-glob "^4.0.1"
8183
+ is-plain-obj "^3.0.0"
8184
+ micromatch "^4.0.2"
8185
+
8175
8186
http-proxy@^1.18.1:
8176
8187
version "1.18.1"
8177
8188
resolved "https://registry.yarnpkg.com/http-proxy/-/http-proxy-1.18.1.tgz#401541f0534884bbf95260334e72f88ee3976549"
You can’t perform that action at this time.
0 commit comments