X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=examples%2Ftypescript%2Fhttp-server-pool%2Ffastify-cluster%2Fpackage.json;h=ff3345791c5569c53db6c280faeb957011e28cc6;hb=271599efbee6ef525c7b10c657f463f7df4d55f6;hp=fc87c17961489e0149b68dd350513990ae4d9e5e;hpb=1dc71af9d224c76624c827557e54989b4cf88432;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 fc87c179..ff334579 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.1", - "pnpm": "8.15.3" + "pnpm": "8.15.4" }, "scripts": { "build": "rollup --config --configPlugin typescript", @@ -21,16 +21,16 @@ "author": "", "license": "ISC", "dependencies": { - "fastify": "^4.26.1", - "poolifier": "^3.1.21" + "fastify": "^4.26.2", + "poolifier": "^3.1.22" }, "devDependencies": { "@rollup/plugin-typescript": "^11.1.6", - "@types/node": "^20.11.20", + "@types/node": "^20.11.28", "autocannon": "^7.15.0", - "rollup": "^4.12.0", + "rollup": "^4.13.0", "rollup-plugin-delete": "^2.0.0", "tslib": "^2.6.2", - "typescript": "^5.3.3" + "typescript": "^5.4.2" } }