Skip to content

Commit 008302c

Browse files
Update dependency http-server to ^0.13.0 (#378)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 990e5ff commit 008302c

File tree

2 files changed

+10
-22
lines changed

2 files changed

+10
-22
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@
7676
"eslint-plugin-react": "^7.37.4",
7777
"eslint-plugin-react-hooks": "^5.1.0",
7878
"globals": "^15.11.0",
79-
"http-server": "^0.12.3",
79+
"http-server": "^0.13.0",
8080
"husky": "^9.0.11",
8181
"jest": "^29.7.0",
8282
"jest-environment-jsdom": "^29.4.1",

yarn.lock

Lines changed: 9 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -3995,20 +3995,6 @@ __metadata:
39953995
languageName: node
39963996
linkType: hard
39973997

3998-
"ecstatic@npm:^3.3.2":
3999-
version: 3.3.2
4000-
resolution: "ecstatic@npm:3.3.2"
4001-
dependencies:
4002-
he: "npm:^1.1.1"
4003-
mime: "npm:^1.6.0"
4004-
minimist: "npm:^1.1.0"
4005-
url-join: "npm:^2.0.5"
4006-
bin:
4007-
ecstatic: ./lib/ecstatic.js
4008-
checksum: 10c0/e94ca9331c5035d7d553a5f15ed40c47ed62a723a49aec6011628952f7cc9a24005bf737a0256e0c65f8a305fb99889fefbe9e5bc4760bd2cbe611f516b849ef
4009-
languageName: node
4010-
linkType: hard
4011-
40123998
"ejs@npm:^3.1.10":
40133999
version: 3.1.10
40144000
resolution: "ejs@npm:3.1.10"
@@ -5398,7 +5384,7 @@ __metadata:
53985384
languageName: node
53995385
linkType: hard
54005386

5401-
"he@npm:^1.1.1":
5387+
"he@npm:^1.1.0":
54025388
version: 1.2.0
54035389
resolution: "he@npm:1.2.0"
54045390
bin:
@@ -5489,24 +5475,26 @@ __metadata:
54895475
languageName: node
54905476
linkType: hard
54915477

5492-
"http-server@npm:^0.12.3":
5493-
version: 0.12.3
5494-
resolution: "http-server@npm:0.12.3"
5478+
"http-server@npm:^0.13.0":
5479+
version: 0.13.0
5480+
resolution: "http-server@npm:0.13.0"
54955481
dependencies:
54965482
basic-auth: "npm:^1.0.3"
54975483
colors: "npm:^1.4.0"
54985484
corser: "npm:^2.0.1"
5499-
ecstatic: "npm:^3.3.2"
5485+
he: "npm:^1.1.0"
55005486
http-proxy: "npm:^1.18.0"
5487+
mime: "npm:^1.6.0"
55015488
minimist: "npm:^1.2.5"
55025489
opener: "npm:^1.5.1"
55035490
portfinder: "npm:^1.0.25"
55045491
secure-compare: "npm:3.0.1"
55055492
union: "npm:~0.5.0"
5493+
url-join: "npm:^2.0.5"
55065494
bin:
55075495
hs: bin/http-server
55085496
http-server: bin/http-server
5509-
checksum: 10c0/fa779a959119d9870fc738eaa689a8b9ea447bbac97ad656a29e4cd84f9c89e9257ef66a7e597d919dff81def2e796e575d8e128193dfd2780cdaf447f1a01ca
5497+
checksum: 10c0/e54485a55bd29ffdca8c54228fc415e10848e85d84986570d6cf663086213be27665dd12396ce6fefec814a8e8a63d47d9a943b6ebc921afe93aa8a7e46a0c94
55105498
languageName: node
55115499
linkType: hard
55125500

@@ -7588,7 +7576,7 @@ __metadata:
75887576
eslint-plugin-react-hooks: "npm:^5.1.0"
75897577
gl-matrix: "npm:^3.3.0"
75907578
globals: "npm:^15.11.0"
7591-
http-server: "npm:^0.12.3"
7579+
http-server: "npm:^0.13.0"
75927580
husky: "npm:^9.0.11"
75937581
jest: "npm:^29.7.0"
75947582
jest-environment-jsdom: "npm:^29.4.1"

0 commit comments

Comments
 (0)