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",