Update dependency http-server to v13.0.2

Signed-off-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
Renovate Bot 2021-09-21 13:41:16 +00:00 committed by Tilman Vatteroth
parent 0375f14da1
commit ccd27117c8
2 changed files with 5 additions and 5 deletions

View file

@ -184,7 +184,7 @@
"eslint-config-prettier": "8.3.0", "eslint-config-prettier": "8.3.0",
"eslint-plugin-chai-friendly": "0.7.2", "eslint-plugin-chai-friendly": "0.7.2",
"eslint-plugin-cypress": "2.12.1", "eslint-plugin-cypress": "2.12.1",
"http-server": "13.0.1", "http-server": "13.0.2",
"prettier": "2.4.0", "prettier": "2.4.0",
"redux-devtools": "3.7.0", "redux-devtools": "3.7.0",
"redux-devtools-extension": "2.13.9", "redux-devtools-extension": "2.13.9",

View file

@ -7656,10 +7656,10 @@ http-proxy@^1.17.0, http-proxy@^1.18.0:
follow-redirects "^1.0.0" follow-redirects "^1.0.0"
requires-port "^1.0.0" requires-port "^1.0.0"
http-server@13.0.1: http-server@13.0.2:
version "13.0.1" version "13.0.2"
resolved "https://registry.yarnpkg.com/http-server/-/http-server-13.0.1.tgz#e7340d082925c4b1d6484c905d0df29d7d8ec16f" resolved "https://registry.yarnpkg.com/http-server/-/http-server-13.0.2.tgz#36f8a8ae0e1b78e7bf30a4dfb01ae89b904904ef"
integrity sha512-ke9rphoNuqsOCHy4tA3b3W4Yuxy7VUIXcTHSLz6bkMDAJPQD4twjEatquelJBIPwNhZuC3+FYj/+dSaGHdKTCw== integrity sha512-R8kvPT7qp11AMJWLZsRShvm6heIXdlR/+tL5oAWNG/86A/X+IAFX6q0F9SA2G+dR5aH/759+9PLH0V34Q6j4rg==
dependencies: dependencies:
basic-auth "^1.0.3" basic-auth "^1.0.3"
colors "^1.4.0" colors "^1.4.0"