From 2ed9a1c9bf2d8be64f5e8a13503b1749e14f027f Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 30 Dec 2020 08:31:52 +0000 Subject: [PATCH] chore(deps-dev): bump tape from 4.13.3 to 5.1.0 Bumps [tape](https://github.com/substack/tape) from 4.13.3 to 5.1.0. - [Release notes](https://github.com/substack/tape/releases) - [Commits](https://github.com/substack/tape/compare/v4.13.3...v5.1.0) Signed-off-by: dependabot-preview[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 754d4d2..d1ddd94 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ "json-stable-stringify": "latest", "nyc": "^14.1.0", "pre-commit": "^1.2.2", - "tape": "^4.11.0" + "tape": "^5.1.0" }, "scripts": { "eslint": "eslint index.js test",