X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=examples%2Ftypescript%2Fhttp-server-pool%2Ffastify-cluster%2Fpackage.json;h=2bce15550c2a0376f9edb9f672db368b97ac76b3;hb=665702eef3ad8153279b344e0276687f7f50c10f;hp=84b9a38487433aaf2164d6177db44ea5c205c3d6;hpb=41ad8560b4bc9bed1f1840deda65d619ba68d485;p=poolifier.git diff --git a/examples/typescript/http-server-pool/fastify-cluster/package.json b/examples/typescript/http-server-pool/fastify-cluster/package.json index 84b9a384..2bce1555 100644 --- a/examples/typescript/http-server-pool/fastify-cluster/package.json +++ b/examples/typescript/http-server-pool/fastify-cluster/package.json @@ -6,8 +6,8 @@ "main": "dist/main.js", "type": "module", "volta": { - "node": "20.5.1", - "pnpm": "8.7.1" + "node": "20.6.0", + "pnpm": "8.7.3" }, "scripts": { "build": "rollup --config",