X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=examples%2Ftypescript%2Fhttp-server-pool%2Ffastify-hybrid%2Fpackage.json;h=98e4635f14f6bfa10d07a97c00e8665e15212393;hb=HEAD;hp=bb2a2ecf477da45c3a93d7aa0ebc73b2a4f5a5d8;hpb=1514944d2861b75bf40f0543b72728c6030a67f6;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 bb2a2ecf..4ed657fc 100644 --- a/examples/typescript/http-server-pool/fastify-hybrid/package.json +++ b/examples/typescript/http-server-pool/fastify-hybrid/package.json @@ -6,10 +6,10 @@ "main": "dist/main.js", "type": "module", "volta": { - "node": "22.2.0", - "pnpm": "9.2.0" + "node": "22.3.0", + "pnpm": "9.4.0" }, - "packageManager": "pnpm@9.2.0", + "packageManager": "pnpm@9.4.0", "scripts": { "build": "rollup --config --configPlugin typescript", "start": "node --enable-source-maps dist/main.cjs", @@ -22,17 +22,17 @@ "author": "", "license": "ISC", "dependencies": { - "fastify": "^4.27.0", + "fastify": "^4.28.1", "fastify-plugin": "^4.5.1", - "poolifier": "^4.0.13" + "poolifier": "^4.0.15" }, "devDependencies": { "@rollup/plugin-typescript": "^11.1.6", - "@types/node": "^20.14.2", + "@types/node": "^20.14.9", "autocannon": "^7.15.0", "rollup": "^4.18.0", "rollup-plugin-delete": "^2.0.0", "tslib": "^2.6.3", - "typescript": "^5.4.5" + "typescript": "^5.5.2" } }