From 002a20c969ba15d06355b1fde4c078ddd330ec88 Mon Sep 17 00:00:00 2001 From: Frazer Smith Date: Wed, 18 Sep 2024 18:35:26 +0100 Subject: [PATCH] chore: update fastify to ^5.0.0 (#315) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index ffd43f7..c996ece 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ "@typescript-eslint/parser": "^7.6.0", "adm-zip": "^0.5.12", "c8": "^10.1.2", - "fastify": "^5.0.0-alpha.4", + "fastify": "^5.0.0", "jsonstream": "^1.0.3", "standard": "^17.1.0", "tsd": "^0.31.0",