X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=examples%2Ftypescript%2Fhttp-server-pool%2Ffastify-cluster%2Fpackage.json;h=057f1dcea6b3346878e74b84b97c6b102f68e902;hb=b09629de6f7bd7600a4b74bd69630ed15f841908;hp=fc87c17961489e0149b68dd350513990ae4d9e5e;hpb=061c73fe2b7d67ed9f106557bc058b3ed80f1163;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 fc87c179..057f1dce 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.1", - "pnpm": "8.15.3" + "pnpm": "8.15.4" }, "scripts": { "build": "rollup --config --configPlugin typescript", @@ -26,7 +26,7 @@ }, "devDependencies": { "@rollup/plugin-typescript": "^11.1.6", - "@types/node": "^20.11.20", + "@types/node": "^20.11.24", "autocannon": "^7.15.0", "rollup": "^4.12.0", "rollup-plugin-delete": "^2.0.0",