Skip to content

Commit 67a96d8

Browse files
committed
Update dependency http-server to v13
1 parent cdada6c commit 67a96d8

File tree

2 files changed

+9
-17
lines changed

2 files changed

+9
-17
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@
106106
"firebase-tools": "9.14.0",
107107
"git-rev-sync": "3.0.1",
108108
"glob": "7.1.6",
109-
"http-server": "0.12.3",
109+
"http-server": "13.0.1",
110110
"husky": "4.3.6",
111111
"indexeddbshim": "7.1.0",
112112
"inquirer": "8.1.1",

yarn.lock

Lines changed: 8 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -6627,16 +6627,6 @@ [email protected], ecdsa-sig-formatter@^1.0.11:
66276627
dependencies:
66286628
safe-buffer "^5.0.1"
66296629

6630-
ecstatic@^3.3.2:
6631-
version "3.3.2"
6632-
resolved "https://registry.npmjs.org/ecstatic/-/ecstatic-3.3.2.tgz#6d1dd49814d00594682c652adb66076a69d46c48"
6633-
integrity sha512-fLf9l1hnwrHI2xn9mEDT7KIi22UDqA2jaCwyCbSUJh9a1V+LEUSL/JO/6TIz/QyuBURWUHrFL5Kg2TtO1bkkog==
6634-
dependencies:
6635-
he "^1.1.1"
6636-
mime "^1.6.0"
6637-
minimist "^1.1.0"
6638-
url-join "^2.0.5"
6639-
66406630
66416631
version "1.1.1"
66426632
resolved "https://registry.npmjs.org/ee-first/-/ee-first-1.1.1.tgz#590c61156b0ae2f4f0255732a158b266bc56b21d"
@@ -8937,7 +8927,7 @@ hasha@^5.0.0:
89378927
is-stream "^2.0.0"
89388928
type-fest "^0.8.0"
89398929

8940-
[email protected], he@^1.1.1:
8930+
[email protected], he@^1.1.0:
89418931
version "1.2.0"
89428932
resolved "https://registry.npmjs.org/he/-/he-1.2.0.tgz#84ae65fa7eafb165fddb61566ae14baf05664f0f"
89438933
integrity sha512-F/1DnUGPopORZi0ni+CvrCgHQ5FyEAHRLSApuYWMmrbSwoN2Mn/7k+Gl38gJnR7yyDZk6WLXwiGod1JOWNDKGw==
@@ -9035,21 +9025,23 @@ http-proxy@^1.18.0, http-proxy@^1.18.1:
90359025
follow-redirects "^1.0.0"
90369026
requires-port "^1.0.0"
90379027

9038-
http-server@0.12.3:
9039-
version "0.12.3"
9040-
resolved "https://registry.npmjs.org/http-server/-/http-server-0.12.3.tgz#ba0471d0ecc425886616cb35c4faf279140a0d37"
9041-
integrity sha512-be0dKG6pni92bRjq0kvExtj/NrrAd28/8fCXkaI/4piTwQMSDSLMhWyW0NI1V+DBI3aa1HMlQu46/HjVLfmugA==
9028+
http-server@13.0.1:
9029+
version "13.0.1"
9030+
resolved "https://registry.npmjs.org/http-server/-/http-server-13.0.1.tgz#e7340d082925c4b1d6484c905d0df29d7d8ec16f"
9031+
integrity sha512-ke9rphoNuqsOCHy4tA3b3W4Yuxy7VUIXcTHSLz6bkMDAJPQD4twjEatquelJBIPwNhZuC3+FYj/+dSaGHdKTCw==
90429032
dependencies:
90439033
basic-auth "^1.0.3"
90449034
colors "^1.4.0"
90459035
corser "^2.0.1"
9046-
ecstatic "^3.3.2"
9036+
he "^1.1.0"
90479037
http-proxy "^1.18.0"
9038+
mime "^1.6.0"
90489039
minimist "^1.2.5"
90499040
opener "^1.5.1"
90509041
portfinder "^1.0.25"
90519042
secure-compare "3.0.1"
90529043
union "~0.5.0"
9044+
url-join "^2.0.5"
90539045

90549046
http-signature@~1.2.0:
90559047
version "1.2.0"

0 commit comments

Comments
 (0)