X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=examples%2Ftypescript%2Fhttp-server-pool%2Ffastify-cluster%2Fpackage.json;h=bc9785fa2d8a21237f50ba4ae3f0d88896cfdda6;hb=ecdd9f98583c14e55210b00b1cedabf360354709;hp=44efdd30b32c2171e32fd5e7213176706950fb5c;hpb=6efb317c85c9ae01d7ef732b24a2609dca2b1976;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 44efdd30..bc9785fa 100644 --- a/examples/typescript/http-server-pool/fastify-cluster/package.json +++ b/examples/typescript/http-server-pool/fastify-cluster/package.json @@ -20,7 +20,7 @@ "license": "ISC", "dependencies": { "fastify": "^4.21.0", - "poolifier": "^2.6.32" + "poolifier": "^2.6.34" }, "devDependencies": { "@rollup/plugin-typescript": "^11.1.2", @@ -28,6 +28,6 @@ "rollup": "^3.28.1", "rollup-plugin-delete": "^2.0.0", "tslib": "^2.6.2", - "typescript": "^5.1.6" + "typescript": "^5.2.2" } }