X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=examples%2Ftypescript%2Fhttp-server-pool%2Ffastify-cluster%2Fpackage.json;h=38d7251e6a9834b718264235f1beefb7fad19722;hb=52f14b38e361e1f0b80fc434808a34ae794858d6;hp=6315917b7b4c1895423bd3d7a640634e59272d6a;hpb=3dadb9c5b22c8a7e2e75fd2210e3456ea487e38a;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 6315917b..38d7251e 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.11.0", - "pnpm": "8.14.1" + "pnpm": "8.15.0" }, "scripts": { "build": "rollup --config --configPlugin typescript", @@ -26,7 +26,7 @@ }, "devDependencies": { "@rollup/plugin-typescript": "^11.1.6", - "@types/node": "^20.11.5", + "@types/node": "^20.11.9", "autocannon": "^7.14.0", "rollup": "^4.9.6", "rollup-plugin-delete": "^2.0.0",