From 7cd60d1401e2189bff150b789ae55822dacff15a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 27 Jan 2022 05:18:18 +0000 Subject: [PATCH] Update tape requirement from ^5.2.2 to ^5.5.0 Updates the requirements on [tape](https://github.com/substack/tape) to permit the latest version. - [Release notes](https://github.com/substack/tape/releases) - [Commits](https://github.com/substack/tape/compare/v5.2.2...v5.5.0) --- updated-dependencies: - dependency-name: tape dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index eff25c04..1b6f2662 100644 --- a/package.json +++ b/package.json @@ -37,7 +37,7 @@ "speedometer": "^1.1.0", "standard": "*", "string-to-stream": "^3.0.1", - "tape": "^5.2.2", + "tape": "^5.5.0", "thunky": "^1.1.0", "wrtc": "^0.4.7", "ws": "^7.4.5"