X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=examples%2Ftypescript%2Fhttp-server-pool%2Ffastify-cluster%2Fpackage.json;h=b85a7eb3fc98d14f351eda78b27b1f614ec25372;hb=5543cb1ca8011b99a67fcd5fd3a7a5c2b1c4a85e;hp=80839eadaf77b53afa9b97ccd49a7d622a3b9cb9;hpb=f09139cfc12db0f486bf4b299cbda7f67cb20b85;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 80839ead..b85a7eb3 100644 --- a/examples/typescript/http-server-pool/fastify-cluster/package.json +++ b/examples/typescript/http-server-pool/fastify-cluster/package.json @@ -6,8 +6,8 @@ "main": "dist/main.js", "type": "module", "volta": { - "node": "20.6.0", - "pnpm": "8.7.4" + "node": "20.7.0", + "pnpm": "8.7.6" }, "scripts": { "build": "rollup --config", @@ -21,14 +21,14 @@ "author": "", "license": "ISC", "dependencies": { - "fastify": "^4.22.2", - "poolifier": "^2.6.42" + "fastify": "^4.23.2", + "poolifier": "^2.7.1" }, "devDependencies": { "@rollup/plugin-typescript": "^11.1.3", - "@types/node": "^20.5.9", + "@types/node": "^20.6.3", "autocannon": "^7.12.0", - "rollup": "^3.29.0", + "rollup": "^3.29.2", "rollup-plugin-delete": "^2.0.0", "tslib": "^2.6.2", "typescript": "^5.2.2"