From 4967184f4e6b89caaf5e2a8ffad11480ad8f904c Mon Sep 17 00:00:00 2001 From: "greenkeeper[bot]" <23040076+greenkeeper[bot]@users.noreply.github.com> Date: Sun, 2 Feb 2020 14:58:18 +0000 Subject: [PATCH 1/2] fix(package): update http-auth to version 4.0.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 4d4962c..eeeecbf 100644 --- a/package.json +++ b/package.json @@ -57,7 +57,7 @@ "express": "^4.16.4", "express-healthcheck": "^0.1.0", "helmet": "^3.15.0", - "http-auth": "^3.2.3", + "http-auth": "^4.0.0", "morgan": "^1.9.1", "multer": "^1.4.1", "multer-s3": "^2.9.0", From 79dcbf707da2214331be29e644bf8978bec9952c Mon Sep 17 00:00:00 2001 From: "greenkeeper[bot]" <23040076+greenkeeper[bot]@users.noreply.github.com> Date: Sun, 2 Feb 2020 14:58:22 +0000 Subject: [PATCH 2/2] chore(package): update lockfile yarn.lock --- yarn.lock | 21 ++++++++++++++------- 1 file changed, 14 insertions(+), 7 deletions(-) diff --git a/yarn.lock b/yarn.lock index 3ef287e..d82fa73 100644 --- a/yarn.lock +++ b/yarn.lock @@ -364,9 +364,10 @@ basic-auth@~2.0.0: dependencies: safe-buffer "5.1.1" -bcryptjs@^2.3.0: +bcryptjs@^2.4.3: version "2.4.3" resolved "https://registry.yarnpkg.com/bcryptjs/-/bcryptjs-2.4.3.tgz#9ab5627b93e60621ff7cdac5da9733027df1d0cb" + integrity sha1-mrVie5PmBiH/fNrF2pczAn3x0Ms= binary-extensions@^1.0.0: version "1.11.0" @@ -1718,14 +1719,15 @@ html-comment-regex@^1.1.0: resolved "https://registry.yarnpkg.com/html-comment-regex/-/html-comment-regex-1.1.2.tgz#97d4688aeb5c81886a364faa0cad1dda14d433a7" integrity sha512-P+M65QY2JQ5Y0G9KKdlDpo0zK+/OHptU5AaBwUfAIDJZk1MYf32Frm84EcOytfJE0t5JvkAnKlmjsXDnWzCJmQ== -http-auth@^3.2.3: - version "3.2.3" - resolved "https://registry.yarnpkg.com/http-auth/-/http-auth-3.2.3.tgz#636842b71d6e1f2c98dba09af54417a1fef8b61c" +http-auth@^4.0.0: + version "4.0.2" + resolved "https://registry.yarnpkg.com/http-auth/-/http-auth-4.0.2.tgz#ea149fcc568e90b0340b7e2374daf05ef4b6e7a6" + integrity sha512-J0HNZGW9kFdOPL9H1oPnnWcT6r9BJB+WM4bwhwobleP6mCHRJpS1GWL8U0x1ndSYu13+xbFVPph41TKwJDnC7w== dependencies: apache-crypt "^1.1.2" apache-md5 "^1.0.6" - bcryptjs "^2.3.0" - uuid "^3.0.0" + bcryptjs "^2.4.3" + uuid "^3.4.0" http-errors@1.6.3, http-errors@~1.6.2, http-errors@~1.6.3: version "1.6.3" @@ -3915,11 +3917,16 @@ utils-merge@1.0.1: version "0.0.3" resolved "https://github.com/shierro/uuid-validate/tarball/master#949bedccc670535b8d4a4f719f44b66375f6b8cf" -uuid@3.3.2, uuid@^3.0.0, uuid@^3.3.2: +uuid@3.3.2, uuid@^3.3.2: version "3.3.2" resolved "https://registry.yarnpkg.com/uuid/-/uuid-3.3.2.tgz#1b4af4955eb3077c501c23872fc6513811587131" integrity sha512-yXJmeNaw3DnnKAOKJE51sL/ZaYfWJRl1pK9dr19YFCu0ObS231AB1/LbqTKRAQ5kw8A90rA6fr4riOUpTZvQZA== +uuid@^3.4.0: + version "3.4.0" + resolved "https://registry.yarnpkg.com/uuid/-/uuid-3.4.0.tgz#b23e4358afa8a202fe7a100af1f5f883f02007ee" + integrity sha512-HjSDRw6gZE5JMggctHBcjVak08+KEVhSIiDzFnT9S9aegmp85S/bReBVTb4QTFaRNptJ9kuYaNhnbNEOkbKb/A== + validate-npm-package-license@^3.0.1: version "3.0.3" resolved "https://registry.yarnpkg.com/validate-npm-package-license/-/validate-npm-package-license-3.0.3.tgz#81643bcbef1bdfecd4623793dc4648948ba98338"