X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=examples%2Ftypescript%2Fhttp-server-pool%2Ffastify-cluster%2Fpackage.json;h=28e724e897845cea66ba9cff58f76dc7576be2ce;hb=d71ff32b4fafa85847043054d1174efc6b9b391e;hp=8d2121ee77703f8dacc429c6f9ec79e5566d326f;hpb=e36216e97729d3a488859e5e9cb6a310c1dc59f2;p=poolifier.git diff --git a/examples/typescript/http-server-pool/fastify-cluster/package.json b/examples/typescript/http-server-pool/fastify-cluster/package.json index 8d2121ee..28e724e8 100644 --- a/examples/typescript/http-server-pool/fastify-cluster/package.json +++ b/examples/typescript/http-server-pool/fastify-cluster/package.json @@ -25,9 +25,9 @@ "devDependencies": { "@rollup/plugin-typescript": "^11.1.2", "@types/node": "^20.5.4", - "rollup": "^3.28.0", + "rollup": "^3.28.1", "rollup-plugin-delete": "^2.0.0", "tslib": "^2.6.2", - "typescript": "^5.1.6" + "typescript": "^5.2.2" } }