refactor: cleanup handler naming
[poolifier.git] / examples / typescript / websocket-server-pool / ws-cluster / package.json
index 671a6eb8e490e6b59867e96961aa51b07f7046fe..1c88f8d8e57ceedf7ed3e6cf9b018c03fccc449d 100644 (file)
@@ -7,7 +7,7 @@
   "type": "module",
   "volta": {
     "node": "20.10.0",
-    "pnpm": "8.12.0"
+    "pnpm": "8.12.1"
   },
   "scripts": {
     "build": "rollup --config --configPlugin typescript",
@@ -20,7 +20,7 @@
   "author": "",
   "license": "ISC",
   "dependencies": {
-    "poolifier": "^3.0.13",
+    "poolifier": "^3.0.14",
     "ws": "^8.15.1"
   },
   "devDependencies": {