X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=examples%2Ftypescript%2Fhttp-server-pool%2Ffastify-hybrid%2Fpackage.json;h=34250bf6bc20e8deb95cd3b87c5d4ccf6bbbe526;hb=dcf506bf57dd6ac13cc1567df180c039852c3652;hp=61c25fa2fedb0b35a08f8ea547224ae208ec5c5d;hpb=5d59ef8fc3bb4082501d2f84c14408a2b7fcfacd;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 61c25fa2..34250bf6 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.11.0", - "pnpm": "8.15.0" + "pnpm": "8.15.1" }, "scripts": { "build": "rollup --config --configPlugin typescript", @@ -21,7 +21,7 @@ "author": "", "license": "ISC", "dependencies": { - "fastify": "^4.25.2", + "fastify": "^4.26.0", "fastify-plugin": "^4.5.1", "poolifier": "^3.1.19" },