From 240be1ca9a1bf1220d5f41adf9ee4fe8f7bee9ef Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 13 Oct 2022 11:18:19 +0000 Subject: [PATCH] chore(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 94d62ac..38f2158 100644 --- a/package.json +++ b/package.json @@ -154,7 +154,7 @@ "it-last": "^1.0.4", "react-native-polyfill-globals": "^3.0.0", "readable-stream": "^3.6.0", - "uint8arrays": "^3.0.0", + "uint8arrays": "^4.0.2", "util": "^0.12.3" }, "eslintConfig": {