From 936405cef270e25aed9664d451cead59bc0ec837 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Sep 2024 18:03:10 +0000 Subject: [PATCH] Bump basic-auth-connect from 1.0.0 to 1.1.0 Bumps [basic-auth-connect](https://github.com/expressjs/basic-auth-connect) from 1.0.0 to 1.1.0. - [Release notes](https://github.com/expressjs/basic-auth-connect/releases) - [Commits](https://github.com/expressjs/basic-auth-connect/compare/1.0.0...1.1.0) --- updated-dependencies: - dependency-name: basic-auth-connect dependency-type: indirect ... Signed-off-by: dependabot[bot] --- yarn.lock | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/yarn.lock b/yarn.lock index 92372aa94a3..1300e6ee906 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4979,9 +4979,11 @@ base@^0.11.1: pascalcase "^0.1.1" basic-auth-connect@^1.0.0: - version "1.0.0" - resolved "https://registry.npmjs.org/basic-auth-connect/-/basic-auth-connect-1.0.0.tgz" - integrity sha1-/bC0OWLKe0BFanwrtI/hc9otISI= + version "1.1.0" + resolved "https://registry.npmjs.org/basic-auth-connect/-/basic-auth-connect-1.1.0.tgz#b44af37d5b3bd7561b56491e58cf26ae1578f0c7" + integrity sha512-rKcWjfiRZ3p5WS9e5q6msXa07s6DaFAMXoyowV+mb2xQG+oYdw2QEUyKi0Xp95JvXzShlM+oGy5QuqSK6TfC1Q== + dependencies: + tsscmp "^1.0.6" basic-auth@^2.0.1, basic-auth@~2.0.1: version "2.0.1" @@ -17078,6 +17080,11 @@ tslint@6.1.3: tslib "^1.13.0" tsutils "^2.29.0" +tsscmp@^1.0.6: + version "1.0.6" + resolved "https://registry.npmjs.org/tsscmp/-/tsscmp-1.0.6.tgz#85b99583ac3589ec4bfef825b5000aa911d605eb" + integrity sha512-LxhtAkPDTkVCMQjt2h6eBVY28KCjikZqZfMcC15YBeNjkgUpdCfBu5HoiOTDu86v6smE8yOjyEktJ8hlbANHQA== + tsutils@^2.29.0: version "2.29.0" resolved "https://registry.npmjs.org/tsutils/-/tsutils-2.29.0.tgz"