From 661f531d8fb71f130b4bf31e9f615e0478e59655 Mon Sep 17 00:00:00 2001 From: Frazer Smith Date: Wed, 31 Jul 2024 17:03:18 +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 6a9e5a9..89ee821 100644 --- a/index.js +++ b/index.js @@ -55,7 +55,7 @@ function fastifyAccepts (fastify, options, done) { } module.exports = fp(fastifyAccepts, { - fastify: '4.x', + fastify: '5.x', name: '@fastify/accepts' }) module.exports.default = fastifyAccepts