From 75c11779f5d6ee2040d915bacc2b3abe8a99b8ce Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 7 May 2026 10:11:34 +0000 Subject: [PATCH] deps: bump uint8arrays from 5.1.1 to 6.0.0 Bumps [uint8arrays](https://github.com/achingbrain/uint8arrays) from 5.1.1 to 6.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/v5.1.1...v6.0.0) --- updated-dependencies: - dependency-name: uint8arrays dependency-version: 6.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- packages/blockstore-core/package.json | 2 +- packages/blockstore-level/package.json | 2 +- packages/blockstore-s3/package.json | 2 +- packages/datastore-core/package.json | 2 +- packages/datastore-s3/package.json | 2 +- packages/interface-blockstore-tests/package.json | 2 +- packages/interface-datastore-tests/package.json | 2 +- packages/interface-datastore/package.json | 2 +- 8 files changed, 8 insertions(+), 8 deletions(-) diff --git a/packages/blockstore-core/package.json b/packages/blockstore-core/package.json index 701969e6..3362dd7b 100644 --- a/packages/blockstore-core/package.json +++ b/packages/blockstore-core/package.json @@ -199,6 +199,6 @@ "interface-blockstore-tests": "^8.0.0", "it-drain": "^3.0.10", "it-to-buffer": "^4.0.10", - "uint8arrays": "^5.1.0" + "uint8arrays": "^6.0.0" } } diff --git a/packages/blockstore-level/package.json b/packages/blockstore-level/package.json index 4f6ac0f6..95bdc51a 100644 --- a/packages/blockstore-level/package.json +++ b/packages/blockstore-level/package.json @@ -155,7 +155,7 @@ "level": "^10.0.0", "multiformats": "^13.4.2", "race-signal": "^2.0.0", - "uint8arrays": "^5.1.0" + "uint8arrays": "^6.0.0" }, "devDependencies": { "aegir": "^47.1.0", diff --git a/packages/blockstore-s3/package.json b/packages/blockstore-s3/package.json index 537d03d0..9a34b579 100644 --- a/packages/blockstore-s3/package.json +++ b/packages/blockstore-s3/package.json @@ -150,7 +150,7 @@ "interface-blockstore": "^6.0.0", "interface-store": "^7.0.0", "multiformats": "^13.4.2", - "uint8arrays": "^5.1.0" + "uint8arrays": "^6.0.0" }, "devDependencies": { "@types/sinon": "^21.0.1", diff --git a/packages/datastore-core/package.json b/packages/datastore-core/package.json index b84b163e..38781386 100644 --- a/packages/datastore-core/package.json +++ b/packages/datastore-core/package.json @@ -226,6 +226,6 @@ "aegir": "^47.1.0", "interface-datastore-tests": "^6.0.0", "it-all": "^3.0.9", - "uint8arrays": "^5.1.0" + "uint8arrays": "^6.0.0" } } diff --git a/packages/datastore-s3/package.json b/packages/datastore-s3/package.json index c05a0777..9c41d72d 100644 --- a/packages/datastore-s3/package.json +++ b/packages/datastore-s3/package.json @@ -151,7 +151,7 @@ "interface-store": "^7.0.0", "it-filter": "^3.1.4", "it-to-buffer": "^4.0.10", - "uint8arrays": "^5.1.0" + "uint8arrays": "^6.0.0" }, "devDependencies": { "@types/sinon": "^21.0.1", diff --git a/packages/interface-blockstore-tests/package.json b/packages/interface-blockstore-tests/package.json index bdc085d1..e7ee52f5 100644 --- a/packages/interface-blockstore-tests/package.json +++ b/packages/interface-blockstore-tests/package.json @@ -142,7 +142,7 @@ "it-drain": "^3.0.10", "it-map": "^3.1.4", "multiformats": "^13.4.2", - "uint8arrays": "^5.1.0" + "uint8arrays": "^6.0.0" }, "devDependencies": { "aegir": "^47.1.0" diff --git a/packages/interface-datastore-tests/package.json b/packages/interface-datastore-tests/package.json index c6c7d550..3f3d78ec 100644 --- a/packages/interface-datastore-tests/package.json +++ b/packages/interface-datastore-tests/package.json @@ -142,7 +142,7 @@ "it-all": "^3.0.9", "it-drain": "^3.0.10", "it-length": "^3.0.9", - "uint8arrays": "^5.1.0" + "uint8arrays": "^6.0.0" }, "devDependencies": { "aegir": "^47.1.0" diff --git a/packages/interface-datastore/package.json b/packages/interface-datastore/package.json index da200e26..6f4cb0a4 100644 --- a/packages/interface-datastore/package.json +++ b/packages/interface-datastore/package.json @@ -165,7 +165,7 @@ }, "dependencies": { "interface-store": "^7.0.0", - "uint8arrays": "^5.1.0" + "uint8arrays": "^6.0.0" }, "devDependencies": { "aegir": "^47.1.0"