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=1b1b7c48d28a6d5d982710e1714e6a7df93d94df;hb=e1e012cc5e191a56cf5ec4939b3906dfc1eb3edb;hp=928ef45584c89aedecedc50177986cefaee2685a;hpb=8ed79fc65a4a273741c77d8b62f1cf0f4d6b8487;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 928ef455..1b1b7c48 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.1" + "pnpm": "9.0.2" }, - "packageManager": "pnpm@9.0.1", + "packageManager": "pnpm@9.0.2", "scripts": { "build": "rollup --config --configPlugin typescript", "start": "node --enable-source-maps dist/main.cjs",