From 329cae6009cf30ea6806aa6b5d224bc9b8c5adaf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 10 Oct 2023 02:55:32 +0000 Subject: [PATCH] chore: bump tap from 16.3.9 to 18.4.5 Bumps [tap](https://github.com/tapjs/tapjs) from 16.3.9 to 18.4.5. - [Release notes](https://github.com/tapjs/tapjs/releases) - [Commits](https://github.com/tapjs/tapjs/compare/v16.3.9...tap@18.4.5) --- 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 7d59eb9..3559193 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,7 @@ "devDependencies": { "@npmcli/eslint-config": "^4.0.0", "@npmcli/template-oss": "4.19.0", - "tap": "^16.0.1" + "tap": "^18.4.5" }, "engines": { "node": "^14.17.0 || ^16.13.0 || >=18.0.0"