X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=examples%2Ftypescript%2Fhttp-server-pool%2Ffastify-hybrid%2Fpackage.json;h=c0c934168c15fbd52ceb020e0a3c4e3f28c3aa28;hb=d48b99b25533b46fd9a4a6100a31f9ddcba17b17;hp=98e4635f14f6bfa10d07a97c00e8665e15212393;hpb=5bce9acc6be94ef36b2d31a2fec0d3892f605d42;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 98e4635f..c0c93416 100644 --- a/examples/typescript/http-server-pool/fastify-hybrid/package.json +++ b/examples/typescript/http-server-pool/fastify-hybrid/package.json @@ -6,10 +6,10 @@ "main": "dist/main.js", "type": "module", "volta": { - "node": "22.0.0", - "pnpm": "9.0.6" + "node": "22.1.0", + "pnpm": "9.1.0" }, - "packageManager": "pnpm@9.0.6", + "packageManager": "pnpm@9.1.0", "scripts": { "build": "rollup --config --configPlugin typescript", "start": "node --enable-source-maps dist/main.cjs",