X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=examples%2Ftypescript%2Fhttp-server-pool%2Ffastify-cluster%2Fpackage.json;h=8eecad4645bc8660ef8ae82a0159c68111705f07;hb=a1b4a65143c0253b57fee18affd88a554122e955;hp=1e316a69739d5ea46a2cbdc7617cd10c7b29a880;hpb=b60c7e8c88c2f4cc7389cdbaec43129a9ed2274a;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 1e316a69..8eecad46 100644 --- a/examples/typescript/http-server-pool/fastify-cluster/package.json +++ b/examples/typescript/http-server-pool/fastify-cluster/package.json @@ -6,10 +6,10 @@ "main": "dist/main.js", "type": "module", "volta": { - "node": "22.1.0", - "pnpm": "9.1.0" + "node": "22.3.0", + "pnpm": "9.4.0" }, - "packageManager": "pnpm@9.1.0", + "packageManager": "pnpm@9.4.0", "scripts": { "build": "rollup --config --configPlugin typescript", "start": "node --enable-source-maps dist/main.cjs", @@ -22,16 +22,16 @@ "author": "", "license": "ISC", "dependencies": { - "fastify": "^4.27.0", - "poolifier": "^4.0.5" + "fastify": "^4.28.0", + "poolifier": "^4.0.15" }, "devDependencies": { "@rollup/plugin-typescript": "^11.1.6", - "@types/node": "^20.12.11", + "@types/node": "^20.14.8", "autocannon": "^7.15.0", - "rollup": "^4.17.2", + "rollup": "^4.18.0", "rollup-plugin-delete": "^2.0.0", - "tslib": "^2.6.2", - "typescript": "^5.4.5" + "tslib": "^2.6.3", + "typescript": "^5.5.2" } }