X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=examples%2Ftypescript%2Fhttp-server-pool%2Ffastify-hybrid%2Fpackage.json;h=fc7ce8a116d7781dfaf93e404bb5824a3fa10548;hb=427461149d0146571efd6f7544753189754af105;hp=9a54a841c74095cf5d302819ece75a75b77f3d76;hpb=7cf320c9070f49efc4c68d9330d11c61fb995359;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 9a54a841..fc7ce8a1 100644 --- a/examples/typescript/http-server-pool/fastify-hybrid/package.json +++ b/examples/typescript/http-server-pool/fastify-hybrid/package.json @@ -23,13 +23,13 @@ "dependencies": { "fastify": "^4.25.2", "fastify-plugin": "^4.5.1", - "poolifier": "^3.1.16" + "poolifier": "^3.1.18" }, "devDependencies": { "@rollup/plugin-typescript": "^11.1.5", "@types/node": "^20.10.6", "autocannon": "^7.14.0", - "rollup": "^4.9.3", + "rollup": "^4.9.4", "rollup-plugin-delete": "^2.0.0", "tslib": "^2.6.2", "typescript": "^5.3.3"