X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=examples%2Ftypescript%2Fhttp-server-pool%2Ffastify-cluster%2Fpackage.json;fp=examples%2Ftypescript%2Fhttp-server-pool%2Ffastify-cluster%2Fpackage.json;h=b5639593176299f30159c2e52e70861b5d4aa848;hb=bcf1c155ec2e2d9208c8f818abd031662bd61d7f;hp=f782f3c10137c660a087b0152697baf42fb3b943;hpb=a9fc134421fb6926f4eff76d1d82c9bd8b341606;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 f782f3c1..b5639593 100644 --- a/examples/typescript/http-server-pool/fastify-cluster/package.json +++ b/examples/typescript/http-server-pool/fastify-cluster/package.json @@ -7,9 +7,9 @@ "type": "module", "volta": { "node": "20.12.2", - "pnpm": "9.0.3" + "pnpm": "9.0.4" }, - "packageManager": "pnpm@9.0.3", + "packageManager": "pnpm@9.0.4", "scripts": { "build": "rollup --config --configPlugin typescript", "start": "node --enable-source-maps dist/main.cjs",