build(deps): bump ws
[poolifier.git] / examples / typescript / websocket-server-pool / ws-cluster / package.json
index ea8f54f44cb76225fda32321decd5804e6b3ec09..f375d91c1c203e0bbb4c04acc6b31d28850cf954 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",
   "author": "",
   "license": "ISC",
   "dependencies": {
-    "poolifier": "^3.0.12",
-    "ws": "^8.15.1"
+    "poolifier": "^3.1.11",
+    "ws": "^8.16.0"
   },
   "devDependencies": {
     "@rollup/plugin-typescript": "^11.1.5",
-    "@types/node": "^20.10.4",
+    "@types/node": "^20.10.5",
     "@types/ws": "^8.5.10",
-    "rollup": "^4.8.0",
+    "rollup": "^4.9.1",
     "rollup-plugin-delete": "^2.0.0",
     "tslib": "^2.6.2",
     "typescript": "^5.3.3"