From 6275545fe844699a91793b47661a89077df212d8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Jun 2022 19:04:05 +0000 Subject: [PATCH] build(deps-dev): bump http-server from 14.1.0 to 14.1.1 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](https://github.com/http-party/http-server/compare/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] --- package.json | 2 +- yarn.lock | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index 5979d4033312..4caaae9da043 100644 --- a/package.json +++ b/package.json @@ -99,7 +99,7 @@ "front-matter": "^4.0.2", "github-slugger": "^1.4.0", "html-webpack-plugin": "^5.5.0", - "http-server": "^14.1.0", + "http-server": "^14.1.1", "husky": "^8.0.1", "hyperlink": "^5.0.4", "jest": "^28.1.0", diff --git a/yarn.lock b/yarn.lock index fae79004c1a8..6b98c3a5bb38 100644 --- a/yarn.lock +++ b/yarn.lock @@ -6392,10 +6392,10 @@ http-proxy@^1.18.1: follow-redirects "^1.0.0" requires-port "^1.0.0" -http-server@^14.1.0: - version "14.1.0" - resolved "https://registry.yarnpkg.com/http-server/-/http-server-14.1.0.tgz#51d43e03cdbb94f328b24821cad2cefc6c6a2eed" - integrity sha512-5lYsIcZtf6pdR8tCtzAHTWrAveo4liUlJdWc7YafwK/maPgYHs+VNP6KpCClmUnSorJrARVMXqtT055zBv11Yg== +http-server@^14.1.1: + version "14.1.1" + resolved "https://registry.yarnpkg.com/http-server/-/http-server-14.1.1.tgz#d60fbb37d7c2fdff0f0fbff0d0ee6670bd285e2e" + integrity sha512-+cbxadF40UXd9T01zUHgA+rlo2Bg1Srer4+B4NwIHdaGxAGGv59nYRnGGDJ9LBk7alpS0US+J+bLLdQOOkJq4A== dependencies: basic-auth "^2.0.1" chalk "^4.1.2" @@ -6404,7 +6404,7 @@ http-server@^14.1.0: html-encoding-sniffer "^3.0.0" http-proxy "^1.18.1" mime "^1.6.0" - minimist "^1.2.5" + minimist "^1.2.6" opener "^1.5.1" portfinder "^1.0.28" secure-compare "3.0.1"