diff --git a/package.json b/package.json index e22436a006..b1a86dbef2 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ "@devicefarmer/adbkit-monkey": "^1.0.1", "android-device-list": "^1.2.1", "aws-sdk": "^2.4.13", - "basic-auth": "^1.0.3", + "basic-auth": "^2.0.1", "bluebird": "^2.10.1", "body-parser": "^1.13.3", "bufferutil": "^1.2.1", diff --git a/yarn.lock b/yarn.lock index 78d6ceae67..4d2259a194 100644 --- a/yarn.lock +++ b/yarn.lock @@ -846,9 +846,12 @@ base@^0.11.1: mixin-deep "^1.2.0" pascalcase "^0.1.1" -basic-auth@^1.0.3: - version "1.1.0" - resolved "https://registry.yarnpkg.com/basic-auth/-/basic-auth-1.1.0.tgz#45221ee429f7ee1e5035be3f51533f1cdfd29884" +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.2" batch@0.6.1: version "0.6.1"