From 244801af65b9e628927c1f1b2518ae62ca2e354f Mon Sep 17 00:00:00 2001
From: Leo Lazou <leolazou@gmail.com>
Date: Thu, 30 May 2024 17:42:22 +0000
Subject: [PATCH] idea: Tags appear as hollow circles on the graph (#1129)
---
package.json | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/package.json b/package.json
index 7b3f11a..aa6e35d 100644
--- a/package.json
+++ b/package.json
@@ -89,7 +89,7 @@
"unist-util-visit": "^5.0.0",
"vfile": "^6.0.1",
"workerpool": "^9.1.1",
- "ws": "^8.15.1",
+ "ws": "^8.17.0",
"yargs": "^17.7.2"
},
"devDependencies": {
@@ -104,7 +104,7 @@
"@types/yargs": "^17.0.32",
"esbuild": "^0.19.9",
"prettier": "^3.2.4",
- "tsx": "^4.9.3",
+ "tsx": "^4.11.0",
"typescript": "^5.4.5"
}
}
--
Gitblit v1.10.0