From b2a7d3e7e48090194808f897137da30d51694c8a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Apr 2023 10:57:45 +0000 Subject: [PATCH] deps: bump it-filter from 2.0.2 to 3.0.1 Bumps [it-filter](https://github.com/achingbrain/it) from 2.0.2 to 3.0.1. - [Release notes](https://github.com/achingbrain/it/releases) - [Commits](https://github.com/achingbrain/it/compare/it-filter-v2.0.2...it-filter-v3.0.1) --- updated-dependencies: - dependency-name: it-filter 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..b684ede9 100644 --- a/packages/ipfs-unixfs-exporter/package.json +++ b/packages/ipfs-unixfs-exporter/package.json @@ -142,7 +142,7 @@ "hamt-sharding": "^3.0.0", "interface-blockstore": "^5.0.0", "ipfs-unixfs": "^11.0.0", - "it-filter": "^2.0.0", + "it-filter": "^3.0.1", "it-last": "^2.0.0", "it-map": "^2.0.0", "it-parallel": "^3.0.0",