From 57bdaa11042643e6502b414180e4c140fe6154cb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 9 Jul 2024 00:43:04 +0000 Subject: [PATCH] chore: Bump tap from 16.3.10 to 21.0.0 Bumps [tap](https://github.com/tapjs/tapjs) from 16.3.10 to 21.0.0. - [Release notes](https://github.com/tapjs/tapjs/releases) - [Commits](https://github.com/tapjs/tapjs/compare/v16.3.10...tap@21.0.0) --- 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 8b3e9f7..b839d88 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ "devDependencies": { "@npmcli/eslint-config": "^4.0.1", "@npmcli/template-oss": "4.22.0", - "tap": "^16.3.2" + "tap": "^21.0.0" }, "engines": { "node": "^14.17.0 || ^16.13.0 || >=18.0.0"