From 87a63109863469a6b89d8ab59b2ecb72adbd0d15 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 May 2026 17:28:47 +0000 Subject: [PATCH] chore(deps): bump datastore-level from 12.0.4 to 13.0.1 Bumps [datastore-level](https://github.com/ipfs/js-stores) from 12.0.4 to 13.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-level-12.0.4...datastore-level-13.0.1) --- updated-dependencies: - dependency-name: datastore-level dependency-version: 13.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..ebaffd65 100644 --- a/examples/helia-101/package.json +++ b/examples/helia-101/package.json @@ -42,7 +42,7 @@ "blockstore-fs": "^3.0.3", "datastore-core": "^11.0.3", "datastore-fs": "^11.0.3", - "datastore-level": "^12.0.3", + "datastore-level": "^13.0.1", "helia": "^6.1.2", "libp2p": "^3.2.0", "multiformats": "^13.4.2",