From 90a81bc8fc9147d2a11e5e28f33b60c186fceebb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 14 Aug 2024 21:28:23 +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 f32f843..df51c6b 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "@typescript-eslint/parser": "^8.0.1", "c8": "^8.0.1", "eslint-import-resolver-typescript": "^3.6.1", - "tap": "^16.3.9", + "tap": "^21.0.1", "ts-node": "^10.9.1", "tshy": "^1.8.0", "typescript": "^5.2.2"