From 84099d1ffee253ba2e8b0014813ad1f615750cc5 Mon Sep 17 00:00:00 2001 From: Frazer Smith Date: Wed, 18 Sep 2024 17:03:02 +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 5704a27..d96802b 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ "@fastify/type-provider-typebox": "^5.0.0", "@types/node": "^22.0.0", "@types/ws": "^8.5.10", - "fastify": "^5.0.0-alpha.4", + "fastify": "^5.0.0", "fastify-tsconfig": "^2.0.0", "split2": "^4.2.0", "standard": "^17.1.0",