From c29a9d62243d773fd9160445fdb2120e0553cda7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 7 May 2026 11:17:06 +0000 Subject: [PATCH] chore(deps): bump uint8arrays from 5.1.1 to 6.1.0 Bumps [uint8arrays](https://github.com/achingbrain/uint8arrays) from 5.1.1 to 6.1.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.1.0) --- updated-dependencies: - dependency-name: uint8arrays dependency-version: 6.1.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- examples/helia-remote-pinning/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/helia-remote-pinning/package.json b/examples/helia-remote-pinning/package.json index b6187b4e..110c5dbe 100644 --- a/examples/helia-remote-pinning/package.json +++ b/examples/helia-remote-pinning/package.json @@ -29,7 +29,7 @@ "it-drain": "^3.0.12", "libp2p": "^3.2.0", "multiformats": "^13.4.2", - "uint8arrays": "^5.1.0" + "uint8arrays": "^6.1.0" }, "devDependencies": { "@playwright/test": "^1.37.1",