From 341b109bd55becbb2acc16dd4d1ef2d79ae47409 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 12 Jan 2022 11:28:49 +0000 Subject: [PATCH] chore(deps-dev): bump timeout-abort-controller from 2.0.0 to 3.0.0 Bumps [timeout-abort-controller](https://github.com/jacobheun/timeout-abort-controller) from 2.0.0 to 3.0.0. - [Release notes](https://github.com/jacobheun/timeout-abort-controller/releases) - [Commits](https://github.com/jacobheun/timeout-abort-controller/commits) --- updated-dependencies: - dependency-name: timeout-abort-controller dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 27257e9..fef5557 100644 --- a/package.json +++ b/package.json @@ -63,7 +63,7 @@ "it-pair": "^1.0.0", "p-timeout": "^4.0.0", "streaming-iterables": "^5.0.2", - "timeout-abort-controller": "^2.0.0", + "timeout-abort-controller": "^3.0.0", "util": "^0.12.4", "varint": "^6.0.0" },