diff --git a/package.json b/package.json index 22172e8..9235e20 100644 --- a/package.json +++ b/package.json @@ -33,7 +33,7 @@ "forever-monitor": "^1.7.1", "fs-extra": "^8.0.0", "hot-shots": "^6.3.0", - "http-proxy": "^1.17.0", + "http-proxy": "^1.18.1", "jest": "^24.0.0", "lodash": "^4.17.10", "node-fetch": "^2.2.1", diff --git a/yarn.lock b/yarn.lock index e7feec9..7bafbeb 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2107,10 +2107,10 @@ http-errors@~1.7.2: statuses ">= 1.5.0 < 2" toidentifier "1.0.0" -http-proxy@^1.17.0: - version "1.18.0" - resolved "https://registry.yarnpkg.com/http-proxy/-/http-proxy-1.18.0.tgz#dbe55f63e75a347db7f3d99974f2692a314a6a3a" - integrity sha512-84I2iJM/n1d4Hdgc6y2+qY5mDaz2PUVjlg9znE9byl+q0uC3DeByqBGReQu5tpLK0TAqTIXScRUV+dg7+bUPpQ== +http-proxy@^1.18.1: + version "1.18.1" + resolved "https://registry.yarnpkg.com/http-proxy/-/http-proxy-1.18.1.tgz#401541f0534884bbf95260334e72f88ee3976549" + integrity sha512-7mz/721AbnJwIVbnaSv1Cz3Am0ZLT/UBwkC92VlxhXv/k/BBQfM2fXElQNC27BVGr0uwUpplYPQM9LnaBMR5NQ== dependencies: eventemitter3 "^4.0.0" follow-redirects "^1.0.0"