From 84a90a0f34065f808d614364574794ab059cc781 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 Nov 2023 08:11:19 +0000 Subject: [PATCH] chore(deps-dev): bump tap from 16.3.9 to 18.5.8 Bumps [tap](https://github.com/tapjs/tapjs) from 16.3.9 to 18.5.8. - [Release notes](https://github.com/tapjs/tapjs/releases) - [Commits](https://github.com/tapjs/tapjs/compare/v16.3.9...tap@18.5.8) --- 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 b00f3c2..b2abe83 100644 --- a/package.json +++ b/package.json @@ -48,7 +48,7 @@ "eslint-plugin-n": "^15.3.0", "eslint-plugin-promise": "^6.0.1", "fastify": "^4.9.2", - "tap": "^16.3.0", + "tap": "^18.5.8", "ts-node": "^10.9.1", "tsc-alias": "^1.8.1", "typescript": "~4.8.0"