From 2b45ce70d3df61318256bf73140457b2d3ab57f6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Apr 2023 11:02:19 +0000 Subject: [PATCH] deps: bump it-map from 2.0.1 to 3.0.2 Bumps [it-map](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-map-v2.0.1...it-map-v3.0.2) --- updated-dependencies: - dependency-name: it-map 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..1f085bbf 100644 --- a/packages/ipfs-unixfs-exporter/package.json +++ b/packages/ipfs-unixfs-exporter/package.json @@ -144,7 +144,7 @@ "ipfs-unixfs": "^11.0.0", "it-filter": "^2.0.0", "it-last": "^2.0.0", - "it-map": "^2.0.0", + "it-map": "^3.0.2", "it-parallel": "^3.0.0", "it-pipe": "^2.0.4", "it-pushable": "^3.1.0",