From 6ba138b4fa4a9ed48a79fd2f65202c97b8d66e6f Mon Sep 17 00:00:00 2001
From: 1900 <me@1900.live>
Date: Tue, 30 Jan 2024 17:58:09 +0000
Subject: [PATCH] feat: support selfhost umami (#764)
---
package.json | 3 +--
1 files changed, 1 insertions(+), 2 deletions(-)
diff --git a/package.json b/package.json
index b158075..ff315a0 100644
--- a/package.json
+++ b/package.json
@@ -86,7 +86,7 @@
"unified": "^11.0.4",
"unist-util-visit": "^5.0.0",
"vfile": "^6.0.1",
- "workerpool": "^8.0.0",
+ "workerpool": "^9.1.0",
"ws": "^8.15.1",
"yargs": "^17.7.2"
},
@@ -98,7 +98,6 @@
"@types/node": "^20.1.2",
"@types/pretty-time": "^1.1.5",
"@types/source-map-support": "^0.5.10",
- "@types/workerpool": "^6.4.7",
"@types/ws": "^8.5.10",
"@types/yargs": "^17.0.32",
"esbuild": "^0.19.9",
--
Gitblit v1.10.0