X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=examples%2Ftypescript%2Fhttp-server-pool%2Ffastify-hybrid%2Fpackage.json;h=1fac987155f38231cdae6a25c38f3adbbfe5ec10;hb=475cf13e1288a99fedafc01207cf2d527cb6c74f;hp=fa57d6c0f079a272d1e6beed853829b5514c0761;hpb=d7154f8ca416879819a7ef85064b748c3ee24079;p=poolifier.git diff --git a/examples/typescript/http-server-pool/fastify-hybrid/package.json b/examples/typescript/http-server-pool/fastify-hybrid/package.json index fa57d6c0..1fac9871 100644 --- a/examples/typescript/http-server-pool/fastify-hybrid/package.json +++ b/examples/typescript/http-server-pool/fastify-hybrid/package.json @@ -7,7 +7,7 @@ "type": "module", "volta": { "node": "20.9.0", - "pnpm": "8.10.2" + "pnpm": "8.10.5" }, "scripts": { "build": "rollup --config --configPlugin typescript", @@ -27,9 +27,9 @@ }, "devDependencies": { "@rollup/plugin-typescript": "^11.1.5", - "@types/node": "^20.8.10", + "@types/node": "^20.9.1", "autocannon": "^7.12.0", - "rollup": "^4.3.0", + "rollup": "^4.4.1", "rollup-plugin-delete": "^2.0.0", "tslib": "^2.6.2", "typescript": "^5.2.2"