X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=examples%2Ftypescript%2Fhttp-server-pool%2Ffastify-hybrid%2Fpackage.json;h=a8c21370ab8f5062a992147c60d541df0404f58c;hb=34305bb8ec6a9876c8e73c87e35654d2382b9db7;hp=87150295ae51a097d17c8d048a0a85a44a0f778b;hpb=921abad52d44763cff42a66263453fab29a6b1c5;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 87150295..a8c21370 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.22.2", "fastify-plugin": "^4.5.1", - "poolifier": "^2.6.41" + "poolifier": "^2.6.42" }, "devDependencies": { "@rollup/plugin-typescript": "^11.1.3", "@types/node": "^20.5.9", "autocannon": "^7.12.0", - "rollup": "^3.28.1", + "rollup": "^3.29.0", "rollup-plugin-delete": "^2.0.0", "tslib": "^2.6.2", "typescript": "^5.2.2"