X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=examples%2Ftypescript%2Fhttp-server-pool%2Ffastify-cluster%2Fpackage.json;h=007aea485f13d33f6d7346bb363273738805b00a;hb=c26ae55d82478ca2be7c96404b5efe39ace646a4;hp=9504c668da013ff56e1a18cc7f94f33a118ed5bb;hpb=c2515a41c44109efe5dfcb92db2fbc95dc5912ba;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 9504c668..007aea48 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.0" + "pnpm": "8.10.2" }, "scripts": { "build": "rollup --config --configPlugin typescript", @@ -26,9 +26,9 @@ }, "devDependencies": { "@rollup/plugin-typescript": "^11.1.5", - "@types/node": "^20.8.9", + "@types/node": "^20.8.10", "autocannon": "^7.12.0", - "rollup": "^4.1.5", + "rollup": "^4.3.0", "rollup-plugin-delete": "^2.0.0", "tslib": "^2.6.2", "typescript": "^5.2.2"