X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=examples%2Ftypescript%2Fhttp-server-pool%2Ffastify-cluster%2Fpackage.json;h=f7192eefb39a83f965e9e4710082f46456baf990;hb=d1112ac474570548370f5adacc6542a780b6ff13;hp=ff3345791c5569c53db6c280faeb957011e28cc6;hpb=04b8c9b60fa3b2013b1c5d5899c5c32bf4a409ce;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 ff334579..f7192eef 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.11.1", - "pnpm": "8.15.4" + "node": "20.12.0", + "pnpm": "8.15.5" }, "scripts": { "build": "rollup --config --configPlugin typescript", @@ -22,15 +22,15 @@ "license": "ISC", "dependencies": { "fastify": "^4.26.2", - "poolifier": "^3.1.22" + "poolifier": "^3.1.27" }, "devDependencies": { "@rollup/plugin-typescript": "^11.1.6", - "@types/node": "^20.11.28", + "@types/node": "^20.11.30", "autocannon": "^7.15.0", - "rollup": "^4.13.0", + "rollup": "^4.13.1", "rollup-plugin-delete": "^2.0.0", "tslib": "^2.6.2", - "typescript": "^5.4.2" + "typescript": "^5.4.3" } }