X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=examples%2Ftypescript%2Fhttp-server-pool%2Ffastify-hybrid%2Fpackage.json;h=0cfa690699b1902ddb33a8c19e203777d49497c6;hb=493b2735fb0a4d4e5c6d855002303bd65bc5382f;hp=f91935278bbabf05ad8134615bdd30f4630a04e5;hpb=cf02ff9e146e22a2f99a6af35de7ce49efd4c6b5;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 f9193527..0cfa6906 100644 --- a/examples/typescript/http-server-pool/fastify-hybrid/package.json +++ b/examples/typescript/http-server-pool/fastify-hybrid/package.json @@ -6,7 +6,7 @@ "main": "dist/main.js", "type": "module", "volta": { - "node": "20.7.0", + "node": "20.8.0", "pnpm": "8.8.0" }, "scripts": { @@ -23,13 +23,13 @@ "dependencies": { "fastify": "^4.23.2", "fastify-plugin": "^4.5.1", - "poolifier": "^2.7.4" + "poolifier": "^2.7.5" }, "devDependencies": { "@rollup/plugin-typescript": "^11.1.4", - "@types/node": "^20.7.0", + "@types/node": "^20.8.2", "autocannon": "^7.12.0", - "rollup": "^3.29.3", + "rollup": "^3.29.4", "rollup-plugin-delete": "^2.0.0", "tslib": "^2.6.2", "typescript": "^5.2.2"