From e94a24c3432b2bdfb17735372b2925a0b984d509 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 11 May 2023 14:54:15 +0000 Subject: [PATCH] deps(dev): bump it-drain from 2.0.1 to 3.0.2 Bumps [it-drain](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-drain-v2.0.1...it-drain-v3.0.2) --- 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 6ef1452a..a1e80dab 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.2", "it-last": "^3.0.2", "wherearewe": "^2.0.1" },