X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=examples%2Ftypescript%2Fhttp-server-pool%2Ffastify-hybrid%2Fpackage.json;h=0f27d26ae7cd72a76b9d6570361ec96ffc68780a;hb=dc83654281bc46f8b391e694749cecf106bcd681;hp=fe09b9f2a15cb8b63a024aa085820bdcde309a0e;hpb=8b7e3db54fbab12445e8c6be69194f25d76e6006;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 fe09b9f2..0f27d26a 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": "8.15.6" + "pnpm": "8.15.7" }, - "packageManager": "pnpm@8.15.6", + "packageManager": "pnpm@8.15.7", "scripts": { "build": "rollup --config --configPlugin typescript", "start": "node --enable-source-maps dist/main.cjs",