From cb554e8dbb19a6ec5b085307f4c04c04ae313d2d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 12 Oct 2022 20:30:49 +0000 Subject: [PATCH] deps(dev): bump uint8arrays from 3.1.1 to 4.0.2 Bumps [uint8arrays](https://github.com/achingbrain/uint8arrays) from 3.1.1 to 4.0.2. - [Release notes](https://github.com/achingbrain/uint8arrays/releases) - [Changelog](https://github.com/achingbrain/uint8arrays/blob/master/CHANGELOG.md) - [Commits](https://github.com/achingbrain/uint8arrays/compare/v3.1.1...v4.0.2) --- updated-dependencies: - dependency-name: uint8arrays dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 80e183f..8e970db 100644 --- a/package.json +++ b/package.json @@ -190,7 +190,7 @@ "libp2p": "next", "p-wait-for": "^5.0.0", "protons": "^5.1.0", - "uint8arrays": "^3.0.0" + "uint8arrays": "^4.0.2" }, "browser": { "./dist/src/listener.js": "./dist/src/listener.browser.js"