X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=examples%2Ftypescript%2Fhttp-server-pool%2Ffastify-cluster%2Fpackage.json;h=dcc44a3f7bdfc3fe4d7eb6da614ec3f52f1fddaf;hb=715a408a220582daa8ac0b84a12aaa8d1bb7a775;hp=f811f20d46782c6660a3619065f1528f4981ac35;hpb=549b366ab45127a0e6130403e6b62c80a3cbd36b;p=poolifier.git diff --git a/examples/typescript/http-server-pool/fastify-cluster/package.json b/examples/typescript/http-server-pool/fastify-cluster/package.json index f811f20d..dcc44a3f 100644 --- a/examples/typescript/http-server-pool/fastify-cluster/package.json +++ b/examples/typescript/http-server-pool/fastify-cluster/package.json @@ -7,7 +7,7 @@ "type": "module", "volta": { "node": "20.9.0", - "pnpm": "8.10.2" + "pnpm": "8.10.5" }, "scripts": { "build": "rollup --config --configPlugin typescript", @@ -28,7 +28,7 @@ "@rollup/plugin-typescript": "^11.1.5", "@types/node": "^20.9.0", "autocannon": "^7.12.0", - "rollup": "^4.3.0", + "rollup": "^4.4.1", "rollup-plugin-delete": "^2.0.0", "tslib": "^2.6.2", "typescript": "^5.2.2"