From 8ae24a4ccbe5309806b842b0a5f0e1e1a6dfe4ec Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Oct 2023 01:37:42 +0000 Subject: [PATCH] build(deps-dev): bump tap from 16.3.9 to 18.5.1 Bumps [tap](https://github.com/tapjs/tapjs) from 16.3.9 to 18.5.1. - [Release notes](https://github.com/tapjs/tapjs/releases) - [Commits](https://github.com/tapjs/tapjs/compare/v16.3.9...tap@18.5.1) --- 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 3032eed0..c87529f7 100644 --- a/package.json +++ b/package.json @@ -89,7 +89,7 @@ "markdown-toc": "^1.2.0", "semver": "^7.5.4", "standard-version": "^9.5.0", - "tap": "^16.3.8", + "tap": "^18.5.1", "tsd": "^0.17.0", "typescript": "^4.9.5" },