X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=examples%2Ftypescript%2Fhttp-server-pool%2Ffastify-cluster%2Fpackage.json;h=93fbd83435170a2e5a57fa7e3c513f45b8f50b11;hb=578cb55bdb082a52187b919732d58b3fa542818f;hp=59dde051a9dfeb746f91598b87b818b4523e0d19;hpb=8b7e3db54fbab12445e8c6be69194f25d76e6006;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 59dde051..93fbd834 100644 --- a/examples/typescript/http-server-pool/fastify-cluster/package.json +++ b/examples/typescript/http-server-pool/fastify-cluster/package.json @@ -6,10 +6,10 @@ "main": "dist/main.js", "type": "module", "volta": { - "node": "20.12.2", - "pnpm": "8.15.6" + "node": "22.2.0", + "pnpm": "9.1.1" }, - "packageManager": "pnpm@8.15.6", + "packageManager": "pnpm@9.1.1", "scripts": { "build": "rollup --config --configPlugin typescript", "start": "node --enable-source-maps dist/main.cjs", @@ -22,14 +22,14 @@ "author": "", "license": "ISC", "dependencies": { - "fastify": "^4.26.2", - "poolifier": "^3.1.29" + "fastify": "^4.27.0", + "poolifier": "^4.0.10" }, "devDependencies": { "@rollup/plugin-typescript": "^11.1.6", - "@types/node": "^20.12.7", + "@types/node": "^20.12.12", "autocannon": "^7.15.0", - "rollup": "^4.14.2", + "rollup": "^4.17.2", "rollup-plugin-delete": "^2.0.0", "tslib": "^2.6.2", "typescript": "^5.4.5"