From d7bb3250525bf912d6cf5a758855b88e5934a9a6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 24 Oct 2019 14:48:28 +0000 Subject: [PATCH] chore(deps): bump express-basic-auth from 1.1.1 to 1.1.7 Bumps [express-basic-auth](https://github.com/LionC/express-basic-auth) from 1.1.1 to 1.1.7. - [Release notes](https://github.com/LionC/express-basic-auth/releases) - [Commits](https://github.com/LionC/express-basic-auth/compare/v1.1.1...v1.1.7) Signed-off-by: dependabot[bot] --- yarn.lock | 21 +++++++++++++++------ 1 file changed, 15 insertions(+), 6 deletions(-) diff --git a/yarn.lock b/yarn.lock index 6b5a680..6da9d1d 100644 --- a/yarn.lock +++ b/yarn.lock @@ -96,7 +96,7 @@ dependencies: "@types/node" "*" -"@types/express@*", "@types/express@>=4.0.0", "@types/express@^4.0.35": +"@types/express@*", "@types/express@^4.0.35": version "4.0.35" resolved "https://registry.yarnpkg.com/@types/express/-/express-4.0.35.tgz#6267c7b60a51fac473467b3c4a02cd1e441805fe" dependencies: @@ -414,7 +414,13 @@ base62@^1.1.0: version "1.2.0" resolved "https://registry.yarnpkg.com/base62/-/base62-1.2.0.tgz#31e7e560dc846c9f44c1a531df6514da35474157" -basic-auth@^1.0.4, basic-auth@~1.1.0: +basic-auth@^2.0.1: + version "2.0.1" + resolved "https://registry.yarnpkg.com/basic-auth/-/basic-auth-2.0.1.tgz#b998279bf47ce38344b4f3cf916d4679bbf51e3a" + dependencies: + safe-buffer "5.1.2" + +basic-auth@~1.1.0: version "1.1.0" resolved "https://registry.yarnpkg.com/basic-auth/-/basic-auth-1.1.0.tgz#45221ee429f7ee1e5035be3f51533f1cdfd29884" @@ -1107,11 +1113,10 @@ expand-range@^1.8.1: fill-range "^2.1.0" express-basic-auth@^1.0.2: - version "1.1.1" - resolved "https://registry.yarnpkg.com/express-basic-auth/-/express-basic-auth-1.1.1.tgz#eee45fb1d2412c9d7c8310ff7625a65d93510661" + version "1.1.7" + resolved "https://registry.yarnpkg.com/express-basic-auth/-/express-basic-auth-1.1.7.tgz#8682dea1023ec9694628f9ab561fb56d17e88741" dependencies: - "@types/express" ">=4.0.0" - basic-auth "^1.0.4" + basic-auth "^2.0.1" express@4.14.x: version "4.14.1" @@ -3221,6 +3226,10 @@ run-series@^1.1.3: version "1.1.4" resolved "https://registry.yarnpkg.com/run-series/-/run-series-1.1.4.tgz#89a73ddc5e75c9ef8ab6320c0a1600d6a41179b9" +safe-buffer@5.1.2: + version "5.1.2" + resolved "https://registry.yarnpkg.com/safe-buffer/-/safe-buffer-5.1.2.tgz#991ec69d296e0313747d59bdfd2b745c35f8828d" + safe-buffer@^5.0.1: version "5.0.1" resolved "https://registry.yarnpkg.com/safe-buffer/-/safe-buffer-5.0.1.tgz#d263ca54696cd8a306b5ca6551e92de57918fbe7"