Update basic-auth to 2.0.1

This commit is contained in:
Jenni Nurmi 2018-12-03 10:28:46 +02:00
parent 15259a6b18
commit 736db7681f
2 changed files with 6 additions and 5 deletions

View file

@ -8,7 +8,7 @@
"array-includes": "^3.0.3",
"array.prototype.find": "^2.0.4",
"autosize": "^4.0.0",
"basic-auth": "^2.0.0",
"basic-auth": "^2.0.1",
"body-parser": "^1.18.2",
"classnames": "^2.2.5",
"compression": "^1.7.2",

View file

@ -1132,11 +1132,12 @@ base@^0.11.1:
mixin-deep "^1.2.0"
pascalcase "^0.1.1"
basic-auth@^2.0.0:
version "2.0.0"
resolved "https://registry.yarnpkg.com/basic-auth/-/basic-auth-2.0.0.tgz#015db3f353e02e56377755f962742e8981e7bbba"
basic-auth@^2.0.1:
version "2.0.1"
resolved "https://registry.yarnpkg.com/basic-auth/-/basic-auth-2.0.1.tgz#b998279bf47ce38344b4f3cf916d4679bbf51e3a"
integrity sha512-NF+epuEdnUYVlGuhaxbbq+dvJttwLnGY+YixlXlME5KpQ5W3CnXA5cVTneY3SPbPDRkcjMbifrwmFYcClgOZeg==
dependencies:
safe-buffer "5.1.1"
safe-buffer "5.1.2"
batch@0.6.1:
version "0.6.1"