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=04d1bc3f9206bbda91e0afd225a7dd8b79b03c63;hpb=9b0caac7cdfaca8fd1f2271dc6c8d1b2ee4dd7b8;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 04d1bc3f..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.9.0", + "@types/node": "^20.9.1", "autocannon": "^7.12.0", - "rollup": "^4.3.1", + "rollup": "^4.4.1", "rollup-plugin-delete": "^2.0.0", "tslib": "^2.6.2", "typescript": "^5.2.2"