X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=examples%2Ftypescript%2Fhttp-server-pool%2Ffastify-cluster%2Fpackage.json;h=98e7f7be4ecf819409e470211e8457bfe26d9a1f;hb=434206def140b50cdd3f66c3227215dd02bd6c70;hp=b466386e15a480a097fa2e7b72cae84af4006124;hpb=19a5bdbdc498f181197b8cf4ffb2cf01b2e64230;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 b466386e..98e7f7be 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.11.0", - "pnpm": "8.15.1" + "node": "20.11.1", + "pnpm": "8.15.2" }, "scripts": { "build": "rollup --config --configPlugin typescript", @@ -21,14 +21,14 @@ "author": "", "license": "ISC", "dependencies": { - "fastify": "^4.26.0", + "fastify": "^4.26.1", "poolifier": "^3.1.20" }, "devDependencies": { "@rollup/plugin-typescript": "^11.1.6", - "@types/node": "^20.11.17", + "@types/node": "^20.11.18", "autocannon": "^7.15.0", - "rollup": "^4.10.0", + "rollup": "^4.11.0", "rollup-plugin-delete": "^2.0.0", "tslib": "^2.6.2", "typescript": "^5.3.3"