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=b909d91ff90f49c01a2f643dd77d67bda3ad8e67;hpb=5d59ef8fc3bb4082501d2f84c14408a2b7fcfacd;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 b909d91f..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.15.0" + "pnpm": "8.15.1" }, "scripts": { "build": "rollup --config --configPlugin typescript", @@ -21,7 +21,7 @@ "author": "", "license": "ISC", "dependencies": { - "fastify": "^4.25.2", + "fastify": "^4.26.0", "poolifier": "^3.1.19" }, "devDependencies": {