From e72777d6232026bc7b37221c6b21e495cbaa1f46 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 11 May 2023 14:54:26 +0000 Subject: [PATCH] deps: bump it-parallel-batch from 2.0.1 to 3.0.1 Bumps [it-parallel-batch](https://github.com/achingbrain/it) from 2.0.1 to 3.0.1. - [Release notes](https://github.com/achingbrain/it/releases) - [Commits](https://github.com/achingbrain/it/compare/it-parallel-batch-v2.0.1...it-parallel-batch-v3.0.1) --- updated-dependencies: - dependency-name: it-parallel-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 6ef1452a..b8eb80b8 100644 --- a/packages/ipfs-unixfs-importer/package.json +++ b/packages/ipfs-unixfs-importer/package.json @@ -169,7 +169,7 @@ "it-all": "^2.0.0", "it-batch": "^3.0.2", "it-first": "^2.0.0", - "it-parallel-batch": "^2.0.0", + "it-parallel-batch": "^3.0.1", "multiformats": "^11.0.0", "progress-events": "^1.0.0", "rabin-wasm": "^0.1.4",