Merge pull request #3 from frsposito/dependabot/npm_and_yarn/express-basic-auth-1.1.7

Bump express-basic-auth from 1.1.6 to 1.1.7
This commit is contained in:
Francesco Esposito 2019-11-03 10:43:12 +01:00 committed by GitHub
commit d83440eff7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@ -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"
}

View File

@ -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"
}
}