From 618208589859648b456f5429eb77fee3ed0db270 Mon Sep 17 00:00:00 2001 From: Frazer Smith Date: Thu, 1 Aug 2024 16:02:04 +0100 Subject: [PATCH] chore: update min fastify version (#170) --- 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