From 91da3744eb6872f5c2d5c133fc57de8f260ef496 Mon Sep 17 00:00:00 2001 From: Frazer Smith Date: Tue, 6 Aug 2024 17:02:50 +0100 Subject: [PATCH] chore: update min fastify version (#147) --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.js b/index.js index 832bd7a..009beb6 100644 --- a/index.js +++ b/index.js @@ -91,7 +91,7 @@ function fastifyCaching (instance, options, next) { } module.exports = fp(fastifyCaching, { - fastify: '4.x', + fastify: '5.x', name: '@fastify/caching' }) module.exports.default = fastifyCaching