Skip to content

Commit

Permalink
Properly encode redirect responses (#491)
Browse files Browse the repository at this point in the history
  • Loading branch information
leo committed Nov 12, 2018
1 parent fa4a460 commit 2136e13
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 @@ -43,7 +43,7 @@
"chalk": "2.4.1",
"clipboardy": "1.2.3",
"compression": "1.7.3",
"serve-handler": "5.0.6",
"serve-handler": "5.0.7",
"update-check": "1.5.2"
}
}
8 changes: 4 additions & 4 deletions yarn.lock
Expand Up @@ -1049,10 +1049,10 @@ semver@^5.5.0:
resolved "https://registry.yarnpkg.com/semver/-/semver-5.6.0.tgz#7e74256fbaa49c75aa7c7a205cc22799cac80004"
integrity sha512-RS9R6R35NYgQn++fkDWaOmqGoj4Ek9gGs+DPxNUZKuwE183xjJroKvyo1IzVFeXvUrvmALy6FWD5xrdJT25gMg==

serve-handler@5.0.6:
version "5.0.6"
resolved "https://registry.yarnpkg.com/serve-handler/-/serve-handler-5.0.6.tgz#da15ca35a7d8106010108478f0a30114b21ccd1a"
integrity sha512-o0Ydyn0+wpaTrNhvgrVzaWWSsRU2Zg78ryjbRZdcDPn01/RkX8tnRJsOG+NvkPhpH96EzgHneymisHn+N/wFDg==
serve-handler@5.0.7:
version "5.0.7"
resolved "https://registry.yarnpkg.com/serve-handler/-/serve-handler-5.0.7.tgz#317877420925913e99e4dc228e67f6e5774e5387"
integrity sha512-PuLoJHAO2jj3p1fYWfXVHsEqNesx1+h+6qj0FIWrCe526ZtpDqeYuKA4knE5pjK9xoOVShoB+qGOP93EY46xEw==
dependencies:
bytes "3.0.0"
content-disposition "0.5.2"
Expand Down

0 comments on commit 2136e13

Please sign in to comment.