Skip to content

Commit 1883f52

Browse files
chore(deps): update dependency http-server to v14
Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com>
1 parent fc45e03 commit 1883f52

2 files changed

Lines changed: 52 additions & 43 deletions

File tree

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": "14.1.x",
5757
"i18next": "^19.8.3",
5858
"i18next-parser": "^3.3.0",
5959
"lodash-es": "^4.17.23",

yarn.lock

Lines changed: 51 additions & 42 deletions
Original file line numberDiff line numberDiff line change
@@ -3000,10 +3000,12 @@ baseline-browser-mapping@^2.9.0:
30003000
resolved "https://registry.yarnpkg.com/baseline-browser-mapping/-/baseline-browser-mapping-2.10.0.tgz#5b09935025bf8a80e29130251e337c6a7fc8cbb9"
30013001
integrity sha512-lIyg0szRfYbiy67j9KN8IyeD7q7hcmqnJ1ddWmNt19ItGpNN64mnllmxUNFIOdOm6by97jlL6wfpTTJrmnjWAA==
30023002

3003-
basic-auth@^1.0.3:
3004-
version "1.1.0"
3005-
resolved "https://registry.yarnpkg.com/basic-auth/-/basic-auth-1.1.0.tgz#45221ee429f7ee1e5035be3f51533f1cdfd29884"
3006-
integrity sha512-CtGuTyWf3ig+sgRyC7uP6DM3N+5ur/p8L+FPfsd+BbIfIs74TFfCajZTHnCw6K5dqM0bZEbRIqRy1fAdiUJhTA==
3003+
basic-auth@^2.0.1:
3004+
version "2.0.1"
3005+
resolved "https://registry.yarnpkg.com/basic-auth/-/basic-auth-2.0.1.tgz#b998279bf47ce38344b4f3cf916d4679bbf51e3a"
3006+
integrity sha512-NF+epuEdnUYVlGuhaxbbq+dvJttwLnGY+YixlXlME5KpQ5W3CnXA5cVTneY3SPbPDRkcjMbifrwmFYcClgOZeg==
3007+
dependencies:
3008+
safe-buffer "5.1.2"
30073009

30083010
batch@0.6.1:
30093011
version "0.6.1"
@@ -3302,7 +3304,7 @@ chalk@^1.1.3:
33023304
strip-ansi "^3.0.0"
33033305
supports-color "^2.0.0"
33043306

3305-
chalk@^4.0.0, chalk@^4.1.0:
3307+
chalk@^4.0.0, chalk@^4.1.0, chalk@^4.1.2:
33063308
version "4.1.2"
33073309
resolved "https://registry.yarnpkg.com/chalk/-/chalk-4.1.2.tgz#aac4e2b7734a740867aeb16bf02aad556a1e7a01"
33083310
integrity sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==
@@ -3475,7 +3477,7 @@ colorette@^2.0.10, colorette@^2.0.14:
34753477
resolved "https://registry.yarnpkg.com/colorette/-/colorette-2.0.20.tgz#9eb793e6833067f7235902fcd3b09917a000a95a"
34763478
integrity sha512-IfEDxwoWIjkeXL1eXcDiow4UbKjhLdq6/EuSVR9GMN7KVH3r9gQ83e73hsz1Nd1T3ijd5xv1wcWRYO+D6kCI2w==
34773479

3478-
colors@^1.4.0, colors@~1.4.0:
3480+
colors@~1.4.0:
34793481
version "1.4.0"
34803482
resolved "https://registry.yarnpkg.com/colors/-/colors-1.4.0.tgz#c50491479d4c1bdaed2c9ced32cf7c7dc2360f78"
34813483
integrity sha512-a+UqTh4kgZg/SlGvfbzDHpgRu7AAQOmmqRHJnxhRZICKFUT91brVhNNt58CMWU9PsBbv3PDCZUHbVxuDiH2mtA==
@@ -4380,16 +4382,6 @@ ecc-jsbn@~0.1.1:
43804382
jsbn "~0.1.0"
43814383
safer-buffer "^2.1.0"
43824384

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-
43934385
ee-first@1.1.1:
43944386
version "1.1.1"
43954387
resolved "https://registry.yarnpkg.com/ee-first/-/ee-first-1.1.1.tgz#590c61156b0ae2f4f0255732a158b266bc56b21d"
@@ -5861,7 +5853,7 @@ hasown@^2.0.0, hasown@^2.0.2:
58615853
dependencies:
58625854
function-bind "^1.1.2"
58635855

5864-
he@^1.1.1, he@^1.2.0:
5856+
he@^1.2.0:
58655857
version "1.2.0"
58665858
resolved "https://registry.yarnpkg.com/he/-/he-1.2.0.tgz#84ae65fa7eafb165fddb61566ae14baf05664f0f"
58675859
integrity sha512-F/1DnUGPopORZi0ni+CvrCgHQ5FyEAHRLSApuYWMmrbSwoN2Mn/7k+Gl38gJnR7yyDZk6WLXwiGod1JOWNDKGw==
@@ -5939,6 +5931,13 @@ html-encoding-sniffer@^1.0.1:
59395931
dependencies:
59405932
whatwg-encoding "^1.0.1"
59415933

