X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=examples%2Ftypescript%2Fhttp-server-pool%2Ffastify-cluster%2Fpackage.json;h=b23c223d95bc92209a17b0f9653ce3a1fca425ea;hb=35e123a126d3d4c18ced42bf01c6c00dcfe89e10;hp=9ef606c137ac20977d146bb803be7f382a11bc80;hpb=265d154e94859e2b5cece8747233d99bdda91bc5;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 9ef606c1..b23c223d 100644 --- a/examples/typescript/http-server-pool/fastify-cluster/package.json +++ b/examples/typescript/http-server-pool/fastify-cluster/package.json @@ -6,8 +6,8 @@ "main": "dist/main.js", "type": "module", "volta": { - "node": "20.6.1", - "pnpm": "8.7.5" + "node": "20.7.0", + "pnpm": "8.7.6" }, "scripts": { "build": "rollup --config", @@ -22,11 +22,11 @@ "license": "ISC", "dependencies": { "fastify": "^4.23.2", - "poolifier": "^2.6.44" + "poolifier": "^2.7.1" }, "devDependencies": { "@rollup/plugin-typescript": "^11.1.3", - "@types/node": "^20.6.1", + "@types/node": "^20.7.0", "autocannon": "^7.12.0", "rollup": "^3.29.2", "rollup-plugin-delete": "^2.0.0",