X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=examples%2Ftypescript%2Fhttp-server-pool%2Ffastify-hybrid%2Fpackage.json;h=9b1c2cea896e378c2924edc1df72c607f0bcd008;hb=98ec2d7018fffa56b77020591e2d9fc063d3caf0;hp=c0e4180c11f6d5ffee925402baf705194d920724;hpb=8b00c9f92fb0117ba7799846b4462cc1eb0444d4;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 c0e4180c..9b1c2cea 100644 --- a/examples/typescript/http-server-pool/fastify-hybrid/package.json +++ b/examples/typescript/http-server-pool/fastify-hybrid/package.json @@ -6,8 +6,8 @@ "main": "dist/main.js", "type": "module", "volta": { - "node": "20.12.1", - "pnpm": "8.15.6" + "node": "20.12.2", + "pnpm": "8.15.7" }, "packageManager": "pnpm@8.15.6", "scripts": { @@ -30,7 +30,7 @@ "@rollup/plugin-typescript": "^11.1.6", "@types/node": "^20.12.7", "autocannon": "^7.15.0", - "rollup": "^4.14.1", + "rollup": "^4.14.2", "rollup-plugin-delete": "^2.0.0", "tslib": "^2.6.2", "typescript": "^5.4.5"