From 3df915306f07589189097c5fb11912cfe973882d Mon Sep 17 00:00:00 2001 From: Frazer Smith Date: Thu, 19 Sep 2024 13:41:19 +0100 Subject: [PATCH] chore: update fastify to ^5.0.0 (#172) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index c93fe44..e8ca7b1 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ "devDependencies": { "@fastify/pre-commit": "^2.1.0", "@types/node": "^22.0.0", - "fastify": "^5.0.0-alpha.4", + "fastify": "^5.0.0", "request": "^2.88.0", "snazzy": "^9.0.0", "standard": "^17.1.0",