X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=examples%2Ftypescript%2Fhttp-server-pool%2Ffastify-hybrid%2Fpackage.json;h=601a92b816ad36cc76e841bc0cb2a0e1215f36cc;hb=7e8197db1602b86c1ca1acde5c9001295ef0d5a9;hp=56481ad3d40d97e0982faa963497b8efb1d489c5;hpb=9a3a556d8324b6f880a4606020d5a3490f0bfdda;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 56481ad3..601a92b8 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.7.0" + "pnpm": "8.7.1" }, "scripts": { "build": "rollup --config", @@ -21,13 +21,13 @@ "author": "", "license": "ISC", "dependencies": { - "fastify": "^4.22.1", + "fastify": "^4.22.2", "fastify-plugin": "^4.5.1", - "poolifier": "^2.6.39" + "poolifier": "^2.6.40" }, "devDependencies": { "@rollup/plugin-typescript": "^11.1.3", - "@types/node": "^20.5.7", + "@types/node": "^20.5.8", "autocannon": "^7.12.0", "rollup": "^3.28.1", "rollup-plugin-delete": "^2.0.0",