X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=examples%2Ftypescript%2Fhttp-server-pool%2Ffastify-hybrid%2Fpackage.json;h=a2d2f20a383afeef9dbd4d30463843d8d7c95171;hb=ab2cb6d33349e538dac44f8bf76bf499e5416066;hp=774c6b4e0243b44d4a4093d4e27f25f5497dcc1f;hpb=299b3d1f34f3447d752c3ea932179b2e7e81d8e4;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 774c6b4e..a2d2f20a 100644 --- a/examples/typescript/http-server-pool/fastify-hybrid/package.json +++ b/examples/typescript/http-server-pool/fastify-hybrid/package.json @@ -23,15 +23,15 @@ "dependencies": { "fastify": "^4.24.3", "fastify-plugin": "^4.5.1", - "poolifier": "^3.0.8" + "poolifier": "^3.0.9" }, "devDependencies": { "@rollup/plugin-typescript": "^11.1.5", - "@types/node": "^20.10.0", + "@types/node": "^20.10.3", "autocannon": "^7.14.0", - "rollup": "^4.5.2", + "rollup": "^4.6.1", "rollup-plugin-delete": "^2.0.0", "tslib": "^2.6.2", - "typescript": "^5.3.2" + "typescript": "^5.3.3" } }