From fcb7b2660619ed3c1e41cfb6e4547b8838db7e39 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 10 May 2023 11:11:20 +0000 Subject: [PATCH] deps: bump it-batch from 2.0.1 to 3.0.2 Bumps [it-batch](https://github.com/achingbrain/it) from 2.0.1 to 3.0.2. - [Release notes](https://github.com/achingbrain/it/releases) - [Commits](https://github.com/achingbrain/it/compare/it-batch-v2.0.1...it-batch-v3.0.2) --- updated-dependencies: - dependency-name: it-batch dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- packages/ipfs-unixfs-importer/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/ipfs-unixfs-importer/package.json b/packages/ipfs-unixfs-importer/package.json index 884de76f..df34afbc 100644 --- a/packages/ipfs-unixfs-importer/package.json +++ b/packages/ipfs-unixfs-importer/package.json @@ -167,7 +167,7 @@ "interface-store": "^5.0.1", "ipfs-unixfs": "^11.0.0", "it-all": "^2.0.0", - "it-batch": "^2.0.0", + "it-batch": "^3.0.2", "it-first": "^2.0.0", "it-parallel-batch": "^2.0.0", "multiformats": "^11.0.0",