X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=examples%2Ftypescript%2Fhttp-server-pool%2Ffastify-hybrid%2Fpackage.json;h=9abb074b0490f435ea01308e9b4d29604746997d;hb=4211e95511a00acc2e4622998df6a27071a704cf;hp=7d0f4e6869bfbab04e550417a34236f60b1722f1;hpb=3ff2b9103a0933bd1575a979c5e0c2baad285eea;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 7d0f4e68..9abb074b 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.8.1", - "pnpm": "8.9.0" + "pnpm": "8.9.2" }, "scripts": { "build": "rollup --config", @@ -21,15 +21,15 @@ "author": "", "license": "ISC", "dependencies": { - "fastify": "^4.24.1", + "fastify": "^4.24.2", "fastify-plugin": "^4.5.1", - "poolifier": "^3.0.0" + "poolifier": "^3.0.2" }, "devDependencies": { "@rollup/plugin-typescript": "^11.1.5", "@types/node": "^20.8.6", "autocannon": "^7.12.0", - "rollup": "^4.1.0", + "rollup": "^4.1.4", "rollup-plugin-delete": "^2.0.0", "tslib": "^2.6.2", "typescript": "^5.2.2"