X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=examples%2Ftypescript%2Fhttp-server-pool%2Ffastify-hybrid%2Fpackage.json;h=882fbdf84055223a77d41ac40bb8197a67faa28c;hb=703c8b87a65574dc8a0dc012ab1e8b400eb96497;hp=caf8e5121cbba1fa0f99d87c153563deab11c77d;hpb=78eba20716292b21dd67bdc00a9fb59137283f89;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 caf8e512..882fbdf8 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.5.1", - "pnpm": "8.6.12" + "pnpm": "8.7.0" }, "scripts": { "build": "rollup --config", @@ -19,12 +19,12 @@ "author": "", "license": "ISC", "dependencies": { - "fastify": "^4.21.0", + "fastify": "^4.22.0", "fastify-plugin": "^4.5.1", - "poolifier": "^2.6.35" + "poolifier": "^2.6.37" }, "devDependencies": { - "@rollup/plugin-typescript": "^11.1.2", + "@rollup/plugin-typescript": "^11.1.3", "@types/node": "^20.5.6", "rollup": "^3.28.1", "rollup-plugin-delete": "^2.0.0",