From 4491dd43f2f1a27c6561920e086919663d71ea3a Mon Sep 17 00:00:00 2001 From: Manuel Spigolon Date: Sun, 22 Sep 2024 11:32:46 +0200 Subject: [PATCH] chore: update fastify to ^5.0.0 Signed-off-by: Manuel Spigolon --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 8038283..2e64d93 100644 --- a/package.json +++ b/package.json @@ -37,7 +37,7 @@ "express": "^4.19.2", "express-http-proxy": "^2.0.0", "fast-proxy": "^2.1.0", - "fastify": "^5.0.0-alpha.4", + "fastify": "^5.0.0", "got": "^11.8.6", "http-errors": "^2.0.0", "http-proxy": "^1.18.1",