From 61ff6217c3bed3b765256d0f65623f957531b6d9 Mon Sep 17 00:00:00 2001 From: Tony133 Date: Thu, 22 Jan 2026 15:42:04 +0100 Subject: [PATCH] chore(examples): update fastify to 5.7.1 --- examples/reconnection/proxy/package.json | 2 +- examples/reconnection/unstable-target/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/reconnection/proxy/package.json b/examples/reconnection/proxy/package.json index 1ed048a..db96e85 100644 --- a/examples/reconnection/proxy/package.json +++ b/examples/reconnection/proxy/package.json @@ -7,6 +7,6 @@ "dev": "node --watch index.js" }, "dependencies": { - "fastify": "^5.2.1" + "fastify": "^5.7.1" } } diff --git a/examples/reconnection/unstable-target/package.json b/examples/reconnection/unstable-target/package.json index 4a33bd8..b74d4c5 100644 --- a/examples/reconnection/unstable-target/package.json +++ b/examples/reconnection/unstable-target/package.json @@ -8,7 +8,7 @@ "dev": "node --watch index.js" }, "dependencies": { - "fastify": "^5.2.1", + "fastify": "^5.7.1", "forever": "^4.0.3" } }