X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=examples%2Ftypescript%2Fhttp-server-pool%2Ffastify-cluster%2Fpackage.json;h=049904246ee8d06d8169d19b58750dbc08b66e1b;hb=0f9351bc4ec527ebd899ca7508131016c12f9f98;hp=01f5204c3f5494c3c664227786f6cd034c5ea0ae;hpb=41839895f6f35aaf9012f15a73855856f515a6b1;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 01f5204c..04990424 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.6.1", - "pnpm": "8.7.5" + "pnpm": "8.7.6" }, "scripts": { "build": "rollup --config", @@ -26,7 +26,7 @@ }, "devDependencies": { "@rollup/plugin-typescript": "^11.1.3", - "@types/node": "^20.6.0", + "@types/node": "^20.6.1", "autocannon": "^7.12.0", "rollup": "^3.29.2", "rollup-plugin-delete": "^2.0.0",