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" } }