X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=examples%2Ftypescript%2Fhttp-server-pool%2Ffastify-cluster%2Fpackage.json;h=81ffb6cfe93b5db978dd0ffff304ce3f4f98be38;hb=dcf506bf57dd6ac13cc1567df180c039852c3652;hp=816f35750d3c1b46c8a4d547a640cb573168de9b;hpb=e24f64b0df8534e9cff218338405bbd59695b469;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 816f3575..81ffb6cf 100644 --- a/examples/typescript/http-server-pool/fastify-cluster/package.json +++ b/examples/typescript/http-server-pool/fastify-cluster/package.json @@ -7,7 +7,7 @@ "type": "module", "volta": { "node": "20.11.0", - "pnpm": "8.14.3" + "pnpm": "8.15.1" }, "scripts": { "build": "rollup --config --configPlugin typescript", @@ -21,12 +21,12 @@ "author": "", "license": "ISC", "dependencies": { - "fastify": "^4.25.2", + "fastify": "^4.26.0", "poolifier": "^3.1.19" }, "devDependencies": { "@rollup/plugin-typescript": "^11.1.6", - "@types/node": "^20.11.7", + "@types/node": "^20.11.10", "autocannon": "^7.14.0", "rollup": "^4.9.6", "rollup-plugin-delete": "^2.0.0",