From 8398b809c18fa8cbf89a01a381483637e7793ccd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 29 Aug 2024 20:07:42 +0000 Subject: [PATCH] chore: bump tap from 16.3.10 to 21.0.1 Bumps [tap](https://github.com/tapjs/tapjs) from 16.3.10 to 21.0.1. - [Release notes](https://github.com/tapjs/tapjs/releases) - [Commits](https://github.com/tapjs/tapjs/compare/v16.3.10...tap@21.0.1) --- updated-dependencies: - dependency-name: tap dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 285cef3..f467ac7 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ "devDependencies": { "@npmcli/eslint-config": "^5.0.0", "@npmcli/template-oss": "4.23.3", - "tap": "^16.3.0" + "tap": "^21.0.1" }, "tap": { "check-coverage": true,