build(deps): bump ws
[poolifier.git] / examples / typescript / websocket-server-pool / ws-cluster / package.json
index 798ee23daf8a4713e3f6820a674879a5fee52f90..f375d91c1c203e0bbb4c04acc6b31d28850cf954 100644 (file)
@@ -6,8 +6,8 @@
   "main": "dist/main.js",
   "type": "module",
   "volta": {
-    "node": "20.9.0",
-    "pnpm": "8.10.5"
+    "node": "20.10.0",
+    "pnpm": "8.12.1"
   },
   "scripts": {
     "build": "rollup --config --configPlugin typescript",
   "author": "",
   "license": "ISC",
   "dependencies": {
-    "poolifier": "^3.0.5",
-    "ws": "^8.14.2"
+    "poolifier": "^3.1.11",
+    "ws": "^8.16.0"
   },
   "devDependencies": {
     "@rollup/plugin-typescript": "^11.1.5",
-    "@types/node": "^20.9.1",
-    "@types/ws": "^8.5.9",
-    "rollup": "^4.5.0",
+    "@types/node": "^20.10.5",
+    "@types/ws": "^8.5.10",
+    "rollup": "^4.9.1",
     "rollup-plugin-delete": "^2.0.0",
     "tslib": "^2.6.2",
-    "typescript": "^5.2.2"
+    "typescript": "^5.3.3"
   },
   "optionalDependencies": {
     "bufferutil": "^4.0.8",