From 90897c44714c175ed4bfa781967800be14cce3e1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Mar 2022 05:12:03 +0000 Subject: [PATCH] build(deps-dev): bump tap from 15.2.3 to 16.0.1 Bumps [tap](https://github.com/tapjs/node-tap) from 15.2.3 to 16.0.1. - [Release notes](https://github.com/tapjs/node-tap/releases) - [Commits](https://github.com/tapjs/node-tap/compare/v15.2.3...v16.0.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 c54561f50dd..e037868a4dd 100644 --- a/package.json +++ b/package.json @@ -166,7 +166,7 @@ "snazzy": "^9.0.0", "split2": "^4.1.0", "standard": "^17.0.0-2", - "tap": "^15.1.6", + "tap": "^16.0.1", "tsd": "^0.19.1", "typescript": "^4.5.4", "undici": "^4.11.3",