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=b762a0d25529b8d5c7333d45302908c920da2713;hb=bcf1c155ec2e2d9208c8f818abd031662bd61d7f;hp=3d67a7936ff8d53184e80639cccaf418be972ac4;hpb=a9fc134421fb6926f4eff76d1d82c9bd8b341606;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 3d67a793..b762a0d2 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.3" + "pnpm": "9.0.4" }, - "packageManager": "pnpm@9.0.3", + "packageManager": "pnpm@9.0.4", "scripts": { "build": "rollup --config --configPlugin typescript", "start": "node --enable-source-maps dist/main.cjs",