Skip to content

Commit

Permalink
Merge pull request #1768 from fozzleberry/bump-http-proxy-1.18.1
Browse files Browse the repository at this point in the history
http-proxy denial of service vulnerability
  • Loading branch information
shakyShane authored Jul 16, 2020
2 parents 43dc459 + 0667104 commit 64f87b9
Show file tree
Hide file tree
Showing 2 changed files with 75 additions and 22 deletions.
93 changes: 73 additions & 20 deletions packages/browser-sync/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions packages/browser-sync/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"client/dist"
],
"engines": {
"node": ">= 6.0.0"
"node": ">= 8.0.0"
},
"scripts": {
"env": "node ./test/env.js",
Expand Down Expand Up @@ -46,7 +46,7 @@
"etag": "^1.8.1",
"fresh": "^0.5.2",
"fs-extra": "3.0.1",
"http-proxy": "1.15.2",
"http-proxy": "^1.18.1",
"immutable": "^3",
"localtunnel": "1.9.2",
"micromatch": "^3.1.10",
Expand Down

0 comments on commit 64f87b9

Please sign in to comment.