From 5975647d11b984ffcbe57ea2aa06699275e555bb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 7 Feb 2024 14:01:02 +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/libp2p-daemon-client/package.json | 2 +- packages/libp2p-daemon-server/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/libp2p-daemon-client/package.json b/packages/libp2p-daemon-client/package.json index 26f07eb1..c045385c 100644 --- a/packages/libp2p-daemon-client/package.json +++ b/packages/libp2p-daemon-client/package.json @@ -69,6 +69,6 @@ "sinon": "^17.0.1", "sinon-ts": "^2.0.0", "uint8arraylist": "^2.4.8", - "uint8arrays": "^4.0.10" + "uint8arrays": "^5.0.1" } } diff --git a/packages/libp2p-daemon-server/package.json b/packages/libp2p-daemon-server/package.json index a4566069..e1a95847 100644 --- a/packages/libp2p-daemon-server/package.json +++ b/packages/libp2p-daemon-server/package.json @@ -64,7 +64,7 @@ "it-protobuf-stream": "^1.1.2", "it-pushable": "^3.2.3", "multiformats": "^13.0.1", - "uint8arrays": "^4.0.10" + "uint8arrays": "^5.0.1" }, "devDependencies": { "aegir": "^42.2.3",