From c0e523f2aee4cc35bc7706153692d7f60744e08b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Mar 2022 09:29:34 -0800 Subject: [PATCH] chore: update tap requirement from ^15.0.9 to ^15.1.6 (#35) Updates the requirements on [tap](https://github.com/tapjs/node-tap) to permit the latest version. - [Release notes](https://github.com/tapjs/node-tap/releases) - [Commits](https://github.com/tapjs/node-tap/compare/v15.0.9...v15.1.6) --- updated-dependencies: - dependency-name: tap dependency-type: direct:development ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 8c73acd..2577cb0 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ "form-data": "^4.0.0", "parted": "^0.1.1", "string-to-arraybuffer": "^1.0.2", - "tap": "^15.0.9", + "tap": "^15.1.6", "whatwg-url": "^7.0.0" }, "dependencies": {