X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=examples%2Ftypescript%2Fhttp-server-pool%2Ffastify-cluster%2Fpackage.json;h=9234a30379b478a0610a09a06e2546a35ab77301;hb=f6384ccdefaa713f68dd4ac5714874d4e4f6ae66;hp=1588509c197a67f5ce9cdbc2ec89caf080f3ae23;hpb=5dbf93a66fb7c409c6bf2b5d947169f072550c9c;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 1588509c..9234a303 100644 --- a/examples/typescript/http-server-pool/fastify-cluster/package.json +++ b/examples/typescript/http-server-pool/fastify-cluster/package.json @@ -7,9 +7,9 @@ "type": "module", "volta": { "node": "22.2.0", - "pnpm": "9.1.2" + "pnpm": "9.1.3" }, - "packageManager": "pnpm@9.1.2", + "packageManager": "pnpm@9.1.3", "scripts": { "build": "rollup --config --configPlugin typescript", "start": "node --enable-source-maps dist/main.cjs", @@ -23,11 +23,11 @@ "license": "ISC", "dependencies": { "fastify": "^4.27.0", - "poolifier": "^4.0.11" + "poolifier": "^4.0.12" }, "devDependencies": { "@rollup/plugin-typescript": "^11.1.6", - "@types/node": "^20.12.12", + "@types/node": "^20.12.13", "autocannon": "^7.15.0", "rollup": "^4.18.0", "rollup-plugin-delete": "^2.0.0",