Merge dependabot/npm_and_yarn/examples/typescript/websocket-server-pool/ws-hybrid...
[poolifier.git] / examples / typescript / websocket-server-pool / ws-hybrid / package.json
index e132ab48696daf55f2fd6f1e3412ca040743e7e4..051cf0900af489d4680279983141b9f64086d3ad 100644 (file)
@@ -7,7 +7,7 @@
   "type": "module",
   "volta": {
     "node": "20.12.0",
-    "pnpm": "8.15.5"
+    "pnpm": "8.15.6"
   },
   "scripts": {
     "build": "rollup --config --configPlugin typescript",
@@ -20,7 +20,7 @@
   "author": "",
   "license": "ISC",
   "dependencies": {
-    "poolifier": "^3.1.27",
+    "poolifier": "^3.1.29",
     "ws": "^8.16.0"
   },
   "devDependencies": {