From 38e39e71be92db4d1f7c33fe04ecabf227180ade Mon Sep 17 00:00:00 2001 From: "fryorcraken.eth" Date: Tue, 16 Aug 2022 15:06:11 +1000 Subject: [PATCH] fix(deps): free uint8arraylist Some issue with transient dependencies. --- package.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/package.json b/package.json index f7ec21a74b..a1ecee69aa 100644 --- a/package.json +++ b/package.json @@ -151,6 +151,9 @@ "typedoc-plugin-no-inherit": "^1.3.1", "typescript": "^4.5.5" }, + "overrides": { + "uint8arraylist": "2.3.2" + }, "files": [ "dist", "bundle",