From a84d767e916533d8515fd79f35087d1028f8e16e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 19 Aug 2021 11:48:00 +0000 Subject: [PATCH] chore(deps): bump ipfs-unixfs-importer from 8.0.2 to 9.0.0 Bumps [ipfs-unixfs-importer](https://github.com/ipfs/js-ipfs-unixfs) from 8.0.2 to 9.0.0. - [Release notes](https://github.com/ipfs/js-ipfs-unixfs/releases) - [Commits](https://github.com/ipfs/js-ipfs-unixfs/compare/ipfs-unixfs-importer@8.0.2...ipfs-unixfs-importer@9.0.0) --- updated-dependencies: - dependency-name: ipfs-unixfs-importer dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- packages/interface-ipfs-core/package.json | 2 +- packages/ipfs-core/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/interface-ipfs-core/package.json b/packages/interface-ipfs-core/package.json index e0fa46448b..813e4e86a3 100644 --- a/packages/interface-ipfs-core/package.json +++ b/packages/interface-ipfs-core/package.json @@ -50,7 +50,7 @@ "interface-blockstore": "^1.0.0", "ipfs-core-types": "^0.7.0", "ipfs-unixfs": "^5.0.0", - "ipfs-unixfs-importer": "^8.0.2", + "ipfs-unixfs-importer": "^9.0.0", "ipfs-utils": "^8.1.4", "ipns": "^0.13.3", "is-ipfs": "^6.0.1", diff --git a/packages/ipfs-core/package.json b/packages/ipfs-core/package.json index dcd7a5065f..155a5e91b3 100644 --- a/packages/ipfs-core/package.json +++ b/packages/ipfs-core/package.json @@ -81,7 +81,7 @@ "ipfs-repo": "^11.0.1", "ipfs-unixfs": "^5.0.0", "ipfs-unixfs-exporter": "^6.0.2", - "ipfs-unixfs-importer": "^8.0.2", + "ipfs-unixfs-importer": "^9.0.0", "ipfs-utils": "^8.1.4", "ipns": "^0.13.3", "is-domain-name": "^1.0.1",