From 2a91332951968e859dadfacf47796cf9be5aec97 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Dec 2024 00:28:04 +0000 Subject: [PATCH] chore(deps-dev): bump tap from 19.2.5 to 21.0.1 Bumps [tap](https://github.com/tapjs/tapjs) from 19.2.5 to 21.0.1. - [Release notes](https://github.com/tapjs/tapjs/releases) - [Commits](https://github.com/tapjs/tapjs/compare/tap@19.2.5...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 059d203..0680361 100644 --- a/package.json +++ b/package.json @@ -44,7 +44,7 @@ }, "devDependencies": { "standard": "^17.1.0", - "tap": "^19.0.0" + "tap": "^21.0.1" }, "scripts": { "lint": "standard",