Skip to content

Commit eefb450

Browse files
committed
Fix http-proxy security
1 parent 5e45848 commit eefb450

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

yarn.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7239,12 +7239,12 @@ http-proxy-middleware@^0.19.1:
72397239
resolved "https://registry.yarnpkg.com/http-proxy-middleware/-/http-proxy-middleware-0.19.1.tgz#183c7dc4aa1479150306498c210cdaf96080a43a"
72407240
integrity sha512-yHYTgWMQO8VvwNS22eLLloAkvungsKdKTLO8AJlftYIKNfJr3GK3zK0ZCfzDDGUBttdGc8xFy1mCitvNKQtC3Q==
72417241
dependencies:
7242-
http-proxy "^1.17.0"
7242+
http-proxy "^1.18.1"
72437243
is-glob "^4.0.0"
72447244
lodash "^4.17.11"
72457245
micromatch "^3.1.10"
72467246

7247-
http-proxy@^1.17.0, http-proxy@^1.18.0:
7247+
http-proxy@^1.18.1:
72487248
version "1.18.1"
72497249
resolved "https://registry.yarnpkg.com/http-proxy/-/http-proxy-1.18.1.tgz#401541f0534884bbf95260334e72f88ee3976549"
72507250
integrity sha512-7mz/721AbnJwIVbnaSv1Cz3Am0ZLT/UBwkC92VlxhXv/k/BBQfM2fXElQNC27BVGr0uwUpplYPQM9LnaBMR5NQ==
@@ -7262,7 +7262,7 @@ http-server@^0.12.3:
72627262
colors "^1.4.0"
72637263
corser "^2.0.1"
72647264
ecstatic "^3.3.2"
7265-
http-proxy "^1.18.0"
7265+
http-proxy "^1.18.1"
72667266
minimist "^1.2.5"
72677267
opener "^1.5.1"
72687268
portfinder "^1.0.25"

0 commit comments

Comments
 (0)