From 6481eaac35716c4f36547faffb6041ee0df4ba3b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 31 Oct 2023 23:41:31 +0000 Subject: [PATCH] chore(deps-dev): bump tap from 16.3.9 to 18.5.4 Bumps [tap](https://github.com/tapjs/tapjs) from 16.3.9 to 18.5.4. - [Release notes](https://github.com/tapjs/tapjs/releases) - [Commits](https://github.com/tapjs/tapjs/compare/v16.3.9...tap@18.5.4) --- 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 f190028..e6a1eba 100644 --- a/package.json +++ b/package.json @@ -47,7 +47,7 @@ "eslint-plugin-import": "^2.27.5", "eslint-plugin-n": "^16.0.1", "eslint-plugin-promise": "^6.1.1", - "tap": "^16.3.7", + "tap": "^18.5.4", "ts-node": "^10.9.1", "tsc-alias": "^1.8.7", "typescript": "~5.1.0"