build: fix rollup external regexp
[poolifier.git] / examples / typescript / websocket-server-pool / ws-hybrid / package.json
index c6a01ff19b4b1d1432db4fa932588cb1ce7feb68..6d0ec5473d0d9e54a0401217f47855c67e43260c 100644 (file)
@@ -7,7 +7,7 @@
   "type": "module",
   "volta": {
     "node": "20.9.0",
-    "pnpm": "8.10.0"
+    "pnpm": "8.10.2"
   },
   "scripts": {
     "build": "rollup --config --configPlugin typescript",
@@ -27,7 +27,7 @@
     "@rollup/plugin-typescript": "^11.1.5",
     "@types/node": "^20.8.10",
     "@types/ws": "^8.5.8",
-    "rollup": "^4.2.0",
+    "rollup": "^4.3.0",
     "rollup-plugin-delete": "^2.0.0",
     "tslib": "^2.6.2",
     "typescript": "^5.2.2"