From df0f90ebfbfb293f769d131adfa2a564c9c1dcda Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 21 Sep 2023 22:17:34 +0000 Subject: [PATCH] chore(deps): update dependency tape to v5 --- packages/git-webhook-handler/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/git-webhook-handler/package.json b/packages/git-webhook-handler/package.json index e33735b..783fc70 100644 --- a/packages/git-webhook-handler/package.json +++ b/packages/git-webhook-handler/package.json @@ -31,7 +31,7 @@ "@types/node": "20.6.3", "run-series": "1.1.9", "standard": "14.3.4", - "tape": "4.16.2", + "tape": "5.7.0", "through2": "3.0.2" } }