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=5e303aca68edbfa67316c06a6c4a7d03d5e0536f;hpb=695dc52f9bf5a8013d7c96266409bc7a568f1587;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 5e303aca..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", @@ -29,7 +29,7 @@ "@rollup/plugin-typescript": "^11.1.3", "@types/node": "^20.6.1", "autocannon": "^7.12.0", - "rollup": "^3.29.1", + "rollup": "^3.29.2", "rollup-plugin-delete": "^2.0.0", "tslib": "^2.6.2", "typescript": "^5.2.2"