diff --git a/package.json b/package.json index 2132b5f1..76bf0269 100644 --- a/package.json +++ b/package.json @@ -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", diff --git a/yarn.lock b/yarn.lock index 7efcb4f7..eaeb872e 100644 --- a/yarn.lock +++ b/yarn.lock @@ -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"