Skip to content

Commit

Permalink
chore(deps): http-proxy 1.18.1 (#442)
Browse files Browse the repository at this point in the history
  • Loading branch information
chimurai committed May 18, 2020
1 parent 7104ebe commit 07fcd38
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -73,7 +73,7 @@
},
"dependencies": {
"@types/http-proxy": "^1.17.4",
"http-proxy": "^1.18.0",
"http-proxy": "^1.18.1",
"is-glob": "^4.0.1",
"lodash": "^4.17.15",
"micromatch": "^4.0.2"
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Expand Up @@ -3001,10 +3001,10 @@ http-proxy@1.15.2:
eventemitter3 "1.x.x"
requires-port "1.x.x"

http-proxy@^1.18.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"
Expand Down

0 comments on commit 07fcd38

Please sign in to comment.