X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=examples%2Ftypescript%2Fhttp-server-pool%2Ffastify-hybrid%2Fpackage.json;h=e201dee544975f539605a46ff10705488ecacb3c;hb=7c7ba983c9324cbd30fb89923642385eb5f70748;hp=78747180ce7cba382658729e29652695aa4a8e0a;hpb=463058203b2535b62d2861f9e4ec7629030b8b07;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 78747180..e201dee5 100644 --- a/examples/typescript/http-server-pool/fastify-hybrid/package.json +++ b/examples/typescript/http-server-pool/fastify-hybrid/package.json @@ -21,7 +21,7 @@ "author": "", "license": "ISC", "dependencies": { - "fastify": "^4.23.1", + "fastify": "^4.23.2", "fastify-plugin": "^4.5.1", "poolifier": "^2.6.44" }, @@ -29,7 +29,7 @@ "@rollup/plugin-typescript": "^11.1.3", "@types/node": "^20.6.0", "autocannon": "^7.12.0", - "rollup": "^3.29.1", + "rollup": "^3.29.2", "rollup-plugin-delete": "^2.0.0", "tslib": "^2.6.2", "typescript": "^5.2.2"