refactor: disable pool event emitter for in cluster pool examples
[poolifier.git] / examples / typescript / http-server-pool / fastify-hybrid / package.json
index fb1faea4e22a40ccd613139680a32326ddd9afdf..4bec00c44ab2daa40daf2ae25ff9065d1a10c589 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",
@@ -29,7 +29,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"