From c114024b2add9ca040bd511f893c69db191d9b13 Mon Sep 17 00:00:00 2001 From: Frazer Smith Date: Wed, 31 Jul 2024 17:04:25 +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 3e97bde..1e3bc97 100644 --- a/index.js +++ b/index.js @@ -127,7 +127,7 @@ function schemaErrorsText (errors) { } module.exports = fp(fastifyResponseValidation, { - fastify: '4.x', + fastify: '5.x', name: '@fastify/response-validation' }) module.exports.default = fastifyResponseValidation