X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=examples%2Ftypescript%2Fhttp-server-pool%2Ffastify-hybrid%2Fpackage.json;h=e60b146967e44ba6ec33a68b287484439ae8ae83;hb=34aa5747c72ab1952481eecf2932361fd8b49d01;hp=474d0d0a6387e2124b555507786d8852ff7f2c54;hpb=e266548877cd7b91338a37cc02cb241050f312c6;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 474d0d0a..e60b1469 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.8.0", - "pnpm": "8.8.0" + "node": "20.8.1", + "pnpm": "8.9.2" }, "scripts": { "build": "rollup --config", @@ -21,15 +21,15 @@ "author": "", "license": "ISC", "dependencies": { - "fastify": "^4.24.0", + "fastify": "^4.24.3", "fastify-plugin": "^4.5.1", - "poolifier": "^3.0.0" + "poolifier": "^3.0.2" }, "devDependencies": { "@rollup/plugin-typescript": "^11.1.5", - "@types/node": "^20.8.4", + "@types/node": "^20.8.7", "autocannon": "^7.12.0", - "rollup": "^3.29.4", + "rollup": "^4.1.4", "rollup-plugin-delete": "^2.0.0", "tslib": "^2.6.2", "typescript": "^5.2.2"