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=cd291c499d5418ca5f3cd7e88e0784d5347fbf2b;hpb=ac39dc220bef0b83859eb2ec79938b23b2476b6c;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 cd291c49..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.15.0" + "pnpm": "8.15.1" }, "scripts": { "build": "rollup --config --configPlugin typescript", @@ -27,9 +27,9 @@ }, "devDependencies": { "@rollup/plugin-typescript": "^11.1.6", - "@types/node": "^20.11.10", - "autocannon": "^7.14.0", - "rollup": "^4.9.6", + "@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"