From bd37717aa11ef68a25677645dadf6a75e99ae70b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 13 Apr 2023 16:51:38 +0100 Subject: [PATCH] deps(dev): bump it-pipe from 2.0.5 to 3.0.1 (#268) Bumps [it-pipe](https://github.com/alanshaw/it-pipe) from 2.0.5 to 3.0.1. - [Release notes](https://github.com/alanshaw/it-pipe/releases) - [Changelog](https://github.com/alanshaw/it-pipe/blob/master/CHANGELOG.md) - [Commits](https://github.com/alanshaw/it-pipe/compare/v2.0.5...v3.0.1) --- updated-dependencies: - dependency-name: it-pipe dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 2110f9ec8b..aca9e7f812 100644 --- a/package.json +++ b/package.json @@ -174,7 +174,7 @@ "it-drain": "^2.0.0", "it-foreach": "^1.0.0", "it-map": "^3.0.1", - "it-pipe": "^2.0.3", + "it-pipe": "^3.0.1", "it-to-buffer": "^3.0.0", "p-defer": "^4.0.0", "random-int": "^3.0.0"