X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=examples%2Ftypescript%2Fhttp-server-pool%2Ffastify-cluster%2Fpackage.json;h=6a62469dc99c513f99645a25054a08982700297d;hb=85866e93314ba604dd5dfaf2aab2a647f0196329;hp=a11fd321cc3a3d738ef9607a4c664fc525862d8c;hpb=0bb1b8c7bee89ae67531eb534a409ef393e909a0;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 a11fd321..6a62469d 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.10.0", - "pnpm": "8.11.0" + "pnpm": "8.12.0" }, "scripts": { "build": "rollup --config --configPlugin typescript", @@ -22,13 +22,13 @@ "license": "ISC", "dependencies": { "fastify": "^4.24.3", - "poolifier": "^3.0.10" + "poolifier": "^3.0.13" }, "devDependencies": { "@rollup/plugin-typescript": "^11.1.5", "@types/node": "^20.10.4", "autocannon": "^7.14.0", - "rollup": "^4.7.0", + "rollup": "^4.9.0", "rollup-plugin-delete": "^2.0.0", "tslib": "^2.6.2", "typescript": "^5.3.3"