refactor: disable pool event emitter for in cluster pool examples
[poolifier.git] / examples / typescript / http-server-pool / fastify-cluster / package.json
index a11fd321cc3a3d738ef9607a4c664fc525862d8c..5b7cf551ca6bdfcc138f4421d422a0f90fc9f08f 100644 (file)
@@ -7,7 +7,7 @@
   "type": "module",
   "volta": {
     "node": "20.10.0",
-    "pnpm": "8.11.0"
+    "pnpm": "8.12.0"
   },
   "scripts": {
     "build": "rollup --config --configPlugin typescript",
@@ -28,7 +28,7 @@
     "@rollup/plugin-typescript": "^11.1.5",
     "@types/node": "^20.10.4",
     "autocannon": "^7.14.0",
-    "rollup": "^4.7.0",
+    "rollup": "^4.8.0",
     "rollup-plugin-delete": "^2.0.0",
     "tslib": "^2.6.2",
     "typescript": "^5.3.3"