X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=examples%2Ftypescript%2Fhttp-server-pool%2Ffastify-hybrid%2Fpackage.json;h=0f27d26ae7cd72a76b9d6570361ec96ffc68780a;hb=dc83654281bc46f8b391e694749cecf106bcd681;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..0f27d26a 100644 --- a/examples/typescript/http-server-pool/fastify-hybrid/package.json +++ b/examples/typescript/http-server-pool/fastify-hybrid/package.json @@ -6,10 +6,10 @@ "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", + "packageManager": "pnpm@8.15.7", "scripts": { "build": "rollup --config --configPlugin typescript", "start": "node --enable-source-maps dist/main.cjs", @@ -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"