X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=examples%2Ftypescript%2Fhttp-server-pool%2Ffastify-hybrid%2Fpackage.json;h=63a9542bdd36bb40be434822d148624e3528eee2;hb=312eb4a0ae67660e3c74d836bee8f9c84e41a431;hp=b1c258a9e122262bd5cda6d35fe84ceedf714a9e;hpb=3ffc32ec66a9c48f39a1b976ebd88cea53824679;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 b1c258a9..63a9542b 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.14.1" + "pnpm": "8.15.1" }, "scripts": { "build": "rollup --config --configPlugin typescript", @@ -21,15 +21,15 @@ "author": "", "license": "ISC", "dependencies": { - "fastify": "^4.25.2", + "fastify": "^4.26.0", "fastify-plugin": "^4.5.1", - "poolifier": "^3.1.18" + "poolifier": "^3.1.19" }, "devDependencies": { "@rollup/plugin-typescript": "^11.1.6", - "@types/node": "^20.11.0", - "autocannon": "^7.14.0", - "rollup": "^4.9.5", + "@types/node": "^20.11.17", + "autocannon": "^7.15.0", + "rollup": "^4.10.0", "rollup-plugin-delete": "^2.0.0", "tslib": "^2.6.2", "typescript": "^5.3.3"