From 12ab2ae50f08090e9f83298174597deb5d0574d7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 12 Oct 2023 03:31:56 +0000 Subject: [PATCH] chore(deps-dev): bump tap from 16.3.9 to 18.5.0 Bumps [tap](https://github.com/tapjs/tapjs) from 16.3.9 to 18.5.0. - [Release notes](https://github.com/tapjs/tapjs/releases) - [Commits](https://github.com/tapjs/tapjs/compare/v16.3.9...tap@18.5.0) --- 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 fde71a5..766f3f7 100644 --- a/package.json +++ b/package.json @@ -36,7 +36,7 @@ "fastify": "^4.0.0", "pre-commit": "^1.2.2", "standard": "^17.0.0", - "tap": "^16.0.0", + "tap": "^18.5.0", "tsd": "^0.28.0", "typescript": "^5.0.2" },