From 9e96dbc50f19b4f3912216f973e36be0d7d3596d Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 29 Apr 2020 11:06:50 +0200 Subject: [PATCH] chore(deps-dev): bump datastore-fs from 0.9.1 to 1.0.0 (#46) Bumps [datastore-fs](https://github.com/ipfs/js-datastore-fs) from 0.9.1 to 1.0.0. - [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/v0.9.1...v1.0.0) Signed-off-by: dependabot-preview[bot] Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 776c32de..abd4a23e 100644 --- a/package.json +++ b/package.json @@ -51,7 +51,7 @@ "aegir": "^21.2.0", "chai": "^4.2.0", "chai-string": "^1.5.0", - "datastore-fs": "^0.9.0", + "datastore-fs": "^1.0.0", "datastore-level": "^1.0.0", "dirty-chai": "^2.0.1", "level": "^6.0.0",