From 33cc2657ae6cf41ae45bb5c6c6baa774a723ca3b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 20 Sep 2022 05:13:39 +0000 Subject: [PATCH] Update tape requirement from ^5.2.2 to ^5.6.1 Updates the requirements on [tape](https://github.com/ljharb/tape) to permit the latest version. - [Release notes](https://github.com/ljharb/tape/releases) - [Changelog](https://github.com/ljharb/tape/blob/master/CHANGELOG.md) - [Commits](https://github.com/ljharb/tape/compare/v5.2.2...v5.6.1) --- 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..a1f0d2ed 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.6.1", "thunky": "^1.1.0", "wrtc": "^0.4.7", "ws": "^7.4.5"