5934+
html-encoding-sniffer@^3.0.0:
5935+
version "3.0.0"
5936+
resolved "https://registry.yarnpkg.com/html-encoding-sniffer/-/html-encoding-sniffer-3.0.0.tgz#2cb1a8cf0db52414776e5b2a7a04d5dd98158de9"
5937+
integrity sha512-oWv4T4yJ52iKrufjnyZPkrN0CH3QnrUqdB6In1g5Fe1mia8GmF36gnfNySxoZtxD5+NmYw1EElVXiBk93UeskA==
5938+
dependencies:
5939+
whatwg-encoding "^2.0.0"
5940+
59425941
html-entities@^2.3.2:
59435942
version "2.5.2"
59445943
resolved "https://registry.yarnpkg.com/html-entities/-/html-entities-2.5.2.tgz#201a3cf95d3a15be7099521620d19dfb4f65359f"
@@ -6013,7 +6012,7 @@ http-proxy-middleware@^2.0.3, http-proxy-middleware@^2.0.7:
60136012
is-plain-obj "^3.0.0"
60146013
micromatch "^4.0.2"
60156014

6016-
http-proxy@^1.18.0, http-proxy@^1.18.1:
6015+
http-proxy@^1.18.1:
60176016
version "1.18.1"
60186017
resolved "https://registry.yarnpkg.com/http-proxy/-/http-proxy-1.18.1.tgz#401541f0534884bbf95260334e72f88ee3976549"
60196018
integrity sha512-7mz/721AbnJwIVbnaSv1Cz3Am0ZLT/UBwkC92VlxhXv/k/BBQfM2fXElQNC27BVGr0uwUpplYPQM9LnaBMR5NQ==
@@ -6022,21 +6021,24 @@ http-proxy@^1.18.0, http-proxy@^1.18.1:
60226021
follow-redirects "^1.0.0"
60236022
requires-port "^1.0.0"
60246023

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==
6024+
http-server@14.1.x:
6025+
version "14.1.1"
6026+
resolved "https://registry.yarnpkg.com/http-server/-/http-server-14.1.1.tgz#d60fbb37d7c2fdff0f0fbff0d0ee6670bd285e2e"
6027+
integrity sha512-+cbxadF40UXd9T01zUHgA+rlo2Bg1Srer4+B4NwIHdaGxAGGv59nYRnGGDJ9LBk7alpS0US+J+bLLdQOOkJq4A==
60296028
dependencies:
6030-
basic-auth "^1.0.3"
6031-
colors "^1.4.0"
6029+
basic-auth "^2.0.1"
6030+
chalk "^4.1.2"
60326031
corser "^2.0.1"
6033-
ecstatic "^3.3.2"
6034-
http-proxy "^1.18.0"
6035-
minimist "^1.2.5"
6032+
he "^1.2.0"
6033+
html-encoding-sniffer "^3.0.0"
6034+
http-proxy "^1.18.1"
6035+
mime "^1.6.0"
6036+
minimist "^1.2.6"
60366037
opener "^1.5.1"
6037-
portfinder "^1.0.25"
6038+
portfinder "^1.0.28"
60386039
secure-compare "3.0.1"
60396040
union "~0.5.0"
6041+
url-join "^4.0.1"
60406042

60416043
http-signature@~1.2.0:
60426044
version "1.2.0"
@@ -7783,7 +7785,7 @@ minimatch@^3.1.2:
77837785
dependencies:
77847786
brace-expansion "^1.1.7"
77857787

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:
7788+
minimist@1.2.8, minimist@^1.1.1, minimist@^1.2.0, minimist@^1.2.5, minimist@^1.2.6:
77877789
version "1.2.8"
77887790
resolved "https://registry.yarnpkg.com/minimist/-/minimist-1.2.8.tgz#c1a464e7693302e082a075cee0c057741ac4772c"
77897791
integrity sha512-2yyAR8qBkN3YuheJanUpWC5U3bb5osDywNB8RzDVlDwDHbocAJveqqj1u8+SVD7jkWT4yvsHCpWqqWqAxb0zCA==
@@ -8517,10 +8519,10 @@ popper.js@^1.16.1:
85178519
resolved "https://registry.yarnpkg.com/popper.js/-/popper.js-1.16.1.tgz#2a223cb3dc7b6213d740e40372be40de43e65b1b"
85188520
integrity sha512-Wb4p1J4zyFTbM+u6WuO4XstYx4Ky9Cewe4DWrel7B0w6VVICvPwdOpotjzcf6eD8TsckVnIMNONQyPIUFOUbCQ==
85198521

