From 37ff600fd49baf36c067024553ea798052a60be5 Mon Sep 17 00:00:00 2001 From: Frazer Smith Date: Thu, 1 Aug 2024 16:00:58 +0100 Subject: [PATCH] chore: update min fastify version (#161) --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.js b/index.js index a183dec..e5d808a 100644 --- a/index.js +++ b/index.js @@ -137,7 +137,7 @@ function getUserInfoDefault (req) { } module.exports = fp(fastifyCsrfProtection, { - fastify: '4.x', + fastify: '5.x', name: '@fastify/csrf-protection' }) module.exports.default = fastifyCsrfProtection