X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=examples%2Ftypescript%2Fhttp-server-pool%2Ffastify-cluster%2Fpackage.json;h=030aa4c7c459650522ce4fca086ea61ad5df36f3;hb=8a11c8fd0b8be823629d0475ee16362b0bb31d25;hp=284d4a8bb796df99c7063bb99d91ab03ad785fe7;hpb=c0bada80e92ec3fa8d43bef4283feb06ba1f3cc7;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 284d4a8b..030aa4c7 100644 --- a/examples/typescript/http-server-pool/fastify-cluster/package.json +++ b/examples/typescript/http-server-pool/fastify-cluster/package.json @@ -6,8 +6,8 @@ "main": "dist/main.js", "type": "module", "volta": { - "node": "20.5.1", - "pnpm": "8.7.1" + "node": "20.6.1", + "pnpm": "8.7.5" }, "scripts": { "build": "rollup --config", @@ -21,14 +21,14 @@ "author": "", "license": "ISC", "dependencies": { - "fastify": "^4.22.2", - "poolifier": "^2.6.39" + "fastify": "^4.23.0", + "poolifier": "^2.6.44" }, "devDependencies": { "@rollup/plugin-typescript": "^11.1.3", - "@types/node": "^20.5.8", + "@types/node": "^20.5.9", "autocannon": "^7.12.0", - "rollup": "^3.28.1", + "rollup": "^3.29.1", "rollup-plugin-delete": "^2.0.0", "tslib": "^2.6.2", "typescript": "^5.2.2"