8520-
portfinder@^1.0.25:
8521-
version "1.0.35"
8522-
resolved "https://registry.yarnpkg.com/portfinder/-/portfinder-1.0.35.tgz#6ebaf945da4d14c55d996e907b217f73e1dc06c9"
8523-
integrity sha512-73JaFg4NwYNAufDtS5FsFu/PdM49ahJrO1i44aCRsDWju1z5wuGDaqyFUQWR6aJoK2JPDWlaYYAGFNIGTSUHSw==
8522+
portfinder@^1.0.28:
8523+
version "1.0.38"
8524+
resolved "https://registry.yarnpkg.com/portfinder/-/portfinder-1.0.38.tgz#e4fb3a2d888b20d2977da050e48ab5e1f57a185e"
8525+
integrity sha512-rEwq/ZHlJIKw++XtLAO8PPuOQA/zaPJOZJ37BVuN97nLpMJeuDVLVGRwbFoBgLudgdTMP2hdRJP++H+8QOA3vg==
85248526
dependencies:
85258527
async "^3.2.6"
85268528
debug "^4.3.6"
@@ -9369,16 +9371,16 @@ safe-array-concat@^1.1.3:
93699371
has-symbols "^1.1.0"
93709372
isarray "^2.0.5"
93719373

9374+
safe-buffer@5.1.2, safe-buffer@~5.1.0, safe-buffer@~5.1.1:
9375+
version "5.1.2"
9376+
resolved "https://registry.yarnpkg.com/safe-buffer/-/safe-buffer-5.1.2.tgz#991ec69d296e0313747d59bdfd2b745c35f8828d"
9377+
integrity sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==
9378+
93729379
safe-buffer@5.2.1, safe-buffer@>=5.1.0, safe-buffer@^5.0.1, safe-buffer@^5.1.0, safe-buffer@^5.1.2, safe-buffer@~5.2.0:
93739380
version "5.2.1"
93749381
resolved "https://registry.yarnpkg.com/safe-buffer/-/safe-buffer-5.2.1.tgz#1eaf9fa9bdb1fdd4ec75f58f9cdb4e6b7827eec6"
93759382
integrity sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ==
93769383

9377-
safe-buffer@~5.1.0, safe-buffer@~5.1.1:
9378-
version "5.1.2"
9379-
resolved "https://registry.yarnpkg.com/safe-buffer/-/safe-buffer-5.1.2.tgz#991ec69d296e0313747d59bdfd2b745c35f8828d"
9380-
integrity sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==
9381-
93829384
safe-push-apply@^1.0.0:
93839385
version "1.0.0"
93849386
resolved "https://registry.yarnpkg.com/safe-push-apply/-/safe-push-apply-1.0.0.tgz#01850e981c1602d398c85081f360e4e6d03d27f5"
@@ -10770,10 +10772,10 @@ urix@^0.1.0:
1077010772
resolved "https://registry.yarnpkg.com/urix/-/urix-0.1.0.tgz#da937f7a62e21fec1fd18d49b35c2935067a6c72"
1077110773
integrity sha512-Am1ousAhSLBeB9cG/7k7r2R0zj50uDRlZHPGbazid5s9rlF1F/QKYObEKSIunSjIOkJZqwRRLpvewjEkM7pSqg==
1077210774

10773-
url-join@^2.0.5:
10774-
version "2.0.5"
10775-
resolved "https://registry.yarnpkg.com/url-join/-/url-join-2.0.5.tgz#5af22f18c052a000a48d7b82c5e9c2e2feeda728"
10776-
integrity sha512-c2H1fIgpUdwFRIru9HFno5DT73Ok8hg5oOb5AT3ayIgvCRfxgs2jyt5Slw8kEB7j3QUr6yJmMPDT/odjk7jXow==
10775+
url-join@^4.0.1:
10776+
version "4.0.1"
10777+
resolved "https://registry.yarnpkg.com/url-join/-/url-join-4.0.1.tgz#b642e21a2646808ffa178c4c5fda39844e12cde7"
10778+
integrity sha512-jk1+QP6ZJqyOiuEI9AEWQfju/nB2Pw466kbA0LEZljHwKeMgd9WrAEgEGxjPDD2+TNbbb37rTyhEfrCXfuKXnA==
1077710779

1077810780
use@^3.1.0:
1077910781
version "3.1.1"
@@ -11139,6 +11141,13 @@ whatwg-encoding@^1.0.1:
1113911141
dependencies:
1114011142
iconv-lite "0.4.24"
1114111143

11144+
whatwg-encoding@^2.0.0:
11145+
version "2.0.0"
11146+
resolved "https://registry.yarnpkg.com/whatwg-encoding/-/whatwg-encoding-2.0.0.tgz#e7635f597fd87020858626805a2729fa7698ac53"
11147+
integrity sha512-p41ogyeMUrw3jWclHWTQg1k05DSVXPLcVxRTYsXUk+ZooOCZLcoYgPZ/HL/D/N+uQPOtcp1me1WhBEaX02mhWg==
11148+
dependencies:
11149+
iconv-lite "0.6.3"
11150+
1114211151
whatwg-encoding@^3.1.1:
1114311152
version "3.1.1"
1114411153
resolved "https://registry.yarnpkg.com/whatwg-encoding/-/whatwg-encoding-3.1.1.tgz#d0f4ef769905d426e1688f3e34381a99b60b76e5"

0 commit comments

Comments
 (0)