X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=examples%2Ftypescript%2Fhttp-server-pool%2Ffastify-cluster%2Fpackage.json;h=057f1dcea6b3346878e74b84b97c6b102f68e902;hb=d8b89c93a3f294e258b715e7aeb5ffb6155f614a;hp=fc87c17961489e0149b68dd350513990ae4d9e5e;hpb=1dc71af9d224c76624c827557e54989b4cf88432;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",