X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=examples%2Ftypescript%2Fhttp-server-pool%2Ffastify-hybrid%2Fpackage.json;h=a2d2f20a383afeef9dbd4d30463843d8d7c95171;hb=89c71c9599fb0a0d437b56704b63aa84f44c7efa;hp=aac90c220bdcc2145a738c254891d5acf012cb73;hpb=ca759bada03b232987436fca4bd6d7b5408fd750;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 aac90c22..a2d2f20a 100644 --- a/examples/typescript/http-server-pool/fastify-hybrid/package.json +++ b/examples/typescript/http-server-pool/fastify-hybrid/package.json @@ -27,11 +27,11 @@ }, "devDependencies": { "@rollup/plugin-typescript": "^11.1.5", - "@types/node": "^20.10.1", + "@types/node": "^20.10.3", "autocannon": "^7.14.0", - "rollup": "^4.6.0", + "rollup": "^4.6.1", "rollup-plugin-delete": "^2.0.0", "tslib": "^2.6.2", - "typescript": "^5.3.2" + "typescript": "^5.3.3" } }