From 4bb6db3ce91a6afb9e8a41f09f2585f4f0aa6c37 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 31 Mar 2023 11:01:47 +0000 Subject: [PATCH] deps: bump it-map from 2.0.1 to 3.0.1 Bumps [it-map](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-map-v2.0.1...it-map-v3.0.1) --- 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..d303cf8b 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.1", "it-parallel": "^3.0.0", "it-pipe": "^2.0.4", "it-pushable": "^3.1.0",