X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=examples%2Ftypescript%2Fhttp-server-pool%2Ffastify-hybrid%2Fpackage.json;h=c0c934168c15fbd52ceb020e0a3c4e3f28c3aa28;hb=1096af3d3e0e47c5be093a3a6a81ce0f80f46750;hp=c0560e7c7baebf263aea255058ebb49ba9089776;hpb=3bfe212d1f2cf9bb1e49197a42a1c99c0bfb82bb;p=poolifier.git diff --git a/examples/typescript/http-server-pool/fastify-hybrid/package.json b/examples/typescript/http-server-pool/fastify-hybrid/package.json index c0560e7c..c0c93416 100644 --- a/examples/typescript/http-server-pool/fastify-hybrid/package.json +++ b/examples/typescript/http-server-pool/fastify-hybrid/package.json @@ -7,9 +7,9 @@ "type": "module", "volta": { "node": "22.1.0", - "pnpm": "9.0.6" + "pnpm": "9.1.0" }, - "packageManager": "pnpm@9.0.6", + "packageManager": "pnpm@9.1.0", "scripts": { "build": "rollup --config --configPlugin typescript", "start": "node --enable-source-maps dist/main.cjs",