X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=examples%2Ftypescript%2Fhttp-server-pool%2Ffastify-hybrid%2Fpackage.json;h=e46be655a3ff3504294fd093d4d39a585f85728f;hb=e3238b8352855ba7090656c9c78343ab39820884;hp=aafa87a837c8f7901298ff687a8d0f201c7fdb84;hpb=69d94112a1264d18de8b8b6a5c4c4608c0f523ac;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 aafa87a8..e46be655 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.5.1", - "pnpm": "8.7.1" + "node": "20.6.0", + "pnpm": "8.7.4" }, "scripts": { "build": "rollup --config", @@ -23,7 +23,7 @@ "dependencies": { "fastify": "^4.22.2", "fastify-plugin": "^4.5.1", - "poolifier": "^2.6.40" + "poolifier": "^2.6.42" }, "devDependencies": { "@rollup/plugin-typescript": "^11.1.3",