From cc4910275ef8fca209545e1b5303956daa9bc18d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 31 Mar 2023 11:16:56 +0000 Subject: [PATCH] deps: bump it-pipe from 2.0.5 to 3.0.0 Bumps [it-pipe](https://github.com/alanshaw/it-pipe) from 2.0.5 to 3.0.0. - [Release notes](https://github.com/alanshaw/it-pipe/releases) - [Changelog](https://github.com/alanshaw/it-pipe/blob/master/CHANGELOG.md) - [Commits](https://github.com/alanshaw/it-pipe/compare/v2.0.5...v3.0.0) --- updated-dependencies: - dependency-name: it-pipe dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- packages/ipfs-unixfs-exporter/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/ipfs-unixfs-exporter/package.json b/packages/ipfs-unixfs-exporter/package.json index bc5ee53a..8af22670 100644 --- a/packages/ipfs-unixfs-exporter/package.json +++ b/packages/ipfs-unixfs-exporter/package.json @@ -146,7 +146,7 @@ "it-last": "^2.0.0", "it-map": "^2.0.0", "it-parallel": "^3.0.0", - "it-pipe": "^2.0.4", + "it-pipe": "^3.0.0", "it-pushable": "^3.1.0", "multiformats": "^11.0.0", "p-queue": "^7.3.0",