From 745603728c6c3da8bdddee321e8a9196f4827aa3 Mon Sep 17 00:00:00 2001 From: Jordan Harband Date: Sun, 22 Mar 2020 14:07:14 -0700 Subject: [PATCH] [Dev Deps] update `tape` --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index e2c6dad..1e45a9e 100644 --- a/package.json +++ b/package.json @@ -71,7 +71,7 @@ "make-arrow-function": "^1.2.0", "make-generator-function": "^2.0.0", "safe-publish-latest": "^1.1.4", - "tape": "^5.0.0-next.4" + "tape": "^5.0.0-next.5" }, "testling": { "files": "test/index.js",