From 69f933536a50a43b2902801c4f003b594354737e Mon Sep 17 00:00:00 2001 From: Cas <6506529+ThaUnknown@users.noreply.github.com> Date: Mon, 31 Jul 2023 19:27:52 +0200 Subject: [PATCH] feat: update uint8-util BREAKING --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index b7d3568..b2e83fe 100644 --- a/package.json +++ b/package.json @@ -67,6 +67,6 @@ "extends": "@webtorrent/semantic-release-config" }, "dependencies": { - "uint8-util": "^2.1.6" + "uint8-util": "^2.2.2" } }