From 9b83db6321ac6b2a043dc4f12405878639a327a2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 4 Nov 2021 08:24:28 +0000 Subject: [PATCH] Bump fastify-basic-auth from 2.0.0 to 2.1.0 in /quirrel Bumps [fastify-basic-auth](https://github.com/fastify/fastify-basic-auth) from 2.0.0 to 2.1.0. - [Release notes](https://github.com/fastify/fastify-basic-auth/releases) - [Commits](https://github.com/fastify/fastify-basic-auth/compare/v2.0.0...v2.1.0) --- updated-dependencies: - dependency-name: fastify-basic-auth dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- quirrel/package-lock.json | 14 +++++++------- quirrel/package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/quirrel/package-lock.json b/quirrel/package-lock.json index 5f063fe0f..c33c61cb6 100644 --- a/quirrel/package-lock.json +++ b/quirrel/package-lock.json @@ -25,7 +25,7 @@ "expand-tilde": "2.0.2", "fast-glob": "3.2.5", "fastify": "3.16.2", - "fastify-basic-auth": "2.0.0", + "fastify-basic-auth": "2.1.0", "fastify-blipp": "3.1.0", "fastify-cors": "6.0.1", "fastify-plugin": "3.0.0", @@ -3316,9 +3316,9 @@ } }, "node_modules/fastify-basic-auth": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/fastify-basic-auth/-/fastify-basic-auth-2.0.0.tgz", - "integrity": "sha512-En1igGRJOKuFbHILS7Dr+CY62EOW1/cMDrDy/LuMjheuMbs+03B+hx67jByoe42aMxs6GFHkZ8i24ylxlNIeFA==", + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/fastify-basic-auth/-/fastify-basic-auth-2.1.0.tgz", + "integrity": "sha512-2ZLFjozJgOOpoOkqFpclOqrwoQGua2JNu+pMoAfhtnhehuIseGO9bUg1lBSwC+3WU53ebDMHmc65SYvPBhxBGQ==", "dependencies": { "basic-auth": "^2.0.1", "fastify-plugin": "^3.0.0", @@ -11506,9 +11506,9 @@ } }, "fastify-basic-auth": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/fastify-basic-auth/-/fastify-basic-auth-2.0.0.tgz", - "integrity": "sha512-En1igGRJOKuFbHILS7Dr+CY62EOW1/cMDrDy/LuMjheuMbs+03B+hx67jByoe42aMxs6GFHkZ8i24ylxlNIeFA==", + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/fastify-basic-auth/-/fastify-basic-auth-2.1.0.tgz", + "integrity": "sha512-2ZLFjozJgOOpoOkqFpclOqrwoQGua2JNu+pMoAfhtnhehuIseGO9bUg1lBSwC+3WU53ebDMHmc65SYvPBhxBGQ==", "requires": { "basic-auth": "^2.0.1", "fastify-plugin": "^3.0.0", diff --git a/quirrel/package.json b/quirrel/package.json index f781cf04d..05934dcd7 100644 --- a/quirrel/package.json +++ b/quirrel/package.json @@ -81,7 +81,7 @@ "expand-tilde": "2.0.2", "fast-glob": "3.2.5", "fastify": "3.16.2", - "fastify-basic-auth": "2.0.0", + "fastify-basic-auth": "2.1.0", "fastify-blipp": "3.1.0", "fastify-cors": "6.0.1", "fastify-plugin": "3.0.0",