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=e12535656a7eb7b70720d6b3aa068d9422fdd600;hpb=fcb7d0947ec4e9491033fe9ede90f489d4a32ed2;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 e1253565..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": "22.1.0", - "pnpm": "9.1.0" + "node": "22.2.0", + "pnpm": "9.1.1" }, - "packageManager": "pnpm@9.1.0", + "packageManager": "pnpm@9.1.1", "scripts": { "build": "rollup --config --configPlugin typescript", "start": "node --enable-source-maps dist/main.cjs", @@ -22,12 +22,12 @@ "author": "", "license": "ISC", "dependencies": { - "fastify": "^4.26.2", - "poolifier": "^4.0.2" + "fastify": "^4.27.0", + "poolifier": "^4.0.10" }, "devDependencies": { "@rollup/plugin-typescript": "^11.1.6", - "@types/node": "^20.12.10", + "@types/node": "^20.12.12", "autocannon": "^7.15.0", "rollup": "^4.17.2", "rollup-plugin-delete": "^2.0.0",