X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=examples%2Ftypescript%2Fhttp-server-pool%2Ffastify-cluster%2Fpackage.json;h=81ffb6cfe93b5db978dd0ffff304ce3f4f98be38;hb=dcf506bf57dd6ac13cc1567df180c039852c3652;hp=98dcff5f274b46afa175f45b96804139b2a8c741;hpb=1b5a0303f57fbff1125882e04766cb0cf9cc000d;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 98dcff5f..81ffb6cf 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.10.0", - "pnpm": "8.12.1" + "node": "20.11.0", + "pnpm": "8.15.1" }, "scripts": { "build": "rollup --config --configPlugin typescript", @@ -21,14 +21,14 @@ "author": "", "license": "ISC", "dependencies": { - "fastify": "^4.25.1", - "poolifier": "^3.1.1" + "fastify": "^4.26.0", + "poolifier": "^3.1.19" }, "devDependencies": { - "@rollup/plugin-typescript": "^11.1.5", - "@types/node": "^20.10.4", + "@rollup/plugin-typescript": "^11.1.6", + "@types/node": "^20.11.10", "autocannon": "^7.14.0", - "rollup": "^4.9.1", + "rollup": "^4.9.6", "rollup-plugin-delete": "^2.0.0", "tslib": "^2.6.2", "typescript": "^5.3.3"