From aaa465e50a5353d42350f392df7c2415c23f8d48 Mon Sep 17 00:00:00 2001 From: Frazer Smith Date: Wed, 18 Sep 2024 17:03:12 +0100 Subject: [PATCH] chore: update fastify to ^5.0.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 9b04f5c..f6a7142 100644 --- a/package.json +++ b/package.json @@ -53,7 +53,7 @@ "ejs": "^3.1.10", "eta": "^3.4.0", "express": "^4.19.2", - "fastify": "^5.0.0-alpha.4", + "fastify": "^5.0.0", "handlebars": "^4.7.8", "html-minifier-terser": "^7.2.0", "liquidjs": "^10.11.0",