From fcc3beeb7d4c72b6b6189c6b4b3c135706003ad2 Mon Sep 17 00:00:00 2001 From: Frazer Smith Date: Tue, 15 Oct 2024 10:26:11 +0100 Subject: [PATCH] chore: update fastify to ^5.0.0 (#369) * chore: update fastify to ^5.0.0 * updated @fastify/websocket too Signed-off-by: Matteo Collina --------- Signed-off-by: Matteo Collina Co-authored-by: Matteo Collina --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 1a9fd37..2780570 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",