From 3cb3722972d8613234826d6848a878030b262e89 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 6 Feb 2024 16:58:30 +0100 Subject: [PATCH] deps: bump uint8arrays from 4.0.10 to 5.0.1 (#93) 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 6d537e7..b524e6b 100644 --- a/package.json +++ b/package.json @@ -148,7 +148,7 @@ "@multiformats/multiaddr": "^12.1.14", "iso-url": "^1.1.3", "multiformats": "^11.0.0", - "uint8arrays": "^4.0.2" + "uint8arrays": "^5.0.1" }, "devDependencies": { "aegir": "^42.2.3"