Skip to content

Commit 7255bd5

Browse files
build(deps-dev): bump http-server from 14.1.0 to 14.1.1 (#6190)
Bumps [http-server](https://github.com/http-party/http-server) from 14.1.0 to 14.1.1. - [Release notes](https://github.com/http-party/http-server/releases) - [Commits](http-party/http-server@v14.1.0...v14.1.1) --- updated-dependencies: - dependency-name: http-server dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 7c94ad0 commit 7255bd5

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@
9999
"front-matter": "^4.0.2",
100100
"github-slugger": "^1.4.0",
101101
"html-webpack-plugin": "^5.5.0",
102-
"http-server": "^14.1.0",
102+
"http-server": "^14.1.1",
103103
"husky": "^8.0.1",
104104
"hyperlink": "^5.0.4",
105105
"jest": "^28.1.0",

yarn.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6412,10 +6412,10 @@ http-proxy@^1.18.1:
64126412
follow-redirects "^1.0.0"
64136413
requires-port "^1.0.0"
64146414

6415-
http-server@^14.1.0:
6416-
version "14.1.0"
6417-
resolved "https://registry.yarnpkg.com/http-server/-/http-server-14.1.0.tgz#51d43e03cdbb94f328b24821cad2cefc6c6a2eed"
6418-
integrity sha512-5lYsIcZtf6pdR8tCtzAHTWrAveo4liUlJdWc7YafwK/maPgYHs+VNP6KpCClmUnSorJrARVMXqtT055zBv11Yg==
6415+
http-server@^14.1.1:
6416+
version "14.1.1"
6417+
resolved "https://registry.yarnpkg.com/http-server/-/http-server-14.1.1.tgz#d60fbb37d7c2fdff0f0fbff0d0ee6670bd285e2e"
6418+
integrity sha512-+cbxadF40UXd9T01zUHgA+rlo2Bg1Srer4+B4NwIHdaGxAGGv59nYRnGGDJ9LBk7alpS0US+J+bLLdQOOkJq4A==
64196419
dependencies:
64206420
basic-auth "^2.0.1"
64216421
chalk "^4.1.2"
@@ -6424,7 +6424,7 @@ http-server@^14.1.0:
64246424
html-encoding-sniffer "^3.0.0"
64256425
http-proxy "^1.18.1"
64266426
mime "^1.6.0"
6427-
minimist "^1.2.5"
6427+
minimist "^1.2.6"
64286428
opener "^1.5.1"
64296429
portfinder "^1.0.28"
64306430
secure-compare "3.0.1"

0 commit comments

Comments
 (0)