From ccc630dfd6c97d558c45b3d5ea7c25a0dd5726e1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Nov 2025 02:04:45 +0000 Subject: [PATCH] chore(deps-dev): bump tap from 16.3.10 to 21.1.1 Bumps [tap](https://github.com/tapjs/tapjs) from 16.3.10 to 21.1.1. - [Release notes](https://github.com/tapjs/tapjs/releases) - [Commits](https://github.com/tapjs/tapjs/compare/v16.3.10...tap@21.1.1) --- updated-dependencies: - dependency-name: tap dependency-version: 21.1.1 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 56cf49d1..6e40d06e 100644 --- a/package.json +++ b/package.json @@ -80,7 +80,7 @@ "rimraf": "^3.0.2", "sinon": "^21.0.0", "strip-ansi": "^6.0.1", - "tap": "^16.1.0", + "tap": "^21.1.1", "ts-node": "^10.4.0", "ts-standard": "^12.0.1", "tsd": "^0.33.0",