From ca620ac6c146915ad41eeea18c666487bd9948cb Mon Sep 17 00:00:00 2001 From: Frazer Smith Date: Wed, 31 Jul 2024 17:04:06 +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 c2ed3821..4e9caf30 100644 --- a/index.js +++ b/index.js @@ -567,7 +567,7 @@ function ajvFilePlugin (ajv) { * to consumer fastify in whatever way best suits their needs. */ module.exports = fp(fastifyMultipart, { - fastify: '4.x', + fastify: '5.x', name: '@fastify/multipart' }) module.exports.default = fastifyMultipart