X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=examples%2Ftypescript%2Fhttp-server-pool%2Ffastify-hybrid%2Fpackage.json;h=e0955ce018132ca87e4c873f9216f94e8fc2e2b8;hb=767fa28f0ae185fd121b8f1f992a49b5f25fb157;hp=87150295ae51a097d17c8d048a0a85a44a0f778b;hpb=7455be54c58f74c6f0d0dd597aa431a88da0a9d8;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 87150295..e0955ce0 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.6.0", - "pnpm": "8.7.4" + "node": "20.6.1", + "pnpm": "8.7.5" }, "scripts": { "build": "rollup --config", @@ -23,13 +23,13 @@ "dependencies": { "fastify": "^4.22.2", "fastify-plugin": "^4.5.1", - "poolifier": "^2.6.41" + "poolifier": "^2.6.44" }, "devDependencies": { "@rollup/plugin-typescript": "^11.1.3", "@types/node": "^20.5.9", "autocannon": "^7.12.0", - "rollup": "^3.28.1", + "rollup": "^3.29.0", "rollup-plugin-delete": "^2.0.0", "tslib": "^2.6.2", "typescript": "^5.2.2"