From 6547b2a1bc97e9c9976c3d81fdac4c4be0f9a943 Mon Sep 17 00:00:00 2001 From: Frazer Smith Date: Wed, 31 Jul 2024 17:03:45 +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 95d3f5b..1b2792c 100644 --- a/index.js +++ b/index.js @@ -23,7 +23,7 @@ function fastifyEnv (fastify, opts, done) { } module.exports = fp(fastifyEnv, { - fastify: '4.x', + fastify: '5.x', name: '@fastify/env' }) module.exports.default = fastifyEnv