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=565b338fcfd777c35a2a8da6d4e088d355e191bc;hpb=d577f930d487c04ab3a6d63cbd25f68f95bc4298;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 565b338f..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", @@ -22,11 +22,11 @@ "license": "ISC", "dependencies": { "fastify": "^4.26.1", - "poolifier": "^3.1.20" + "poolifier": "^3.1.21" }, "devDependencies": { "@rollup/plugin-typescript": "^11.1.6", - "@types/node": "^20.11.19", + "@types/node": "^20.11.24", "autocannon": "^7.15.0", "rollup": "^4.12.0", "rollup-plugin-delete": "^2.0.0",