X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=examples%2Ftypescript%2Fhttp-server-pool%2Ffastify-hybrid%2Fpackage.json;h=8cacf1f351635ed051fda3dff19b862e9ad545d9;hb=c8e1a85c34080385b2548e29eb522bb2858b3a90;hp=012ff291ea472da466fd75c4a86a7e242db5a652;hpb=38e6b85b3247f847b61f30efc37851489f106e8a;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 012ff291..8cacf1f3 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.1.0", - "pnpm": "9.1.0" + "pnpm": "9.1.1" }, - "packageManager": "pnpm@9.1.0", + "packageManager": "pnpm@9.1.1", "scripts": { "build": "rollup --config --configPlugin typescript", "start": "node --enable-source-maps dist/main.cjs", @@ -24,11 +24,11 @@ "dependencies": { "fastify": "^4.27.0", "fastify-plugin": "^4.5.1", - "poolifier": "^4.0.4" + "poolifier": "^4.0.7" }, "devDependencies": { "@rollup/plugin-typescript": "^11.1.6", - "@types/node": "^20.12.11", + "@types/node": "^20.12.12", "autocannon": "^7.15.0", "rollup": "^4.17.2", "rollup-plugin-delete": "^2.0.0",