From 46a2f433758b5e8ae354c69ad0c3e6ce8572d5e9 Mon Sep 17 00:00:00 2001 From: Frazer Smith Date: Wed, 31 Jul 2024 17:03:27 +0100 Subject: [PATCH] chore: update min fastify version --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.js b/index.js index dec9189..7e6859a 100644 --- a/index.js +++ b/index.js @@ -173,7 +173,7 @@ function getAuthenticateHeader (authenticate, useUtf8) { } module.exports = fp(fastifyBasicAuth, { - fastify: '4.x', + fastify: '5.x', name: '@fastify/basic-auth' }) module.exports.default = fastifyBasicAuth