From d4f36751ab2ddb835d6cea348d3c9af5ef6210ef Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 9 Sep 2021 11:17:22 +0000 Subject: [PATCH] chore: bump datastore-fs from 5.0.2 to 6.0.1 Bumps [datastore-fs](https://github.com/ipfs/js-datastore-fs) from 5.0.2 to 6.0.1. - [Release notes](https://github.com/ipfs/js-datastore-fs/releases) - [Changelog](https://github.com/ipfs/js-datastore-fs/blob/master/CHANGELOG.md) - [Commits](https://github.com/ipfs/js-datastore-fs/compare/v5.0.2...v6.0.1) --- updated-dependencies: - dependency-name: datastore-fs dependency-type: direct:development 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 c7693b4..a611e19 100644 --- a/package.json +++ b/package.json @@ -68,7 +68,7 @@ "assert": "^2.0.0", "aws-sdk": "^2.884.0", "blockstore-datastore-adapter": "1.0.0", - "datastore-fs": "^5.0.0", + "datastore-fs": "^6.0.1", "datastore-level": "^6.0.0", "datastore-s3": "^7.0.0", "events": "^3.2.0",