From ea0fbe15153c06e8157c124f55fa49a0a4525d0e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 31 Mar 2023 11:15:19 +0000 Subject: [PATCH] deps(dev): bump it-drain from 2.0.1 to 3.0.1 Bumps [it-drain](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-drain-v2.0.1...it-drain-v3.0.1) --- updated-dependencies: - dependency-name: it-drain dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- packages/ipfs-unixfs-importer/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/ipfs-unixfs-importer/package.json b/packages/ipfs-unixfs-importer/package.json index 884de76f..f47da134 100644 --- a/packages/ipfs-unixfs-importer/package.json +++ b/packages/ipfs-unixfs-importer/package.json @@ -180,7 +180,7 @@ "aegir": "^38.1.2", "blockstore-core": "^4.0.1", "it-buffer-stream": "^3.0.0", - "it-drain": "^2.0.0", + "it-drain": "^3.0.1", "it-last": "^2.0.0", "wherearewe": "^2.0.1" },