X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=examples%2Ftypescript%2Fhttp-server-pool%2Ffastify-cluster%2Fpackage.json;h=380a36b429149b00f1c8772a41a63eee5b2e2669;hb=0f0d88297253cfb89d094c444275526ffaab9838;hp=52053d21b806287d348d92d6f6cb13caec9bb7fa;hpb=c03520402c4c5f329df346b743b64da08555995c;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 52053d21..380a36b4 100644 --- a/examples/typescript/http-server-pool/fastify-cluster/package.json +++ b/examples/typescript/http-server-pool/fastify-cluster/package.json @@ -23,15 +23,15 @@ "license": "ISC", "dependencies": { "fastify": "^4.28.0", - "poolifier": "^4.0.14" + "poolifier": "^4.0.15" }, "devDependencies": { "@rollup/plugin-typescript": "^11.1.6", - "@types/node": "^20.14.3", + "@types/node": "^20.14.6", "autocannon": "^7.15.0", "rollup": "^4.18.0", "rollup-plugin-delete": "^2.0.0", "tslib": "^2.6.3", - "typescript": "^5.4.5" + "typescript": "^5.5.2" } }