X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=examples%2Ftypescript%2Fhttp-server-pool%2Ffastify-cluster%2Fpackage.json;h=284d4a8bb796df99c7063bb99d91ab03ad785fe7;hb=07b2f34574a8e38070663bf632f3b2f164c9733a;hp=6322ff168cd398641e8f243d6914cb63f9cdd2c1;hpb=aa1e0433fcfdc47175d6144524bcda57ab2947a1;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 6322ff16..284d4a8b 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.5.1", - "pnpm": "8.7.0" + "pnpm": "8.7.1" }, "scripts": { "build": "rollup --config", @@ -21,12 +21,12 @@ "author": "", "license": "ISC", "dependencies": { - "fastify": "^4.22.0", + "fastify": "^4.22.2", "poolifier": "^2.6.39" }, "devDependencies": { "@rollup/plugin-typescript": "^11.1.3", - "@types/node": "^20.5.7", + "@types/node": "^20.5.8", "autocannon": "^7.12.0", "rollup": "^3.28.1", "rollup-plugin-delete": "^2.0.0",