X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=examples%2Ftypescript%2Fhttp-server-pool%2Ffastify-cluster%2Fpackage.json;h=c00d4aa6fa0b2dc14509aedb829bc181acbd8eba;hb=5a8834abcc1213a2d62d4712e0cbd693089ac26a;hp=36922a12709d74aebc016380b0a6ae88d8a0352f;hpb=79d4db829ad3f164769a1c9f4ce81185e92b1627;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 36922a12..c00d4aa6 100644 --- a/examples/typescript/http-server-pool/fastify-cluster/package.json +++ b/examples/typescript/http-server-pool/fastify-cluster/package.json @@ -6,7 +6,7 @@ "main": "dist/main.js", "type": "module", "volta": { - "node": "20.8.1", + "node": "20.9.0", "pnpm": "8.9.2" }, "scripts": { @@ -26,7 +26,7 @@ }, "devDependencies": { "@rollup/plugin-typescript": "^11.1.5", - "@types/node": "^20.8.7", + "@types/node": "^20.8.8", "autocannon": "^7.12.0", "rollup": "^4.1.4", "rollup-plugin-delete": "^2.0.0",