From bd53750667b65d4e44a9ff3c864c0b61000f3d7e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Dec 2021 05:14:04 +0000 Subject: [PATCH] Update tape requirement from ^5.2.2 to ^5.4.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.4.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..bdccebdf 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.4.0", "thunky": "^1.1.0", "wrtc": "^0.4.7", "ws": "^7.4.5"