X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=examples%2Ftypescript%2Fhttp-server-pool%2Ffastify-hybrid%2Fpackage.json;h=882fbdf84055223a77d41ac40bb8197a67faa28c;hb=703c8b87a65574dc8a0dc012ab1e8b400eb96497;hp=80ea6cee08dbde671b6c92ff2b7ed812b19a3552;hpb=e907c7098316b8b10928c2a716626c710457ae27;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 80ea6cee..882fbdf8 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.5.1", - "pnpm": "8.6.12" + "pnpm": "8.7.0" }, "scripts": { "build": "rollup --config", @@ -19,16 +19,16 @@ "author": "", "license": "ISC", "dependencies": { - "fastify": "^4.21.0", + "fastify": "^4.22.0", "fastify-plugin": "^4.5.1", - "poolifier": "^2.6.32" + "poolifier": "^2.6.37" }, "devDependencies": { - "@rollup/plugin-typescript": "^11.1.2", - "@types/node": "^20.5.1", + "@rollup/plugin-typescript": "^11.1.3", + "@types/node": "^20.5.6", "rollup": "^3.28.1", "rollup-plugin-delete": "^2.0.0", "tslib": "^2.6.2", - "typescript": "^5.1.6" + "typescript": "^5.2.2" } }