X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=examples%2Ftypescript%2Fhttp-server-pool%2Ffastify-cluster%2Fpackage.json;h=1c97f3a9caa57418e7352da4b241770ac0b48dd7;hb=b522f668d9078402b55310ea6047fd8000bc4d6e;hp=d19748290a7c6e9c3df0eaee8aa8510e6d17f6c6;hpb=0a145d82043d1c390ac79b6859f22ec8decca6eb;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 d1974829..1c97f3a9 100644 --- a/examples/typescript/http-server-pool/fastify-cluster/package.json +++ b/examples/typescript/http-server-pool/fastify-cluster/package.json @@ -7,7 +7,7 @@ "type": "module", "volta": { "node": "20.10.0", - "pnpm": "8.12.0" + "pnpm": "8.13.1" }, "scripts": { "build": "rollup --config --configPlugin typescript", @@ -21,14 +21,14 @@ "author": "", "license": "ISC", "dependencies": { - "fastify": "^4.24.3", - "poolifier": "^3.0.11" + "fastify": "^4.25.2", + "poolifier": "^3.1.14" }, "devDependencies": { "@rollup/plugin-typescript": "^11.1.5", - "@types/node": "^20.10.4", + "@types/node": "^20.10.6", "autocannon": "^7.14.0", - "rollup": "^4.8.0", + "rollup": "^4.9.2", "rollup-plugin-delete": "^2.0.0", "tslib": "^2.6.2", "typescript": "^5.3.3"