From f79b5a0ec25e71b1bbb83d0266a30ed470d03ad5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 6 Oct 2023 07:07:22 +0000 Subject: [PATCH] chore(deps-dev): bump tap from 16.3.9 to 18.4.3 Bumps [tap](https://github.com/tapjs/tapjs) from 16.3.9 to 18.4.3. - [Release notes](https://github.com/tapjs/tapjs/releases) - [Commits](https://github.com/tapjs/tapjs/compare/v16.3.9...tap@18.4.3) --- 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 3f7ac50..4fa066f 100644 --- a/package.json +++ b/package.json @@ -56,7 +56,7 @@ "eslint-plugin-promise": "^6.1.1", "fastify": "^4.20.0", "form-data": "^4.0.0", - "tap": "^16.3.7", + "tap": "^18.4.3", "ts-node": "^10.9.1", "tsc-alias": "^1.8.7", "typescript": "~5.1.6",