build(deps-dev): apply updates
[poolifier.git] / examples / typescript / websocket-server-pool / ws-hybrid / package.json
index 7fd24d9a7f8cdfc287d20c0af3290c0a8d39551e..8f7e95d04463b33816c7546888b4cbb1485463e2 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",
@@ -21,7 +21,7 @@
   "license": "ISC",
   "dependencies": {
     "poolifier": "^3.0.10",
-    "ws": "^8.14.2"
+    "ws": "^8.15.0"
   },
   "devDependencies": {
     "@rollup/plugin-typescript": "^11.1.5",