X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=examples%2Ftypescript%2Fhttp-server-pool%2Ffastify-cluster%2Fpackage.json;h=c5099d78af65c9621c17ca01bee8e71846ee1599;hb=30104e9d8f3d4a6c983c58797364df986fbe65cc;hp=5711756de69d4bb31f3a144fb28dda7eb4fc20b8;hpb=467aa7afd51fa603b1c62767dc29bda3cde9e398;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 5711756d..c5099d78 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.4" + "pnpm": "9.3.0" }, - "packageManager": "pnpm@9.1.4", + "packageManager": "pnpm@9.3.0", "scripts": { "build": "rollup --config --configPlugin typescript", "start": "node --enable-source-maps dist/main.cjs", @@ -27,7 +27,7 @@ }, "devDependencies": { "@rollup/plugin-typescript": "^11.1.6", - "@types/node": "^20.14.1", + "@types/node": "^20.14.2", "autocannon": "^7.15.0", "rollup": "^4.18.0", "rollup-plugin-delete": "^2.0.0",