From 05fcf94565ff84455f7506917f7143f843e69d92 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Mar 2024 08:22:18 +0000 Subject: [PATCH] chore(deps-dev): bump tap from 16.3.10 to 18.7.1 Bumps [tap](https://github.com/tapjs/tapjs) from 16.3.10 to 18.7.1. - [Release notes](https://github.com/tapjs/tapjs/releases) - [Commits](https://github.com/tapjs/tapjs/compare/v16.3.10...tap@18.7.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 b00f3c2..50cdb16 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.7.1", "ts-node": "^10.9.1", "tsc-alias": "^1.8.1", "typescript": "~4.8.0"