From 5269f10b6fd38fc7e0eccc65770e13e43f9e5ec1 Mon Sep 17 00:00:00 2001 From: Frazer Smith Date: Wed, 18 Sep 2024 17:03:06 +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 5543077..889105e 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ "homepage": "https://github.com/fastify/fast-json-stringify-compiler#readme", "devDependencies": { "@fastify/pre-commit": "^2.1.0", - "fastify": "^5.0.0-alpha.4", + "fastify": "^5.0.0", "sanitize-filename": "^1.6.3", "standard": "^17.1.0", "tap": "^18.7.2",