Skip to content

Commit 8b9a4fd

Browse files
chore(deps): update dependency http-server to 0.13.x
Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com>
1 parent a374a5c commit 8b9a4fd

File tree

2 files changed

+10
-18
lines changed

2 files changed

+10
-18
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
"eslint-plugin-react-hooks": "^4.3.0",
5555
"eslint-plugin-simple-import-sort": "^7.0.0",
5656
"file-loader": "6.2.0",
57-
"http-server": "0.12.x",
57+
"http-server": "0.13.x",
5858
"i18next": "^19.8.3",
5959
"i18next-parser": "^3.3.0",
6060
"lodash-es": "^4.17.23",

yarn.lock

Lines changed: 9 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -4394,16 +4394,6 @@ ecc-jsbn@~0.1.1:
43944394
jsbn "~0.1.0"
43954395
safer-buffer "^2.1.0"
43964396

4397-
ecstatic@^3.3.2:
4398-
version "3.3.2"
4399-
resolved "https://registry.yarnpkg.com/ecstatic/-/ecstatic-3.3.2.tgz#6d1dd49814d00594682c652adb66076a69d46c48"
4400-
integrity sha512-fLf9l1hnwrHI2xn9mEDT7KIi22UDqA2jaCwyCbSUJh9a1V+LEUSL/JO/6TIz/QyuBURWUHrFL5Kg2TtO1bkkog==
4401-
dependencies:
4402-
he "^1.1.1"
4403-
mime "^1.6.0"
4404-
minimist "^1.1.0"
4405-
url-join "^2.0.5"
4406-
44074397
ee-first@1.1.1:
44084398
version "1.1.1"
44094399
resolved "https://registry.yarnpkg.com/ee-first/-/ee-first-1.1.1.tgz#590c61156b0ae2f4f0255732a158b266bc56b21d"
@@ -5875,7 +5865,7 @@ hasown@^2.0.0, hasown@^2.0.2:
58755865
dependencies:
58765866
function-bind "^1.1.2"
58775867

5878-
he@^1.1.1, he@^1.2.0:
5868+
he@^1.1.0, he@^1.2.0:
58795869
version "1.2.0"
58805870
resolved "https://registry.yarnpkg.com/he/-/he-1.2.0.tgz#84ae65fa7eafb165fddb61566ae14baf05664f0f"
58815871
integrity sha512-F/1DnUGPopORZi0ni+CvrCgHQ5FyEAHRLSApuYWMmrbSwoN2Mn/7k+Gl38gJnR7yyDZk6WLXwiGod1JOWNDKGw==
@@ -6036,21 +6026,23 @@ http-proxy@^1.18.0, http-proxy@^1.18.1:
60366026
follow-redirects "^1.0.0"
60376027
requires-port "^1.0.0"
60386028

6039-
http-server@0.12.x:
6040-
version "0.12.3"
6041-
resolved "https://registry.yarnpkg.com/http-server/-/http-server-0.12.3.tgz#ba0471d0ecc425886616cb35c4faf279140a0d37"
6042-
integrity sha512-be0dKG6pni92bRjq0kvExtj/NrrAd28/8fCXkaI/4piTwQMSDSLMhWyW0NI1V+DBI3aa1HMlQu46/HjVLfmugA==
6029+
http-server@0.13.x:
6030+
version "0.13.0"
6031+
resolved "https://registry.yarnpkg.com/http-server/-/http-server-0.13.0.tgz#ae7d9b718fbe88b7fb19360fcc2ae21e71d257da"
6032+
integrity sha512-/MjH9k/y470zbtXzKLkP8vioIVvxRArTkz8f9UX1ztkLZzr6S0hg6BW8h6MBn/HUfwjlTQvIe9DRknorN2u20Q==
60436033
dependencies:
60446034
basic-auth "^1.0.3"
60456035
colors "^1.4.0"
60466036
corser "^2.0.1"
6047-
ecstatic "^3.3.2"
6037+
he "^1.1.0"
60486038
http-proxy "^1.18.0"
6039+
mime "^1.6.0"
60496040
minimist "^1.2.5"
60506041
opener "^1.5.1"
60516042
portfinder "^1.0.25"
60526043
secure-compare "3.0.1"
60536044
union "~0.5.0"
6045+
url-join "^2.0.5"
60546046

60556047
http-signature@~1.2.0:
60566048
version "1.2.0"
@@ -7797,7 +7789,7 @@ minimatch@^3.1.2:
77977789
dependencies:
77987790
brace-expansion "^1.1.7"
77997791

7800-
minimist@1.2.8, minimist@^1.1.0, minimist@^1.1.1, minimist@^1.2.0, minimist@^1.2.5, minimist@^1.2.6:
7792+
minimist@1.2.8, minimist@^1.1.1, minimist@^1.2.0, minimist@^1.2.5, minimist@^1.2.6:
78017793
version "1.2.8"
78027794
resolved "https://registry.yarnpkg.com/minimist/-/minimist-1.2.8.tgz#c1a464e7693302e082a075cee0c057741ac4772c"
78037795
integrity sha512-2yyAR8qBkN3YuheJanUpWC5U3bb5osDywNB8RzDVlDwDHbocAJveqqj1u8+SVD7jkWT4yvsHCpWqqWqAxb0zCA==

0 commit comments

Comments
 (0)