X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=examples%2Ftypescript%2Fhttp-server-pool%2Ffastify-hybrid%2Fpackage.json;h=928ef45584c89aedecedc50177986cefaee2685a;hb=8ed79fc65a4a273741c77d8b62f1cf0f4d6b8487;hp=126a2c9b37dd8b86db91f70605b8c4bcbe3642d4;hpb=3d5424d527d95ae9141ac916b121510762f8b7f3;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 126a2c9b..928ef455 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.0" + "pnpm": "9.0.1" }, - "packageManager": "pnpm@9.0.0", + "packageManager": "pnpm@9.0.1", "scripts": { "build": "rollup --config --configPlugin typescript", "start": "node --enable-source-maps dist/main.cjs",