From 1893aa9b32199f596c33971b16b649eb13a9b848 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 3 Nov 2019 09:38:17 +0000 Subject: [PATCH] Bump express-basic-auth from 1.1.6 to 1.1.7 Bumps [express-basic-auth](https://github.com/LionC/express-basic-auth) from 1.1.6 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.6...v1.1.7) Signed-off-by: dependabot[bot] --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index d0727df..7dac244 100644 --- a/package-lock.json +++ b/package-lock.json @@ -699,9 +699,9 @@ } }, "express-basic-auth": { - "version": "1.1.6", - "resolved": "https://registry.npmjs.org/express-basic-auth/-/express-basic-auth-1.1.6.tgz", - "integrity": "sha512-fRh/UU2q/YhvY0/Pkzi3VcLyjIExveW2NOOnOGgO6yO0jKXt6zcKPVPWSrL8nlhlh+YEH5LOjz+CGFML5dJQNw==", + "version": "1.1.7", + "resolved": "https://registry.npmjs.org/express-basic-auth/-/express-basic-auth-1.1.7.tgz", + "integrity": "sha512-gofejPlyXxuRQfbc2pfCBEjFgKUPwICLoEJuC6i2KqBPBszBU7bIKvpEKrsU0oCCFDo2L1YuK/KSG5gVyess+A==", "requires": { "basic-auth": "^2.0.1" } diff --git a/package.json b/package.json index ee10189..05e26d3 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,7 @@ "body-parser": "^1.18.3", "bunyan": "^1.8.12", "express": "^4.16.4", - "express-basic-auth": "^1.1.6", + "express-basic-auth": "^1.1.7", "mongoose": "^5.7.5" } }