From 9b4f9383bf716548c9eac523d27df56f28e4f377 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Jan 2023 05:06:55 +0000 Subject: [PATCH] Update tape requirement from ^5.2.2 to ^5.6.3 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.3) --- 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..7c1c545a 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.3", "thunky": "^1.1.0", "wrtc": "^0.4.7", "ws": "^7.4.5"