X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=examples%2Ftypescript%2Fhttp-server-pool%2Ffastify-hybrid%2Fpackage.json;fp=examples%2Ftypescript%2Fhttp-server-pool%2Ffastify-hybrid%2Fpackage.json;h=a8339a7901e5fbb5646c199498274da7d8e90e09;hb=ba0ad5be6ce8cb88fa0fea9b4d9adab001aadc8a;hp=eb19863b6b1869ebc42720544a23679edeeedf48;hpb=16799c66c5ad6869a9234215e97b7ce0346ca624;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 eb19863b..a8339a79 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": "20.12.2", - "pnpm": "9.0.5" + "pnpm": "9.0.6" }, - "packageManager": "pnpm@9.0.5", + "packageManager": "pnpm@9.0.6", "scripts": { "build": "rollup --config --configPlugin typescript", "start": "node --enable-source-maps dist/main.cjs",