X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=examples%2Ftypescript%2Fhttp-server-pool%2Ffastify-hybrid%2Fpackage.json;h=601a92b816ad36cc76e841bc0cb2a0e1215f36cc;hb=7e8197db1602b86c1ca1acde5c9001295ef0d5a9;hp=657e284bc1967f94506881424316813a94dbd867;hpb=8ddf7ed8bb6b9b8b279b365d36f90a7b3ea19e28;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 657e284b..601a92b8 100644 --- a/examples/typescript/http-server-pool/fastify-hybrid/package.json +++ b/examples/typescript/http-server-pool/fastify-hybrid/package.json @@ -21,13 +21,13 @@ "author": "", "license": "ISC", "dependencies": { - "fastify": "^4.22.1", + "fastify": "^4.22.2", "fastify-plugin": "^4.5.1", - "poolifier": "^2.6.39" + "poolifier": "^2.6.40" }, "devDependencies": { "@rollup/plugin-typescript": "^11.1.3", - "@types/node": "^20.5.7", + "@types/node": "^20.5.8", "autocannon": "^7.12.0", "rollup": "^3.28.1", "rollup-plugin-delete": "^2.0.0",