mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2025-05-23 11:37:02 -04:00
Update dependency http-server to v13 (#1425)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
parent
97580da8ea
commit
f770837404
2 changed files with 5 additions and 5 deletions
|
@ -186,7 +186,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.11.3",
|
"eslint-plugin-cypress": "2.11.3",
|
||||||
"http-server": "0.13.0",
|
"http-server": "13.0.0",
|
||||||
"prettier": "2.3.2",
|
"prettier": "2.3.2",
|
||||||
"redux-devtools": "3.7.0",
|
"redux-devtools": "3.7.0",
|
||||||
"redux-devtools-extension": "2.13.9",
|
"redux-devtools-extension": "2.13.9",
|
||||||
|
|
|
@ -7802,10 +7802,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@0.13.0:
|
http-server@13.0.0:
|
||||||
version "0.13.0"
|
version "13.0.0"
|
||||||
resolved "https://registry.yarnpkg.com/http-server/-/http-server-0.13.0.tgz#ae7d9b718fbe88b7fb19360fcc2ae21e71d257da"
|
resolved "https://registry.yarnpkg.com/http-server/-/http-server-13.0.0.tgz#27ab5f3bad0e27a29965a4029c26170162f7b98f"
|
||||||
integrity sha512-/MjH9k/y470zbtXzKLkP8vioIVvxRArTkz8f9UX1ztkLZzr6S0hg6BW8h6MBn/HUfwjlTQvIe9DRknorN2u20Q==
|
integrity sha512-tqOx2M1CiZ3aVaE7Ue/0lup9kOG+Zqg6wdT1HygvxFnvPpU9doBMPcQ1ffT0/QS3J9ua35gipg0o3Dr8N0K0Tg==
|
||||||
dependencies:
|
dependencies:
|
||||||
basic-auth "^1.0.3"
|
basic-auth "^1.0.3"
|
||||||
colors "^1.4.0"
|
colors "^1.4.0"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue