From 1c82d7b84e05b5f57dd861e5b165421e96df924a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Oct 2023 13:12:20 +0000 Subject: [PATCH] chore: bump tap from 16.3.9 to 18.4.2 Bumps [tap](https://github.com/tapjs/tapjs) from 16.3.9 to 18.4.2. - [Release notes](https://github.com/tapjs/tapjs/releases) - [Commits](https://github.com/tapjs/tapjs/compare/v16.3.9...tap@18.4.2) --- 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 141bdfe..455aac7 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ "@npmcli/eslint-config": "^4.0.0", "@npmcli/template-oss": "4.19.0", "nock": "^13.2.4", - "tap": "^16.0.1" + "tap": "^18.4.2" }, "scripts": { "posttest": "npm run lint",