X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=examples%2Ftypescript%2Fhttp-server-pool%2Ffastify-hybrid%2Fpackage.json;h=fe5a7abb68cb598c9a0b4049c86db0783d212c21;hb=b7ae43e2ae1bdc9d16dde42c1406e9124befef0e;hp=535c6c916fc34afbc9b8f606112fc90d360d8c70;hpb=5f61c433a8580bc7f0944f2dda8a4a43ecf902dd;p=poolifier.git diff --git a/examples/typescript/http-server-pool/fastify-hybrid/package.json b/examples/typescript/http-server-pool/fastify-hybrid/package.json index 535c6c91..fe5a7abb 100644 --- a/examples/typescript/http-server-pool/fastify-hybrid/package.json +++ b/examples/typescript/http-server-pool/fastify-hybrid/package.json @@ -21,15 +21,15 @@ "author": "", "license": "ISC", "dependencies": { - "fastify": "^4.24.1", + "fastify": "^4.24.2", "fastify-plugin": "^4.5.1", - "poolifier": "^3.0.0" + "poolifier": "^3.0.1" }, "devDependencies": { "@rollup/plugin-typescript": "^11.1.5", "@types/node": "^20.8.6", "autocannon": "^7.12.0", - "rollup": "^4.1.0", + "rollup": "^4.1.4", "rollup-plugin-delete": "^2.0.0", "tslib": "^2.6.2", "typescript": "^5.2.2"