From d8c0d7481d7feff3f8e578344c571629b70ad046 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 7 May 2026 10:11:22 +0000 Subject: [PATCH] deps: bump uint8arrays from 5.1.1 to 6.0.0 Bumps [uint8arrays](https://github.com/achingbrain/uint8arrays) from 5.1.1 to 6.0.0. - [Release notes](https://github.com/achingbrain/uint8arrays/releases) - [Changelog](https://github.com/achingbrain/uint8arrays/blob/main/CHANGELOG.md) - [Commits](https://github.com/achingbrain/uint8arrays/compare/v5.1.1...v6.0.0) --- updated-dependencies: - dependency-name: uint8arrays dependency-version: 6.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index a388902b..d56e3a42 100644 --- a/package.json +++ b/package.json @@ -147,7 +147,7 @@ "@chainsafe/is-ip": "^2.0.1", "multiformats": "^13.0.0", "uint8-varint": "^2.0.1", - "uint8arrays": "^5.0.0" + "uint8arrays": "^6.0.0" }, "devDependencies": { "aegir": "^47.0.16"