From 0ba0b2ed52b22c75d507e9ab64eabefac69119d8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 17 Aug 2021 06:37:41 +0000 Subject: [PATCH] Bump basic-auth from 1.1.0 to 2.0.1 Bumps [basic-auth](https://github.com/jshttp/basic-auth) from 1.1.0 to 2.0.1. - [Release notes](https://github.com/jshttp/basic-auth/releases) - [Changelog](https://github.com/jshttp/basic-auth/blob/master/HISTORY.md) - [Commits](https://github.com/jshttp/basic-auth/compare/v1.1.0...v2.0.1) --- updated-dependencies: - dependency-name: basic-auth dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 9 ++++++--- 2 files changed, 7 insertions(+), 4 deletions(-) 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"