From b88a58fc453d9b63ad3e72f490a7957d18214d8e Mon Sep 17 00:00:00 2001 From: Frazer Smith Date: Wed, 31 Jul 2024 17:04:17 +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 40413b5..3895395 100644 --- a/index.js +++ b/index.js @@ -280,7 +280,7 @@ function rateLimitRequestHandler (pluginComponent, params) { } module.exports = fp(fastifyRateLimit, { - fastify: '4.x', + fastify: '5.x', name: '@fastify/rate-limit' }) module.exports.default = fastifyRateLimit