build(deps-dev): apply updates
[poolifier.git] / examples / typescript / websocket-server-pool / ws-hybrid / package.json
index 28aae1f2206819e10b78c14f5c7527e3229707ff..81d0ca7242b9f94ab019b0261f106eaa3f1a7d38 100644 (file)
@@ -7,7 +7,7 @@
   "type": "module",
   "volta": {
     "node": "20.11.0",
-    "pnpm": "8.14.3"
+    "pnpm": "8.15.1"
   },
   "scripts": {
     "build": "rollup --config --configPlugin typescript",
@@ -25,9 +25,9 @@
   },
   "devDependencies": {
     "@rollup/plugin-typescript": "^11.1.6",
-    "@types/node": "^20.11.6",
+    "@types/node": "^20.11.17",
     "@types/ws": "^8.5.10",
-    "rollup": "^4.9.6",
+    "rollup": "^4.10.0",
     "rollup-plugin-delete": "^2.0.0",
     "tslib": "^2.6.2",
     "typescript": "^5.3.3"