chore(deps): update dependency http-server to ^0.13.0 (#5692)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
parent
328ef56f75
commit
fc2e3106bb
@ -135,7 +135,7 @@
|
|||||||
"friendly-errors-webpack-plugin": "^1.7.0",
|
"friendly-errors-webpack-plugin": "^1.7.0",
|
||||||
"fs-extra": "^10.0.0",
|
"fs-extra": "^10.0.0",
|
||||||
"gitlab": "^14.1.1",
|
"gitlab": "^14.1.1",
|
||||||
"http-server": "^0.12.0",
|
"http-server": "^0.13.0",
|
||||||
"husky": "^4.0.0",
|
"husky": "^4.0.0",
|
||||||
"jest": "^27.0.0",
|
"jest": "^27.0.0",
|
||||||
"jest-cli": "^27.0.0",
|
"jest-cli": "^27.0.0",
|
||||||
|
26
yarn.lock
26
yarn.lock
@ -7728,16 +7728,6 @@ ecc-jsbn@~0.1.1:
|
|||||||
jsbn "~0.1.0"
|
jsbn "~0.1.0"
|
||||||
safer-buffer "^2.1.0"
|
safer-buffer "^2.1.0"
|
||||||
|
|
||||||
ecstatic@^3.3.2:
|
|
||||||
version "3.3.2"
|
|
||||||
resolved "https://registry.yarnpkg.com/ecstatic/-/ecstatic-3.3.2.tgz#6d1dd49814d00594682c652adb66076a69d46c48"
|
|
||||||
integrity sha512-fLf9l1hnwrHI2xn9mEDT7KIi22UDqA2jaCwyCbSUJh9a1V+LEUSL/JO/6TIz/QyuBURWUHrFL5Kg2TtO1bkkog==
|
|
||||||
dependencies:
|
|
||||||
he "^1.1.1"
|
|
||||||
mime "^1.6.0"
|
|
||||||
minimist "^1.1.0"
|
|
||||||
url-join "^2.0.5"
|
|
||||||
|
|
||||||
ee-first@1.1.1:
|
ee-first@1.1.1:
|
||||||
version "1.1.1"
|
version "1.1.1"
|
||||||
resolved "https://registry.yarnpkg.com/ee-first/-/ee-first-1.1.1.tgz#590c61156b0ae2f4f0255732a158b266bc56b21d"
|
resolved "https://registry.yarnpkg.com/ee-first/-/ee-first-1.1.1.tgz#590c61156b0ae2f4f0255732a158b266bc56b21d"
|
||||||
@ -9776,7 +9766,7 @@ hastscript@^5.0.0:
|
|||||||
property-information "^5.0.0"
|
property-information "^5.0.0"
|
||||||
space-separated-tokens "^1.0.0"
|
space-separated-tokens "^1.0.0"
|
||||||
|
|
||||||
he@^1.1.1, he@^1.2.0:
|
he@^1.1.0, he@^1.2.0:
|
||||||
version "1.2.0"
|
version "1.2.0"
|
||||||
resolved "https://registry.yarnpkg.com/he/-/he-1.2.0.tgz#84ae65fa7eafb165fddb61566ae14baf05664f0f"
|
resolved "https://registry.yarnpkg.com/he/-/he-1.2.0.tgz#84ae65fa7eafb165fddb61566ae14baf05664f0f"
|
||||||
integrity sha512-F/1DnUGPopORZi0ni+CvrCgHQ5FyEAHRLSApuYWMmrbSwoN2Mn/7k+Gl38gJnR7yyDZk6WLXwiGod1JOWNDKGw==
|
integrity sha512-F/1DnUGPopORZi0ni+CvrCgHQ5FyEAHRLSApuYWMmrbSwoN2Mn/7k+Gl38gJnR7yyDZk6WLXwiGod1JOWNDKGw==
|
||||||
@ -9993,21 +9983,23 @@ 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.12.0:
|
http-server@^0.13.0:
|
||||||
version "0.12.3"
|
version "0.13.0"
|
||||||
resolved "https://registry.yarnpkg.com/http-server/-/http-server-0.12.3.tgz#ba0471d0ecc425886616cb35c4faf279140a0d37"
|
resolved "https://registry.yarnpkg.com/http-server/-/http-server-0.13.0.tgz#ae7d9b718fbe88b7fb19360fcc2ae21e71d257da"
|
||||||
integrity sha512-be0dKG6pni92bRjq0kvExtj/NrrAd28/8fCXkaI/4piTwQMSDSLMhWyW0NI1V+DBI3aa1HMlQu46/HjVLfmugA==
|
integrity sha512-/MjH9k/y470zbtXzKLkP8vioIVvxRArTkz8f9UX1ztkLZzr6S0hg6BW8h6MBn/HUfwjlTQvIe9DRknorN2u20Q==
|
||||||
dependencies:
|
dependencies:
|
||||||
basic-auth "^1.0.3"
|
basic-auth "^1.0.3"
|
||||||
colors "^1.4.0"
|
colors "^1.4.0"
|
||||||
corser "^2.0.1"
|
corser "^2.0.1"
|
||||||
ecstatic "^3.3.2"
|
he "^1.1.0"
|
||||||
http-proxy "^1.18.0"
|
http-proxy "^1.18.0"
|
||||||
|
mime "^1.6.0"
|
||||||
minimist "^1.2.5"
|
minimist "^1.2.5"
|
||||||
opener "^1.5.1"
|
opener "^1.5.1"
|
||||||
portfinder "^1.0.25"
|
portfinder "^1.0.25"
|
||||||
secure-compare "3.0.1"
|
secure-compare "3.0.1"
|
||||||
union "~0.5.0"
|
union "~0.5.0"
|
||||||
|
url-join "^2.0.5"
|
||||||
|
|
||||||
http-signature@~1.2.0:
|
http-signature@~1.2.0:
|
||||||
version "1.2.0"
|
version "1.2.0"
|
||||||
@ -12710,7 +12702,7 @@ minimist-options@4.1.0:
|
|||||||
is-plain-obj "^1.1.0"
|
is-plain-obj "^1.1.0"
|
||||||
kind-of "^6.0.3"
|
kind-of "^6.0.3"
|
||||||
|
|
||||||
minimist@>=1.2.2, minimist@^1.1.0, minimist@^1.2.0, minimist@^1.2.5:
|
minimist@>=1.2.2, minimist@^1.2.0, minimist@^1.2.5:
|
||||||
version "1.2.5"
|
version "1.2.5"
|
||||||
resolved "https://registry.yarnpkg.com/minimist/-/minimist-1.2.5.tgz#67d66014b66a6a8aaa0c083c5fd58df4e4e97602"
|
resolved "https://registry.yarnpkg.com/minimist/-/minimist-1.2.5.tgz#67d66014b66a6a8aaa0c083c5fd58df4e4e97602"
|
||||||
integrity sha512-FM9nNUYrRBAELZQT3xeZQ7fmMOBg6nWNmJKTcgsJeaLstP/UODVpGsr5OhXhhXg6f+qtJ8uiZ+PUxkDWcgIXLw==
|
integrity sha512-FM9nNUYrRBAELZQT3xeZQ7fmMOBg6nWNmJKTcgsJeaLstP/UODVpGsr5OhXhhXg6f+qtJ8uiZ+PUxkDWcgIXLw==
|
||||||
|
Loading…
x
Reference in New Issue
Block a user