From e0345fab2af22cefbb75edec94f7b7e4e3d14526 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 6 Jan 2026 20:02:17 +0000 Subject: [PATCH] chore(deps-dev): bump tap from 16.3.10 to 21.5.0 Bumps [tap](https://github.com/tapjs/tapjs) from 16.3.10 to 21.5.0. - [Release notes](https://github.com/tapjs/tapjs/releases) - [Commits](https://github.com/tapjs/tapjs/compare/v16.3.10...tap@21.5.0) --- updated-dependencies: - dependency-name: tap dependency-version: 21.5.0 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 c257a083..e4f3b87c 100644 --- a/package.json +++ b/package.json @@ -79,7 +79,7 @@ "rimraf": "^6.1.0", "sinon": "^21.0.0", "strip-ansi": "^6.0.1", - "tap": "^16.1.0", + "tap": "^21.5.0", "ts-node": "^10.4.0", "ts-standard": "^12.0.1", "tsd": "^0.33.0",