From 1249ae8b72ba7991e4aac23ecfbab54131171af4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 23 Feb 2022 07:20:20 -0800 Subject: [PATCH] chore: update tap requirement from ^15.0.4 to ^15.1.6 (#50) 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.4...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 bb069a7..9d6a44f 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ "@npmcli/template-oss": "^2.7.1", "minipass": "^3.1.6", "require-inject": "^1.4.4", - "tap": "^15.0.4" + "tap": "^15.1.6" }, "dependencies": { "@npmcli/node-gyp": "^1.0.3",