From e30c43ea6027da660f3fb26e8e148cdbb1f18c4c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 May 2026 17:19:10 +0000 Subject: [PATCH] chore(deps): bump datastore-core from 11.0.4 to 12.0.1 Bumps [datastore-core](https://github.com/ipfs/js-stores) from 11.0.4 to 12.0.1. - [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/datastore-core-11.0.4...datastore-core-12.0.1) --- updated-dependencies: - dependency-name: datastore-core dependency-version: 12.0.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- examples/helia-101/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/helia-101/package.json b/examples/helia-101/package.json index 4fb7e314..fc73c5e8 100644 --- a/examples/helia-101/package.json +++ b/examples/helia-101/package.json @@ -40,7 +40,7 @@ "@libp2p/tcp": "^11.0.15", "blockstore-core": "^6.1.3", "blockstore-fs": "^3.0.3", - "datastore-core": "^11.0.3", + "datastore-core": "^12.0.1", "datastore-fs": "^11.0.3", "datastore-level": "^12.0.3", "helia": "^6.1.2",