From 201e4db50a80c173b2020af13e85f236ed167b18 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 24 Mar 2023 10:59:35 +0000 Subject: [PATCH] deps: bump blockstore-core from 3.0.0 to 4.1.0 Bumps [blockstore-core](https://github.com/ipfs/js-stores) from 3.0.0 to 4.1.0. - [Release notes](https://github.com/ipfs/js-stores/releases) - [Commits](https://github.com/ipfs/js-stores/compare/interface-store-v3.0.0...blockstore-core-v4.1.0) --- updated-dependencies: - dependency-name: blockstore-core dependency-type: direct:production 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 cce6ae7..6a2b92f 100644 --- a/package.json +++ b/package.json @@ -157,7 +157,7 @@ "docs": "aegir docs" }, "dependencies": { - "blockstore-core": "^3.0.0", + "blockstore-core": "^4.1.0", "err-code": "^3.0.1", "interface-blockstore": "^4.0.0", "interface-datastore": "^7.0.0",