From 3d0baccd7b250568330d110c9fbed3d6ee48e49f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 25 Jun 2024 20:46:26 +0000 Subject: [PATCH] chore: bump tap from 16.3.10 to 20.0.1 Bumps [tap](https://github.com/tapjs/tapjs) from 16.3.10 to 20.0.1. - [Release notes](https://github.com/tapjs/tapjs/releases) - [Commits](https://github.com/tapjs/tapjs/compare/v16.3.10...tap@20.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 c7156df..53a5520 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ "devDependencies": { "@npmcli/eslint-config": "^4.0.0", "@npmcli/template-oss": "4.22.0", - "tap": "^16.3.0" + "tap": "^20.0.1" }, "tap": { "check-coverage": true,