X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=examples%2Ftypescript%2Fhttp-server-pool%2Ffastify-hybrid%2Fpackage.json;h=a59f444e9d3306da79f4de782a8dc3db5e3d062a;hb=54a97f2dbdb643891c4aa24f54da2ce8f544d49c;hp=3ce617f64f8ccd9f3ba0095d91a65f918b897b75;hpb=c6f65aba7358678dc93cd04b573268564c5281d1;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 3ce617f6..a59f444e 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.1", - "pnpm": "8.7.5" + "node": "20.7.0", + "pnpm": "8.7.6" }, "scripts": { "build": "rollup --config", @@ -21,15 +21,15 @@ "author": "", "license": "ISC", "dependencies": { - "fastify": "^4.23.0", + "fastify": "^4.23.2", "fastify-plugin": "^4.5.1", - "poolifier": "^2.6.44" + "poolifier": "^2.7.1" }, "devDependencies": { "@rollup/plugin-typescript": "^11.1.3", - "@types/node": "^20.6.0", + "@types/node": "^20.6.3", "autocannon": "^7.12.0", - "rollup": "^3.29.0", + "rollup": "^3.29.2", "rollup-plugin-delete": "^2.0.0", "tslib": "^2.6.2", "typescript": "^5.2.2"