From e6eba00c51a4d7b6fcaeb774c6f1ad9cea091e52 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 7 Dec 2023 11:21:45 +0000 Subject: [PATCH] deps: bump uint8arrays from 4.0.10 to 5.0.0 Bumps [uint8arrays](https://github.com/achingbrain/uint8arrays) from 4.0.10 to 5.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/v4.0.10...v5.0.0) --- updated-dependencies: - dependency-name: uint8arrays dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- packages/helia/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/helia/package.json b/packages/helia/package.json index 51fdae5f9..c99f9ae2f 100644 --- a/packages/helia/package.json +++ b/packages/helia/package.json @@ -121,7 +121,7 @@ "p-defer": "^4.0.0", "p-queue": "^7.3.4", "progress-events": "^1.0.0", - "uint8arrays": "^4.0.3" + "uint8arrays": "^5.0.0" }, "devDependencies": { "@libp2p/logger": "^4.0.1",