From 7eba8d45a7b6b2521135a62788a7a0fb85c21020 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 28 Dec 2023 10:50:04 +0000 Subject: [PATCH] deps: bump uint8arrays from 4.0.10 to 5.0.1 Bumps [uint8arrays](https://github.com/achingbrain/uint8arrays) from 4.0.10 to 5.0.1. - [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/v4.0.10...v5.0.1) --- updated-dependencies: - dependency-name: uint8arrays dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- packages/interop/package.json | 2 +- packages/strings/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/interop/package.json b/packages/interop/package.json index 99c135c..bc2b9b1 100644 --- a/packages/interop/package.json +++ b/packages/interop/package.json @@ -65,7 +65,7 @@ "kubo-rpc-client": "^3.0.0", "libp2p": "^0.46.12", "merge-options": "^3.0.4", - "uint8arrays": "^4.0.3", + "uint8arrays": "^5.0.1", "wherearewe": "^2.0.1" }, "browser": { diff --git a/packages/strings/package.json b/packages/strings/package.json index 96ceac9..4efc44d 100644 --- a/packages/strings/package.json +++ b/packages/strings/package.json @@ -141,7 +141,7 @@ "interface-blockstore": "^5.0.0", "multiformats": "^12.1.2", "progress-events": "^1.0.0", - "uint8arrays": "^4.0.3" + "uint8arrays": "^5.0.1" }, "devDependencies": { "aegir": "^41.0.0",