From 0d84c2aa74cd6bed87443bef147e23471df92ff1 Mon Sep 17 00:00:00 2001 From: Frazer Smith Date: Wed, 31 Jul 2024 22:58:38 +0100 Subject: [PATCH] chore: update min fastify version (#295) --- plugin.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin.js b/plugin.js index bd264ef..8aec1ca 100644 --- a/plugin.js +++ b/plugin.js @@ -188,7 +188,7 @@ function getHook (hook = 'onRequest') { } const fastifyCookie = fp(plugin, { - fastify: '4.x', + fastify: '5.x', name: '@fastify/cookie' })