From dc90e5f95af5a33540ead6b47a0c00318043a5eb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Oct 2023 08:12:29 +0000 Subject: [PATCH] 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 11eab49..da60fc6 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ "devDependencies": { "snazzy": "^9.0.0", "standard": "^17.0.0", - "tap": "^16.0.0" + "tap": "^18.4.5" }, "engines": { "node": ">=14.0.0"