X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=examples%2Ftypescript%2Fhttp-server-pool%2Ffastify-hybrid%2Fpackage.json;h=f860951bc8fd44b2964091d9c578cdb374eeefc3;hb=76f45d09bc1ca436711bb592192bbdcc527ba170;hp=e201dee544975f539605a46ff10705488ecacb3c;hpb=7c7ba983c9324cbd30fb89923642385eb5f70748;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 e201dee5..f860951b 100644 --- a/examples/typescript/http-server-pool/fastify-hybrid/package.json +++ b/examples/typescript/http-server-pool/fastify-hybrid/package.json @@ -7,7 +7,7 @@ "type": "module", "volta": { "node": "20.6.1", - "pnpm": "8.7.5" + "pnpm": "8.7.6" }, "scripts": { "build": "rollup --config", @@ -27,7 +27,7 @@ }, "devDependencies": { "@rollup/plugin-typescript": "^11.1.3", - "@types/node": "^20.6.0", + "@types/node": "^20.6.1", "autocannon": "^7.12.0", "rollup": "^3.29.2", "rollup-plugin-delete": "^2.0.0",