From 3b1e86ac327dd7d59ff0e458000d0891f41367c2 Mon Sep 17 00:00:00 2001 From: Frazer Smith Date: Wed, 18 Sep 2024 17:02:10 +0100 Subject: [PATCH 1/2] 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 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", From 888308385ef27eaf019f2c30b74bba21a4fbe899 Mon Sep 17 00:00:00 2001 From: Matteo Collina Date: Tue, 15 Oct 2024 11:23:38 +0200 Subject: [PATCH 2/2] updated @fastify/websocket too Signed-off-by: Matteo Collina --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 2e64d93..d698eed 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ "homepage": "https://github.com/fastify/fastify-http-proxy#readme", "devDependencies": { "@fastify/pre-commit": "^2.1.0", - "@fastify/websocket": "^10.0.1", + "@fastify/websocket": "^11.0.0", "@types/node": "^22.0.0", "@types/ws": "^8.5.10", "@typescript-eslint/eslint-plugin": "^7.6.0",