X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=examples%2Ftypescript%2Fhttp-server-pool%2Ffastify-hybrid%2Fpackage.json;h=193e19c87458b9fdc2ce9ebcebbcd8690b0ece83;hb=ace4d248ebcc5c516efcac7bee4c3e4dc3325af7;hp=e91ad1b82a061784baaf2674a9d8d7780cf30379;hpb=364cc2e9a5a95869d6c7aa635d2b085995089372;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 e91ad1b8..193e19c8 100644 --- a/examples/typescript/http-server-pool/fastify-hybrid/package.json +++ b/examples/typescript/http-server-pool/fastify-hybrid/package.json @@ -7,9 +7,9 @@ "type": "module", "volta": { "node": "22.3.0", - "pnpm": "9.3.0" + "pnpm": "9.4.0" }, - "packageManager": "pnpm@9.3.0", + "packageManager": "pnpm@9.4.0", "scripts": { "build": "rollup --config --configPlugin typescript", "start": "node --enable-source-maps dist/main.cjs", @@ -22,13 +22,13 @@ "author": "", "license": "ISC", "dependencies": { - "fastify": "^4.27.0", + "fastify": "^4.28.0", "fastify-plugin": "^4.5.1", "poolifier": "^4.0.14" }, "devDependencies": { "@rollup/plugin-typescript": "^11.1.6", - "@types/node": "^20.14.2", + "@types/node": "^20.14.6", "autocannon": "^7.15.0", "rollup": "^4.18.0", "rollup-plugin-delete": "^2.0.0",