From a0a4567ce0e06dad2c37ceef886b43e11e7ebfe5 Mon Sep 17 00:00:00 2001 From: achingbrain Date: Wed, 12 Oct 2022 16:44:20 +0100 Subject: [PATCH] deps: bump uint8arrays from 3.x.x to 4.x.x --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index c085abf..c4bbf47 100644 --- a/package.json +++ b/package.json @@ -155,7 +155,7 @@ "it-stream-types": "^1.0.4", "p-defer": "^4.0.0", "uint8arraylist": "^2.3.1", - "uint8arrays": "^3.0.0" + "uint8arrays": "^4.0.2" }, "devDependencies": { "@types/varint": "^6.0.0",