From d004d73b789d1cc4659dce7053ec3b52d080b195 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Jun 2023 04:14:18 +0000 Subject: [PATCH] build(deps-dev): bump tap from 15.2.3 to 16.3.6 Bumps [tap](https://github.com/tapjs/node-tap) from 15.2.3 to 16.3.6. - [Release notes](https://github.com/tapjs/node-tap/releases) - [Commits](https://github.com/tapjs/node-tap/compare/v15.2.3...v16.3.6) --- 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 146887543bd..bab01e7027a 100644 --- a/package.json +++ b/package.json @@ -163,7 +163,7 @@ "snazzy": "^9.0.0", "split2": "^3.1.1", "standard": "^16.0.1", - "tap": "^15.0.5", + "tap": "^16.3.6", "tap-mocha-reporter": "^5.0.1", "then-sleep": "^1.0.1", "tsd": "^0.14.0",