From a6fdf34f14fb08d9b744fb4f6c2e46d95b6c1e7a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 11 May 2023 15:17:22 +0000 Subject: [PATCH] deps: bump it-first from 2.0.1 to 3.0.2 Bumps [it-first](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-first-v2.0.1...it-first-v3.0.2) --- updated-dependencies: - dependency-name: it-first dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- packages/ipfs-unixfs-exporter/package.json | 2 +- packages/ipfs-unixfs-importer/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/ipfs-unixfs-exporter/package.json b/packages/ipfs-unixfs-exporter/package.json index ca49cdf7..0c0d2cda 100644 --- a/packages/ipfs-unixfs-exporter/package.json +++ b/packages/ipfs-unixfs-exporter/package.json @@ -162,7 +162,7 @@ "iso-random-stream": "^2.0.2", "it-all": "^2.0.0", "it-buffer-stream": "^3.0.0", - "it-first": "^2.0.0", + "it-first": "^3.0.2", "merge-options": "^3.0.4", "sinon": "^15.0.0", "wherearewe": "^2.0.1" diff --git a/packages/ipfs-unixfs-importer/package.json b/packages/ipfs-unixfs-importer/package.json index a4165d49..7fdd4a50 100644 --- a/packages/ipfs-unixfs-importer/package.json +++ b/packages/ipfs-unixfs-importer/package.json @@ -168,7 +168,7 @@ "ipfs-unixfs": "^11.0.0", "it-all": "^2.0.0", "it-batch": "^3.0.2", - "it-first": "^2.0.0", + "it-first": "^3.0.2", "it-parallel-batch": "^3.0.1", "multiformats": "^11.0.0", "progress-events": "^1.0.0",