From 1132767e778286e95549e235dea27dae14da4593 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 26 Jun 2024 13:12:02 +0000 Subject: [PATCH] chore: bump tap from 16.3.10 to 20.0.1 Bumps [tap](https://github.com/tapjs/tapjs) from 16.3.10 to 20.0.1. - [Release notes](https://github.com/tapjs/tapjs/releases) - [Commits](https://github.com/tapjs/tapjs/compare/v16.3.10...tap@20.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 bc92cca..1c22607 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ "@npmcli/eslint-config": "^4.0.0", "@npmcli/template-oss": "4.22.0", "nock": "^13.2.4", - "tap": "^16.0.1" + "tap": "^20.0.1" }, "scripts": { "posttest": "npm run lint",