X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=examples%2Ftypescript%2Fhttp-server-pool%2Ffastify-worker_threads%2Fpackage.json;h=c52824530fb46f1b22be90b71c5233a90e4adc78;hb=743d8754ea0dddcf0c782cdf14015ad7939ca760;hp=787bf496e66e4dcccf7a2cee8193bc4010ab5c39;hpb=6088b4dc80c089ee3fbb5bbaf3d99d10a8e55a82;p=poolifier.git diff --git a/examples/typescript/http-server-pool/fastify-worker_threads/package.json b/examples/typescript/http-server-pool/fastify-worker_threads/package.json index 787bf496..c5282453 100644 --- a/examples/typescript/http-server-pool/fastify-worker_threads/package.json +++ b/examples/typescript/http-server-pool/fastify-worker_threads/package.json @@ -7,7 +7,7 @@ "type": "module", "volta": { "node": "20.8.0", - "pnpm": "8.8.0" + "pnpm": "8.9.0" }, "scripts": { "build": "pnpm build:clean && tsc", @@ -21,7 +21,7 @@ "author": "", "license": "ISC", "dependencies": { - "fastify": "^4.23.2", + "fastify": "^4.24.0", "fastify-plugin": "^4.5.1", "poolifier": "^3.0.0" },