From 2680c7bfe37957f377ebc072d69d4129e627486b Mon Sep 17 00:00:00 2001 From: Matteo Collina Date: Thu, 27 Apr 2023 12:40:38 +0200 Subject: [PATCH] Update to @fastify/websocket v8 (#987) Signed-off-by: Matteo Collina --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 4cf1f5e1..9d4b2b74 100644 --- a/package.json +++ b/package.json @@ -42,7 +42,7 @@ "autocannon": "^7.3.0", "concurrently": "^8.0.1", "docsify-cli": "^4.4.3", - "fastify": "^4.0.0", + "fastify": "^4.16.0", "graphql-ws": "^5.11.2", "pre-commit": "^1.2.2", "proxyquire": "^2.1.3", @@ -58,7 +58,7 @@ "dependencies": { "@fastify/error": "^3.0.0", "@fastify/static": "^6.0.0", - "@fastify/websocket": "^7.0.0", + "@fastify/websocket": "^8.0.0", "fastify-plugin": "^4.2.0", "graphql": "^16.0.0", "graphql-jit": "^0.8.0",