Skip to content
This repository has been archived by the owner on Jul 22, 2020. It is now read-only.

Commit

Permalink
chore(deps): bump serve from 10.1.2 to 11.0.0
Browse files Browse the repository at this point in the history
Bumps [serve](https://github.com/zeit/serve) from 10.1.2 to 11.0.0.
- [Release notes](https://github.com/zeit/serve/releases)
- [Commits](vercel/serve@10.1.2...11.0.0)

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot-support authored and mergify[bot] committed Apr 3, 2019
1 parent ba7f9a6 commit 1eae14a
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"nocache": "^2.0.0",
"react-debounce-render": "^5.0.0",
"redis": "^2.8.0",
"serve": "^10.1.2"
"serve": "^11.0.0"
},
"devDependencies": {
"@material-ui/core": "^3.9.3",
Expand Down
18 changes: 9 additions & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -11676,10 +11676,10 @@ serialize-javascript@^1.4.0:
resolved "https://registry.yarnpkg.com/serialize-javascript/-/serialize-javascript-1.6.1.tgz#4d1f697ec49429a847ca6f442a2a755126c4d879"
integrity sha512-A5MOagrPFga4YaKQSWHryl7AXvbQkEqpw4NNYMTNYUNV51bA8ABHgYFpqKx+YFFrw59xMV1qGH1R4AgoNIVgCw==

serve-handler@5.0.8:
version "5.0.8"
resolved "https://registry.yarnpkg.com/serve-handler/-/serve-handler-5.0.8.tgz#790dbe340dabf1d61bdbaa02ea37dcab372377a8"
integrity sha512-pqk0SChbBLLHfMIxQ55czjdiW7tj2cFy53svvP8e5VqEN/uB/QpfiTJ8k1uIYeFTDVoi+FGi5aqXScuu88bymg==
serve-handler@6.0.0:
version "6.0.0"
resolved "https://registry.yarnpkg.com/serve-handler/-/serve-handler-6.0.0.tgz#c6eaf6f89881adede09cd737b54e8b2eff4fd585"
integrity sha512-2/e0+N1abV1HAN+YN8uCOPi1B0bIYaR6kRcSfzezRwszak5Yzr6QhT34XJk2Bw89rhXenqwLNJb4NnF2/krnGQ==
dependencies:
bytes "3.0.0"
content-disposition "0.5.2"
Expand Down Expand Up @@ -11713,10 +11713,10 @@ [email protected]:
parseurl "~1.3.2"
send "0.16.2"

serve@^10.1.2:
version "10.1.2"
resolved "https://registry.yarnpkg.com/serve/-/serve-10.1.2.tgz#805917f2692ed5d8720bbd1981ac3974d38b7d8d"
integrity sha512-TVH35uwndRlCqSeX3grR3Ntrjx2aBTeu6sx+zTD2CzN2N/rHuEDTvxiBwWbrellJNyWiQFz2xZmoW+UxV+Zahg==
serve@^11.0.0:
version "11.0.0"
resolved "https://registry.yarnpkg.com/serve/-/serve-11.0.0.tgz#577f4e0f4b57058d12e3be19373f1a3d6d8826dc"
integrity sha512-Gnyyp3JAtRUo0dRH1/YWPKbnaXHfzQBiVh9+qSUi6tyVcVA8twUP2c+GnOwsoe9Ss7dfOHJUTSA4fdWP//Y4gQ==
dependencies:
"@zeit/schemas" "2.6.0"
ajv "6.5.3"
Expand All @@ -11725,7 +11725,7 @@ serve@^10.1.2:
chalk "2.4.1"
clipboardy "1.2.3"
compression "1.7.3"
serve-handler "5.0.8"
serve-handler "6.0.0"
update-check "1.5.2"

set-blocking@^2.0.0, set-blocking@~2.0.0:
Expand Down

0 comments on commit 1eae14a

Please sign in to comment.