From 299bb0942bbfae492db938c4ccad4e835bab2dbd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 7 Dec 2023 12:19:45 +0000 Subject: [PATCH] deps: bump uint8arrays from 4.0.10 to 5.0.0 (#339) 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- 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 51fdae5f..c99f9ae2 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",