Skip to content

Commit b0e2589

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 9480ae0 commit b0e2589

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
@@ -53,7 +53,7 @@
5353
"eslint-plugin-react-hooks": "^4.3.0",
5454
"eslint-plugin-simple-import-sort": "^7.0.0",
5555
"file-loader": "6.2.0",
56-
"http-server": "0.12.x",
56+
"http-server": "0.13.x",
5757
"i18next": "^19.8.3",
5858
"i18next-parser": "^3.3.0",
5959
"lodash-es": "^4.17.23",

yarn.lock

Lines changed: 9 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -4380,16 +4380,6 @@ ecc-jsbn@~0.1.1:
43804380
jsbn "~0.1.0"
43814381
safer-buffer "^2.1.0"
43824382

4383-
ecstatic@^3.3.2:
4384-
version "3.3.2"
4385-
resolved "https://registry.yarnpkg.com/ecstatic/-/ecstatic-3.3.2.tgz#6d1dd49814d00594682c652adb66076a69d46c48"
4386-
integrity sha512-fLf9l1hnwrHI2xn9mEDT7KIi22UDqA2jaCwyCbSUJh9a1V+LEUSL/JO/6TIz/QyuBURWUHrFL5Kg2TtO1bkkog==
4387-
dependencies:
4388-
he "^1.1.1"
4389-
mime "^1.6.0"
4390-
minimist "^1.1.0"
4391-
url-join "^2.0.5"
4392-
43934383
ee-first@1.1.1:
43944384
version "1.1.1"
43954385
resolved "https://registry.yarnpkg.com/ee-first/-/ee-first-1.1.1.tgz#590c61156b0ae2f4f0255732a158b266bc56b21d"
@@ -5861,7 +5851,7 @@ hasown@^2.0.0, hasown@^2.0.2:
58615851
dependencies:
58625852
function-bind "^1.1.2"
58635853

5864-
he@^1.1.1, he@^1.2.0:
5854+
he@^1.1.0, he@^1.2.0:
58655855
version "1.2.0"
58665856
resolved "https://registry.yarnpkg.com/he/-/he-1.2.0.tgz#84ae65fa7eafb165fddb61566ae14baf05664f0f"
58675857
integrity sha512-F/1DnUGPopORZi0ni+CvrCgHQ5FyEAHRLSApuYWMmrbSwoN2Mn/7k+Gl38gJnR7yyDZk6WLXwiGod1JOWNDKGw==
@@ -6022,21 +6012,23 @@ http-proxy@^1.18.0, http-proxy@^1.18.1:
60226012
follow-redirects "^1.0.0"
60236013
requires-port "^1.0.0"
60246014

6025-
http-server@0.12.x:
6026-
version "0.12.3"
6027-
resolved "https://registry.yarnpkg.com/http-server/-/http-server-0.12.3.tgz#ba0471d0ecc425886616cb35c4faf279140a0d37"
6028-
integrity sha512-be0dKG6pni92bRjq0kvExtj/NrrAd28/8fCXkaI/4piTwQMSDSLMhWyW0NI1V+DBI3aa1HMlQu46/HjVLfmugA==
6015+
http-server@0.13.x:
6016+
version "0.13.0"
6017+
resolved "https://registry.yarnpkg.com/http-server/-/http-server-0.13.0.tgz#ae7d9b718fbe88b7fb19360fcc2ae21e71d257da"
6018+
integrity sha512-/MjH9k/y470zbtXzKLkP8vioIVvxRArTkz8f9UX1ztkLZzr6S0hg6BW8h6MBn/HUfwjlTQvIe9DRknorN2u20Q==
60296019
dependencies:
60306020
basic-auth "^1.0.3"
60316021
colors "^1.4.0"
60326022
corser "^2.0.1"
6033-
ecstatic "^3.3.2"
6023+
he "^1.1.0"
60346024
http-proxy "^1.18.0"
6025+
mime "^1.6.0"
60356026
minimist "^1.2.5"
60366027
opener "^1.5.1"
60376028
portfinder "^1.0.25"
60386029
secure-compare "3.0.1"
60396030
union "~0.5.0"
6031+
url-join "^2.0.5"
60406032

60416033
http-signature@~1.2.0:
60426034
version "1.2.0"
@@ -7783,7 +7775,7 @@ minimatch@^3.1.2:
77837775
dependencies:
77847776
brace-expansion "^1.1.7"
77857777

7786-
minimist@1.2.8, minimist@^1.1.0, minimist@^1.1.1, minimist@^1.2.0, minimist@^1.2.5, minimist@^1.2.6:
7778+
minimist@1.2.8, minimist@^1.1.1, minimist@^1.2.0, minimist@^1.2.5, minimist@^1.2.6:
77877779
version "1.2.8"
77887780
resolved "https://registry.yarnpkg.com/minimist/-/minimist-1.2.8.tgz#c1a464e7693302e082a075cee0c057741ac4772c"
77897781
integrity sha512-2yyAR8qBkN3YuheJanUpWC5U3bb5osDywNB8RzDVlDwDHbocAJveqqj1u8+SVD7jkWT4yvsHCpWqqWqAxb0zCA==

0 commit comments

Comments
 (0)