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=3e405d670ee1836fe029e91128b76faedad0a733;hpb=3e8c3d57732850d8cacbd392cbc8c69a683fa078;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 3e405d67..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.0", + "rollup": "^4.4.1", "rollup-plugin-delete": "^2.0.0", "tslib": "^2.6.2", "typescript": "^5.2.2"