From 416d685ed4ef29f0cc1f43332296fc32efe42deb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 25 Jun 2024 14:50:12 +0000 Subject: [PATCH] chore: bump tap from 16.3.10 to 20.0.0 Bumps [tap](https://github.com/tapjs/tapjs) from 16.3.10 to 20.0.0. - [Release notes](https://github.com/tapjs/tapjs/releases) - [Commits](https://github.com/tapjs/tapjs/compare/v16.3.10...tap@20.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 +- workspace/test-workspace/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index e6f2c523..2be2d6ca 100644 --- a/package.json +++ b/package.json @@ -73,7 +73,7 @@ "eslint-config-prettier": "^9.1.0", "nock": "^13.3.8", "prettier": "^3.2.5", - "tap": "^16.0.0" + "tap": "^20.0.0" }, "tap": { "timeout": 600, diff --git a/workspace/test-workspace/package.json b/workspace/test-workspace/package.json index 4acf9648..93294805 100644 --- a/workspace/test-workspace/package.json +++ b/workspace/test-workspace/package.json @@ -17,7 +17,7 @@ "devDependencies": { "@npmcli/eslint-config": "^4.0.0", "@npmcli/template-oss": "file:../../", - "tap": "^16.0.0" + "tap": "^20.0.0" }, "repository": { "type": "git",