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