From e9d6482d15113a3168c9ebef300cdb184a102fb9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 11 May 2023 14:54:03 +0000 Subject: [PATCH] deps: bump it-map from 2.0.1 to 3.0.3 Bumps [it-map](https://github.com/achingbrain/it) from 2.0.1 to 3.0.3. - [Release notes](https://github.com/achingbrain/it/releases) - [Commits](https://github.com/achingbrain/it/compare/it-map-v2.0.1...it-map-v3.0.3) --- 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 768cc9cf..c119d170 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": "^3.0.2", - "it-map": "^2.0.0", + "it-map": "^3.0.3", "it-parallel": "^3.0.0", "it-pipe": "^3.0.1", "it-pushable": "^3.1.0",