From b153d0fc7c3d72e7f1e6125b9ae96c904c2c382d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Aug 2024 10:52:50 +0000 Subject: [PATCH] deps(dev): bump blockstore-core from 4.4.1 to 5.0.0 Bumps [blockstore-core](https://github.com/ipfs/js-stores) from 4.4.1 to 5.0.0. - [Release notes](https://github.com/ipfs/js-stores/releases) - [Changelog](https://github.com/ipfs/js-stores/blob/main/CHANGELOG.md) - [Commits](https://github.com/ipfs/js-stores/compare/blockstore-core-4.4.1...blockstore-core-5.0.0) --- updated-dependencies: - dependency-name: blockstore-core dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- packages/ipfs-unixfs-exporter/package.json | 2 +- packages/ipfs-unixfs-importer/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/ipfs-unixfs-exporter/package.json b/packages/ipfs-unixfs-exporter/package.json index c007b0c0..544ab051 100644 --- a/packages/ipfs-unixfs-exporter/package.json +++ b/packages/ipfs-unixfs-exporter/package.json @@ -72,7 +72,7 @@ "@types/readable-stream": "^4.0.11", "@types/sinon": "^17.0.3", "aegir": "^42.2.5", - "blockstore-core": "^4.4.0", + "blockstore-core": "^5.0.0", "delay": "^6.0.0", "ipfs-unixfs-importer": "^15.0.0", "iso-random-stream": "^2.0.2", diff --git a/packages/ipfs-unixfs-importer/package.json b/packages/ipfs-unixfs-importer/package.json index cb8af317..7977ff8a 100644 --- a/packages/ipfs-unixfs-importer/package.json +++ b/packages/ipfs-unixfs-importer/package.json @@ -93,7 +93,7 @@ }, "devDependencies": { "aegir": "^42.2.5", - "blockstore-core": "^4.4.0", + "blockstore-core": "^5.0.0", "it-last": "^3.0.4", "wherearewe": "^2.0.1" },